# 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_revert_basic.yml *********************************************** 1 plays in /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_revert_basic.yml PLAY [Basic snapshot test] ***************************************************** TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_revert_basic.yml:2 Friday 01 March 2024 17:23:32 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_revert_basic.yml:38 Friday 01 March 2024 17:23:33 +0000 (0:00:01.031) 0:00:01.043 ********** 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:23:33 +0000 (0:00:00.013) 0:00:01.056 ********** 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:23:33 +0000 (0:00:00.250) 0:00:01.306 ********** 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:23:33 +0000 (0:00:00.017) 0:00:01.323 ********** 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:23:33 +0000 (0:00:00.016) 0:00:01.340 ********** 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:23:33 +0000 (0:00:00.013) 0:00:01.354 ********** 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:23:33 +0000 (0:00:00.018) 0:00:01.372 ********** 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:23:33 +0000 (0:00:00.026) 0:00:01.399 ********** 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:23:33 +0000 (0:00:00.195) 0:00:01.595 ********** 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:23:33 +0000 (0:00:00.016) 0:00:01.611 ********** 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:23:33 +0000 (0:00:00.010) 0:00:01.622 ********** 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:23:33 +0000 (0:00:00.011) 0:00:01.633 ********** 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:23:33 +0000 (0:00:00.029) 0:00:01.662 ********** 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:23:36 +0000 (0:00:02.505) 0:00:04.167 ********** 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:23:36 +0000 (0:00:00.012) 0:00:04.180 ********** 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:23:36 +0000 (0:00:00.011) 0:00:04.191 ********** 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:23:36 +0000 (0:00:00.475) 0:00:04.667 ********** 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:23:36 +0000 (0:00:00.019) 0:00:04.687 ********** 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:23:36 +0000 (0:00:00.015) 0:00:04.703 ********** 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:23:36 +0000 (0:00:00.016) 0:00:04.720 ********** 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:23:36 +0000 (0:00:00.015) 0:00:04.735 ********** 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:23:39 +0000 (0:00:02.390) 0:00:07.126 ********** 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: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:23:41 +0000 (0:00:01.791) 0:00:08.917 ********** 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:23:41 +0000 (0:00:00.029) 0:00:08.947 ********** 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:23:41 +0000 (0:00:00.009) 0:00:08.956 ********** 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:23:41 +0000 (0:00:00.373) 0:00:09.330 ********** 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:23:41 +0000 (0:00:00.019) 0:00:09.349 ********** 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:23:41 +0000 (0:00:00.009) 0:00:09.358 ********** 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:23:41 +0000 (0:00:00.013) 0:00:09.371 ********** 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:23:41 +0000 (0:00:00.012) 0:00:09.384 ********** 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:23:41 +0000 (0:00:00.012) 0:00:09.396 ********** 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:23:41 +0000 (0:00:00.020) 0:00:09.416 ********** 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:23:41 +0000 (0:00:00.010) 0:00:09.427 ********** 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:23:41 +0000 (0:00:00.018) 0:00:09.445 ********** 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:23:41 +0000 (0:00:00.018) 0:00:09.464 ********** 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:23:41 +0000 (0:00:00.009) 0:00:09.474 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709313260.3173568, "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:23:41 +0000 (0:00:00.200) 0:00:09.674 ********** 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:23:41 +0000 (0:00:00.011) 0:00:09.686 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml:23 Friday 01 March 2024 17:23:47 +0000 (0:00:05.838) 0:00:15.524 ********** 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:23:47 +0000 (0:00:00.019) 0:00:15.543 ********** 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:23:47 +0000 (0:00:00.195) 0:00:15.739 ********** 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:23:47 +0000 (0:00:00.015) 0:00:15.754 ********** 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:23:50 +0000 (0:00:02.481) 0:00:18.236 ********** 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:23:50 +0000 (0:00:00.295) 0:00:18.531 ********** 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:23:50 +0000 (0:00:00.013) 0:00:18.545 ********** 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:23:50 +0000 (0:00:00.012) 0:00:18.557 ********** 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:23:50 +0000 (0:00:00.022) 0:00:18.579 ********** 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:23:50 +0000 (0:00:00.019) 0:00:18.598 ********** 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:23:50 +0000 (0:00:00.019) 0:00:18.618 ********** 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:23:50 +0000 (0:00:00.024) 0:00:18.643 ********** 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:23:50 +0000 (0:00:00.017) 0:00:18.660 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:23:50 +0000 (0:00:00.021) 0:00:18.682 ********** 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:23:50 +0000 (0:00:00.030) 0:00:18.712 ********** 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:23:50 +0000 (0:00:00.014) 0:00:18.727 ********** 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:23:50 +0000 (0:00:00.013) 0:00:18.740 ********** 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:23:50 +0000 (0:00:00.027) 0:00:18.768 ********** 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:23:50 +0000 (0:00:00.012) 0:00:18.781 ********** 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:23:50 +0000 (0:00:00.026) 0:00:18.807 ********** 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:23:53 +0000 (0:00:02.517) 0:00:21.325 ********** 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:23:53 +0000 (0:00:00.027) 0:00:21.353 ********** 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:23:53 +0000 (0:00:00.012) 0:00:21.366 ********** 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:23:57 +0000 (0:00:04.317) 0:00:25.683 ********** 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:23:57 +0000 (0:00:00.023) 0:00:25.706 ********** 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:23:57 +0000 (0:00:00.018) 0:00:25.725 ********** 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:23:57 +0000 (0:00:00.021) 0:00:25.746 ********** 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:23:57 +0000 (0:00:00.018) 0:00:25.764 ********** 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:24:00 +0000 (0:00:02.394) 0:00:28.158 ********** 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: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:24:02 +0000 (0:00:01.812) 0:00:29.971 ********** 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:24:02 +0000 (0:00:00.031) 0:00:30.003 ********** 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:24:02 +0000 (0:00:00.010) 0:00:30.013 ********** 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": [ "lvm2", "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": "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:24:12 +0000 (0:00:10.226) 0:00:40.240 ********** 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:24:12 +0000 (0:00:00.019) 0:00:40.259 ********** 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:24:12 +0000 (0:00:00.010) 0:00:40.270 ********** 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": [ "lvm2", "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": "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:24:12 +0000 (0:00:00.022) 0:00:40.292 ********** 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:24:12 +0000 (0:00:00.019) 0:00:40.312 ********** 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:24:12 +0000 (0:00:00.013) 0:00:40.326 ********** 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:24:12 +0000 (0:00:00.019) 0:00:40.345 ********** 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:24:12 +0000 (0:00:00.010) 0:00:40.356 ********** 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:24:12 +0000 (0:00:00.022) 0:00:40.378 ********** 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:24:12 +0000 (0:00:00.020) 0:00:40.399 ********** 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:24:12 +0000 (0:00:00.011) 0:00:40.410 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709313260.3173568, "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:24:12 +0000 (0:00:00.200) 0:00:40.611 ********** 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:24:12 +0000 (0:00:00.010) 0:00:40.622 ********** ok: [sut] TASK [Run the snapshot role to create snapshot LVs] **************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_revert_basic.yml:41 Friday 01 March 2024 17:24:13 +0000 (0:00:00.824) 0:00:41.446 ********** 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:24:13 +0000 (0:00:00.024) 0:00:41.470 ********** 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:24:13 +0000 (0:00:00.017) 0:00:41.488 ********** 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:24:13 +0000 (0:00:00.022) 0:00:41.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 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:24:13 +0000 (0:00:00.015) 0:00:41.526 ********** 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:24:13 +0000 (0:00:00.014) 0:00:41.540 ********** 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:24:13 +0000 (0:00:00.031) 0:00:41.572 ********** 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:24:16 +0000 (0:00:02.399) 0:00:43.972 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -a -r 15 -s snapset1 --vg-include '^test_'" } TASK [fedora.linux_system_roles.snapshot : Run snapshot command snapshot] ****** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:24:16 +0000 (0:00:00.028) 0:00:44.000 ********** 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:24:19 +0000 (0:00:02.928) 0:00:46.929 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.42.252 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.42.252 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:24:19 +0000 (0:00:00.014) 0:00:46.943 ********** 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:24:19 +0000 (0:00:00.025) 0:00:46.969 ********** 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:24:19 +0000 (0:00:00.012) 0:00:46.981 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the snapshot LVs are created] ************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_revert_basic.yml:50 Friday 01 March 2024 17:24:19 +0000 (0:00:00.015) 0:00:46.997 ********** 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:24:19 +0000 (0:00:00.044) 0:00:47.041 ********** 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:24:19 +0000 (0:00:00.018) 0:00:47.059 ********** 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:24:19 +0000 (0:00:00.022) 0:00:47.081 ********** 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:24:19 +0000 (0:00:00.015) 0:00:47.097 ********** 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:24:19 +0000 (0:00:00.014) 0:00:47.111 ********** 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:24:19 +0000 (0:00:00.031) 0:00:47.143 ********** 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:24:21 +0000 (0:00:02.468) 0:00:49.611 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -a -v -s snapset1 --vg-include '^test_'" } 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:24:21 +0000 (0:00:00.029) 0:00:49.641 ********** 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:24:23 +0000 (0:00:01.394) 0:00:51.036 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.42.252 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.42.252 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:24:23 +0000 (0:00:00.014) 0:00:51.050 ********** 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:24:23 +0000 (0:00:00.025) 0:00:51.076 ********** 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:24:23 +0000 (0:00:00.012) 0:00:51.088 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Revert the LVs to the snapshot] ****************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_revert_basic.yml:59 Friday 01 March 2024 17:24:23 +0000 (0:00:00.015) 0:00:51.104 ********** 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:24:23 +0000 (0:00:00.029) 0:00:51.133 ********** 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:24:23 +0000 (0:00:00.017) 0:00:51.151 ********** 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:24:23 +0000 (0:00:00.022) 0:00:51.173 ********** 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:24:23 +0000 (0:00:00.015) 0:00:51.188 ********** 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:24:23 +0000 (0:00:00.014) 0:00:51.203 ********** 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:24:23 +0000 (0:00:00.031) 0:00:51.235 ********** 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:24:25 +0000 (0:00:02.385) 0:00:53.621 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py revert -a -s snapset1 --vg-include '^test_'" } 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:24:25 +0000 (0:00:00.028) 0:00:53.649 ********** 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:26:28 +0000 (0:02:02.462) 0:02:56.111 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.42.252 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.42.252 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:26:28 +0000 (0:00:00.014) 0:02:56.126 ********** 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:26:28 +0000 (0:00:00.025) 0:02:56.151 ********** 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:26:28 +0000 (0:00:00.012) 0:02:56.163 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for revert] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_revert_basic.yml:67 Friday 01 March 2024 17:26:28 +0000 (0:00:00.015) 0:02:56.179 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Use the snapshot_lvm_verify option to make sure revert is done] ********** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_revert_basic.yml:71 Friday 01 March 2024 17:26:28 +0000 (0:00:00.012) 0:02:56.192 ********** 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:26:28 +0000 (0:00:00.032) 0:02:56.225 ********** 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:26:28 +0000 (0:00:00.018) 0:02:56.243 ********** 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:26:28 +0000 (0:00:00.022) 0:02:56.265 ********** 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:26:28 +0000 (0:00:00.014) 0:02:56.279 ********** 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:26:28 +0000 (0:00:00.014) 0:02:56.294 ********** 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:26:28 +0000 (0:00:00.031) 0:02:56.325 ********** 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:26:31 +0000 (0:00:02.558) 0:02:58.884 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py revert -a -v -s snapset1 --vg-include '^test_'" } 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:26:31 +0000 (0:00:00.027) 0:02:58.911 ********** 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:26:32 +0000 (0:00:00.983) 0:02:59.895 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.42.252 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.42.252 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:26:32 +0000 (0:00:00.015) 0:02:59.911 ********** 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:26:32 +0000 (0:00:00.065) 0:02:59.976 ********** 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:26:32 +0000 (0:00:00.012) 0:02:59.989 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Revert again to check idempotence] *************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_revert_basic.yml:80 Friday 01 March 2024 17:26:32 +0000 (0:00:00.016) 0:03:00.005 ********** 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:26:32 +0000 (0:00:00.036) 0:03:00.041 ********** 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:26:32 +0000 (0:00:00.018) 0:03:00.060 ********** 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:26:32 +0000 (0:00:00.023) 0:03:00.083 ********** 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:26:32 +0000 (0:00:00.014) 0:03:00.097 ********** 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:26:32 +0000 (0:00:00.014) 0:03:00.112 ********** 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:26:32 +0000 (0:00:00.033) 0:03:00.146 ********** 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:26:34 +0000 (0:00:02.493) 0:03:02.639 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py revert -a -s snapset1 --vg-include '^test_'" } 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:26:34 +0000 (0:00:00.027) 0:03:02.666 ********** 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:26:35 +0000 (0:00:00.533) 0:03:03.199 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.42.252 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.42.252 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:26:35 +0000 (0:00:00.015) 0:03:03.215 ********** 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:26:35 +0000 (0:00:00.025) 0:03:03.240 ********** 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:26:35 +0000 (0:00:00.011) 0:03:03.252 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for revert] ******************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_revert_basic.yml:88 Friday 01 March 2024 17:26:35 +0000 (0:00:00.016) 0:03:03.268 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_revert_basic.yml:93 Friday 01 March 2024 17:26:35 +0000 (0:00:00.013) 0:03:03.281 ********** 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:26:35 +0000 (0:00:00.025) 0:03:03.306 ********** 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:26:35 +0000 (0:00:00.019) 0:03:03.326 ********** 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:26:35 +0000 (0:00:00.017) 0:03:03.344 ********** 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:26:35 +0000 (0:00:00.023) 0:03:03.368 ********** 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:26:35 +0000 (0:00:00.031) 0:03:03.399 ********** 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:26:35 +0000 (0:00:00.014) 0:03:03.414 ********** 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:26:35 +0000 (0:00:00.014) 0:03:03.428 ********** 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:26:35 +0000 (0:00:00.013) 0:03:03.442 ********** 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:26:35 +0000 (0:00:00.013) 0:03:03.456 ********** 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:26:35 +0000 (0:00:00.028) 0:03:03.484 ********** 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:26:38 +0000 (0:00:02.481) 0:03:05.965 ********** 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:26:38 +0000 (0:00:00.029) 0:03:05.995 ********** 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:26:38 +0000 (0:00:00.014) 0:03:06.010 ********** 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:26:45 +0000 (0:00:06.891) 0:03:12.901 ********** 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:26:45 +0000 (0:00:00.026) 0:03:12.927 ********** 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:26:45 +0000 (0:00:00.019) 0:03:12.947 ********** 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:26:45 +0000 (0:00:00.020) 0:03:12.967 ********** 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:26:45 +0000 (0:00:00.018) 0:03:12.986 ********** 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:26:47 +0000 (0:00:02.575) 0:03:15.561 ********** 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:26:49 +0000 (0:00:01.764) 0:03:17.326 ********** 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:26:49 +0000 (0:00:00.033) 0:03:17.359 ********** 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:26:49 +0000 (0:00:00.011) 0:03:17.371 ********** 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/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "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/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "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/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "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:27:01 +0000 (0:00:11.949) 0:03:29.320 ********** 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:27:01 +0000 (0:00:00.021) 0:03:29.342 ********** 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:27:01 +0000 (0:00:00.012) 0:03:29.354 ********** 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/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdi", "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/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "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/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "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:27:01 +0000 (0:00:00.024) 0:03:29.378 ********** 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:27:01 +0000 (0:00:00.021) 0:03:29.400 ********** 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:27:01 +0000 (0:00:00.014) 0:03:29.414 ********** 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:27:01 +0000 (0:00:00.021) 0:03:29.436 ********** 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:27:01 +0000 (0:00:00.012) 0:03:29.448 ********** 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:27:01 +0000 (0:00:00.020) 0:03:29.469 ********** 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:27:01 +0000 (0:00:00.020) 0:03:29.490 ********** 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:27:01 +0000 (0:00:00.013) 0:03:29.503 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709313260.3173568, "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:27:01 +0000 (0:00:00.208) 0:03:29.712 ********** 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:27:01 +0000 (0:00:00.011) 0:03:29.723 ********** 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:27:02 +0000 (0:00:00.780) 0:03:30.503 ********** 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:27:02 +0000 (0:00:00.013) 0:03:30.516 ********** 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:27:02 +0000 (0:00:00.018) 0:03:30.534 ********** 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:27:02 +0000 (0:00:00.014) 0:03:30.549 ********** 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:27:02 +0000 (0:00:00.013) 0:03:30.563 ********** 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:27:05 +0000 (0:00:02.386) 0:03:32.949 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sdf", "sdg", "sdh", "sdi", "sdj", "sdk" ], "info": [ "Disk [/dev/sde] 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:27:05 +0000 (0:00:00.213) 0:03:33.163 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sdf", "sdg", "sdh", "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:27:05 +0000 (0:00:00.014) 0:03:33.177 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sdf", "sdg", "sdh", "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:27:05 +0000 (0:00:00.012) 0:03:33.189 ********** 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:27:05 +0000 (0:00:00.019) 0:03:33.209 ********** 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:27:05 +0000 (0:00:00.018) 0:03:33.228 ********** 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:27:05 +0000 (0:00:00.022) 0:03:33.250 ********** 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:27:07 +0000 (0:00:02.459) 0:03:35.710 ********** 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.354625", "end": "2024-03-01 17:27:08.492994", "failed_when_result": true, "rc": 0, "start": "2024-03-01 17:27:08.138369" } STDERR: + exec + mount -f -l sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime,seclabel) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) devtmpfs on /dev type devtmpfs (rw,nosuid,seclabel,size=1792528k,nr_inodes=448132,mode=755) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,seclabel) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,seclabel,gid=5,mode=620,ptmxmode=000) tmpfs on /run type tmpfs (rw,nosuid,nodev,seclabel,mode=755) tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,seclabel,mode=755) cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd) pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime,seclabel) bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) cgroup on /sys/fs/cgroup/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/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,hugetlb) cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpuset) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,blkio) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpu,cpuacct) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,perf_event) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,memory) cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,pids) cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,rdma) cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,net_cls,net_prio) none on /sys/kernel/tracing type tracefs (rw,relatime,seclabel) configfs on /sys/kernel/config type configfs (rw,relatime) /dev/xvda1 on / type xfs (rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota) selinuxfs on /sys/fs/selinux type selinuxfs (rw,relatime) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=31,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=18576) mqueue on /dev/mqueue type mqueue (rw,relatime,seclabel) debugfs on /sys/kernel/debug type debugfs (rw,relatime,seclabel) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) 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:21:36,643 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 17:21:36,643 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:21:36,674 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:36,674 INFO snapshot-role/MainThread: { 2024-03-01 17:21:36,674 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:36,674 INFO snapshot-role/MainThread: { 2024-03-01 17:21:36,674 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:36,674 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: {"lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "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:21:36,675 INFO snapshot-role/MainThread: {"lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "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:21:36,675 INFO snapshot-role/MainThread: {"lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU", "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:21:36,675 INFO snapshot-role/MainThread: {"lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy", "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:21:36,675 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "pv_name":"/dev/sdi"} 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:36,675 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy"}, 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J"}, 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J"}, 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU"}, 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ"}, 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ"} 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: } 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: { 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: {"lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e", "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:21:36,676 INFO snapshot-role/MainThread: {"lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8", "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:21:36,676 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:21:36,676 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e"}, 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8"} 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: } 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: { 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: {"lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO", "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:21:36,677 INFO snapshot-role/MainThread: {"lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "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:21:36,677 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "pv_name":"/dev/sda"}, 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:36,677 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U"}, 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U"}, 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO"} 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: } 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: } 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: LV: total 3208642560 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 17:21:36,678 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 17:21:36,679 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 17:21:36,679 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 17:21:36,679 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 17:21:36,679 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 17:21:36,679 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 17:21:36,679 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 17:21:36,679 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 17:21:36,679 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:21:36,709 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:36,709 INFO snapshot-role/MainThread: { 2024-03-01 17:21:36,709 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:36,709 INFO snapshot-role/MainThread: { 2024-03-01 17:21:36,709 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:36,709 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:21:36,709 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,709 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "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:21:36,710 INFO snapshot-role/MainThread: {"lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "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:21:36,710 INFO snapshot-role/MainThread: {"lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU", "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:21:36,710 INFO snapshot-role/MainThread: {"lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy", "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:21:36,710 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "pv_name":"/dev/sdi"} 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy"}, 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J"}, 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J"}, 2024-03-01 17:21:36,710 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU"}, 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ"}, 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ"} 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: } 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: { 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: {"lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e", "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:21:36,711 INFO snapshot-role/MainThread: {"lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8", "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:21:36,711 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:36,711 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e"}, 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8"} 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: } 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: { 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: {"lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO", "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:21:36,712 INFO snapshot-role/MainThread: {"lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "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:21:36,712 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "pv_name":"/dev/sda"}, 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U"}, 2024-03-01 17:21:36,712 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U"}, 2024-03-01 17:21:36,713 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO"} 2024-03-01 17:21:36,713 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,713 INFO snapshot-role/MainThread: } 2024-03-01 17:21:36,713 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,713 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,713 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:36,713 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,713 INFO snapshot-role/MainThread: } 2024-03-01 17:21:36,713 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:21:36,738 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:36,739 INFO snapshot-role/MainThread: { 2024-03-01 17:21:36,739 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:36,739 INFO snapshot-role/MainThread: { 2024-03-01 17:21:36,739 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:36,739 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:21:36,739 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,739 INFO snapshot-role/MainThread: } 2024-03-01 17:21:36,739 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,739 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,739 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:36,739 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,739 INFO snapshot-role/MainThread: } 2024-03-01 17:21:36,739 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:36,763 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:36,763 INFO snapshot-role/MainThread: { 2024-03-01 17:21:36,763 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:36,763 INFO snapshot-role/MainThread: { 2024-03-01 17:21:36,763 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:36,763 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:21:36,763 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:21:36,763 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:21:36,763 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:21:36,763 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,763 INFO snapshot-role/MainThread: } 2024-03-01 17:21:36,763 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,764 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,764 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:36,764 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,764 INFO snapshot-role/MainThread: } 2024-03-01 17:21:36,764 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 17:21:36,787 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:36,787 INFO snapshot-role/MainThread: { 2024-03-01 17:21:36,787 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:36,787 INFO snapshot-role/MainThread: { 2024-03-01 17:21:36,787 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:36,787 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,787 INFO snapshot-role/MainThread: } 2024-03-01 17:21:36,787 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,787 INFO snapshot-role/MainThread: , 2024-03-01 17:21:36,787 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:36,787 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:36,787 INFO snapshot-role/MainThread: } 2024-03-01 17:21:36,788 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-03-01 17:21:37,046 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:37,046 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,046 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:37,046 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,047 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,047 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:21:37,091 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:37,091 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,091 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:37,091 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,091 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:37,092 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:21:37,092 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,092 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,092 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,092 INFO snapshot-role/MainThread: , 2024-03-01 17:21:37,092 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:37,092 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,092 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,092 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:37,121 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:37,121 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,121 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:37,121 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,121 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:37,121 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:37,121 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:37,121 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:21:37,121 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:21:37,121 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:21:37,121 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,121 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,121 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,121 INFO snapshot-role/MainThread: , 2024-03-01 17:21:37,121 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:37,121 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,121 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,121 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 17:21:37,141 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:37,142 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,142 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:37,142 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,142 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:37,142 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,142 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,142 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,142 INFO snapshot-role/MainThread: , 2024-03-01 17:21:37,142 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:37,142 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,142 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,142 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-03-01 17:21:37,357 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:37,357 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,357 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:37,357 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,358 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,358 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:21:37,402 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:37,402 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,402 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:37,403 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,403 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:37,403 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:21:37,403 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,403 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,403 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,403 INFO snapshot-role/MainThread: , 2024-03-01 17:21:37,403 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:37,403 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,403 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,403 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:37,433 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:21:37,433 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:21:37,433 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: , 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,433 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:21:37,456 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:37,456 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,456 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:37,456 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,456 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:37,456 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,456 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,456 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,456 INFO snapshot-role/MainThread: , 2024-03-01 17:21:37,456 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:37,456 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,456 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,456 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 17:21:37,670 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:37,670 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,670 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:37,670 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,670 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,670 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:21:37,719 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:37,719 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,719 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:37,719 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,719 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:37,719 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:21:37,719 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,719 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,720 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,720 INFO snapshot-role/MainThread: , 2024-03-01 17:21:37,720 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:37,720 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,720 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,720 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:37,742 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:37,743 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,743 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:37,743 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,743 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:37,743 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:37,743 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:37,743 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:37,743 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:37,743 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:21:37,743 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:21:37,743 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:21:37,743 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,743 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,743 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,743 INFO snapshot-role/MainThread: , 2024-03-01 17:21:37,743 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:37,743 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,743 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,743 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 17:21:37,768 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:37,768 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,768 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:37,768 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,768 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:37,768 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,768 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,768 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,768 INFO snapshot-role/MainThread: , 2024-03-01 17:21:37,768 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:37,768 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,768 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,769 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 17:21:37,983 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:37,983 INFO snapshot-role/MainThread: { 2024-03-01 17:21:37,983 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:37,983 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:37,983 INFO snapshot-role/MainThread: } 2024-03-01 17:21:37,983 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:21:38,032 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:38,033 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,033 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:38,033 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,033 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:38,033 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:21:38,033 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,033 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,033 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,033 INFO snapshot-role/MainThread: , 2024-03-01 17:21:38,033 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:38,033 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,033 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,034 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:38,065 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:38,065 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,065 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:38,065 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,065 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:38,065 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:21:38,065 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:21:38,065 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,065 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,065 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,065 INFO snapshot-role/MainThread: , 2024-03-01 17:21:38,065 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:38,066 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,066 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,066 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:21:38,091 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:38,091 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,091 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:38,091 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,091 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:38,091 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,091 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,091 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,092 INFO snapshot-role/MainThread: , 2024-03-01 17:21:38,092 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:38,092 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,092 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,092 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 17:21:38,303 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:38,304 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,304 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:38,304 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,304 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,304 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:21:38,344 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:38,344 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,344 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:38,344 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,344 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:38,344 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:21:38,344 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,344 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,344 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,345 INFO snapshot-role/MainThread: , 2024-03-01 17:21:38,345 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:38,345 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,345 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,345 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:38,368 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:38,368 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,368 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:38,368 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,368 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:38,368 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:21:38,368 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:21:38,368 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:21:38,368 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,368 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,368 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,368 INFO snapshot-role/MainThread: , 2024-03-01 17:21:38,368 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:38,368 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,368 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,368 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:21:38,392 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:38,392 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,392 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:38,392 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,392 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:38,392 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,392 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,392 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,392 INFO snapshot-role/MainThread: , 2024-03-01 17:21:38,392 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:38,392 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,392 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,392 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-03-01 17:21:38,601 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:38,601 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,601 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:38,601 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,601 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,602 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:21:38,644 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:38,644 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,644 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:38,644 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,644 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:38,644 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:21:38,645 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,645 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,645 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,645 INFO snapshot-role/MainThread: , 2024-03-01 17:21:38,645 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:38,645 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,645 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,645 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:38,671 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:38,671 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,671 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:38,671 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,671 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:38,671 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:21:38,671 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:21:38,671 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,671 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,671 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,671 INFO snapshot-role/MainThread: , 2024-03-01 17:21:38,672 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:38,672 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,672 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,672 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:38,695 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:38,695 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,695 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:38,695 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,695 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:38,695 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,695 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,695 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,695 INFO snapshot-role/MainThread: , 2024-03-01 17:21:38,695 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:38,695 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,696 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,696 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 17:21:38,905 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:38,906 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,906 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:38,906 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,906 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,906 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:21:38,945 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:38,945 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,945 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:38,945 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,945 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:38,945 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:21:38,945 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,946 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,946 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,946 INFO snapshot-role/MainThread: , 2024-03-01 17:21:38,946 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:38,946 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,946 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,946 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:38,972 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:38,972 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,972 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:38,972 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,972 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:38,972 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:21:38,972 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:38,972 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:21:38,972 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,973 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,973 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,973 INFO snapshot-role/MainThread: , 2024-03-01 17:21:38,973 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:38,973 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,973 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,973 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:21:38,997 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:38,997 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,997 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:38,997 INFO snapshot-role/MainThread: { 2024-03-01 17:21:38,997 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:38,997 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,997 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,997 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,997 INFO snapshot-role/MainThread: , 2024-03-01 17:21:38,997 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:38,997 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:38,997 INFO snapshot-role/MainThread: } 2024-03-01 17:21:38,997 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 17:21:39,207 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:39,208 INFO snapshot-role/MainThread: { 2024-03-01 17:21:39,208 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:39,208 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:39,208 INFO snapshot-role/MainThread: } 2024-03-01 17:21:39,208 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:21:42,188 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 17:21:42,188 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:21:42,219 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,219 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,219 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,219 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"lv_uuid":"W3fIKv-pVUg-KCko-UIDx-API6-ru8l-MUWX7b", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"lv_uuid":"ZUSvYP-hXeL-N7zf-CQTU-Ht5G-t2fi-mKPeEL", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"lv_uuid":"9dntAe-a0HI-s8dh-1bhR-U6tD-mYB1-aPBNB5", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"lv_uuid":"R14KsP-UXur-X27M-y7nM-SZjV-iCLo-m2k5W9", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"W3fIKv-pVUg-KCko-UIDx-API6-ru8l-MUWX7b", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:42,220 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"ZUSvYP-hXeL-N7zf-CQTU-Ht5G-t2fi-mKPeEL", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"9dntAe-a0HI-s8dh-1bhR-U6tD-mYB1-aPBNB5", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"R14KsP-UXur-X27M-y7nM-SZjV-iCLo-m2k5W9", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "pv_name":"/dev/sdi"} 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"9dntAe-a0HI-s8dh-1bhR-U6tD-mYB1-aPBNB5"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"R14KsP-UXur-X27M-y7nM-SZjV-iCLo-m2k5W9"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"W3fIKv-pVUg-KCko-UIDx-API6-ru8l-MUWX7b"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"ZUSvYP-hXeL-N7zf-CQTU-Ht5G-t2fi-mKPeEL"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ"} 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:21:42,221 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"lv_uuid":"Dxo6W3-fcgR-9uIq-xXnx-LZ36-dkhW-RfMN2I", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"lv_uuid":"eGHvaZ-x0W4-5XOn-WFzi-R0GE-Px7e-0t93bC", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"Dxo6W3-fcgR-9uIq-xXnx-LZ36-dkhW-RfMN2I", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew", "lv_uuid":"eGHvaZ-x0W4-5XOn-WFzi-R0GE-Px7e-0t93bC", "pv_name":"/dev/sde"}, 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e"}, 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"Dxo6W3-fcgR-9uIq-xXnx-LZ36-dkhW-RfMN2I"}, 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8"}, 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"eGHvaZ-x0W4-5XOn-WFzi-R0GE-Px7e-0t93bC"} 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,222 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: {"lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: {"lv_uuid":"wML3R9-BcPa-hnlc-29o8-dWe5-ZDlV-T4I14c", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "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:21:42,223 INFO snapshot-role/MainThread: {"lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "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:21:42,223 INFO snapshot-role/MainThread: {"lv_uuid":"HZoCx8-qpw5-2NJU-EJzR-w3fL-Jb90-hfDvDy", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "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:21:42,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "pv_name":"/dev/sda"}, 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV", "lv_uuid":"wML3R9-BcPa-hnlc-29o8-dWe5-ZDlV-T4I14c", "pv_name":"/dev/sdc"}, 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV", "lv_uuid":"HZoCx8-qpw5-2NJU-EJzR-w3fL-Jb90-hfDvDy", "pv_name":"/dev/sdc"}, 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"HZoCx8-qpw5-2NJU-EJzR-w3fL-Jb90-hfDvDy"}, 2024-03-01 17:21:42,223 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U"}, 2024-03-01 17:21:42,224 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U"}, 2024-03-01 17:21:42,224 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO"}, 2024-03-01 17:21:42,224 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"wML3R9-BcPa-hnlc-29o8-dWe5-ZDlV-T4I14c"} 2024-03-01 17:21:42,224 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,224 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,224 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,224 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,224 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,224 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,224 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,224 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:21:42,250 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,250 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,250 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,250 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,250 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,250 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:42,250 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,250 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,250 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,250 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,250 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,250 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,250 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,251 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:42,277 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,277 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,277 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,277 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,277 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,278 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,278 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,278 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,278 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,278 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:21:42,278 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:21:42,278 INFO snapshot-role/MainThread: {"lv_name":"lv8", "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:21:42,278 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:42,278 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,278 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,278 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,278 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,278 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,278 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,278 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,278 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 17:21:42,303 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,303 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,303 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,303 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,303 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,303 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:42,303 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,303 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,303 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,304 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,304 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,304 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,304 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,304 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 17:21:42,330 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,330 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,330 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,330 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,330 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,330 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:42,330 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,330 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,331 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,331 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,331 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,331 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,331 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,331 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 17:21:42,357 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,357 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,357 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,357 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,357 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,357 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:42,358 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,358 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,358 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,358 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,358 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,358 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,358 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,358 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:21:42,384 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,384 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,384 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,384 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,384 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,384 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:42,384 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,384 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,385 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,385 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,385 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,385 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,385 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,385 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:42,411 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,411 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,411 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,411 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,411 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,411 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,411 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,411 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,411 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,411 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:21:42,411 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:21:42,411 INFO snapshot-role/MainThread: {"lv_name":"lv8", "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:21:42,411 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:42,412 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,412 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,412 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,412 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,412 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,412 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,412 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,412 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 17:21:42,438 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,438 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,438 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,438 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,438 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,438 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:42,438 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,438 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,438 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,438 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,438 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,438 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,438 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,438 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 17:21:42,464 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,464 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,464 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,464 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,464 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,464 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:42,464 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,464 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,464 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,464 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,464 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,464 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,464 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,465 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 17:21:42,490 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,490 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,490 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,490 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,490 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,490 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:42,490 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,490 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,490 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,490 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,490 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,490 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,490 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,491 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:21:42,516 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,516 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,516 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,516 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,516 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,516 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:21:42,516 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,516 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,516 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,516 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,516 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,516 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,516 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,516 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:42,542 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,543 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:21:42,543 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:21:42,543 INFO snapshot-role/MainThread: {"lv_name":"lv8", "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:21:42,543 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,543 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:21:42,569 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,569 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,569 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,569 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,569 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,569 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:21:42,569 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,569 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,569 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,569 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,569 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,569 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,569 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,570 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:21:42,596 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,596 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,596 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,596 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,596 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,596 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:21:42,596 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,596 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,596 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,596 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,596 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,596 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,596 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,596 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:21:42,621 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,622 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,622 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,622 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,622 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,622 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:21:42,622 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,622 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,622 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,622 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,622 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,622 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,622 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,622 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:21:42,647 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,647 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,647 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,647 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,647 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,647 INFO snapshot-role/MainThread: {"lv_name":"lv8", "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:21:42,647 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,647 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,647 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,647 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,647 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,647 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,647 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,647 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:42,673 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,673 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,673 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,673 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,673 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,673 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,673 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,673 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,673 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:42,673 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:21:42,673 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:21:42,674 INFO snapshot-role/MainThread: {"lv_name":"lv8", "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:21:42,674 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:42,674 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,674 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,674 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,674 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,674 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,674 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,674 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,674 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 17:21:42,700 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,700 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,700 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,700 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,700 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,700 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:42,701 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,701 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,701 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,701 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,701 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,701 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,701 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,701 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 17:21:42,727 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,727 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,727 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,727 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,727 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,727 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:42,727 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,727 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,727 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,727 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,727 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,727 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,727 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,727 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 17:21:42,751 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,751 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,751 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,751 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,751 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,751 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:42,751 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,751 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,751 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,751 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,751 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,751 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,751 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,751 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:21:42,777 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,777 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,777 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,777 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,777 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,777 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:21:42,777 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,777 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,777 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,777 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,778 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,778 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,778 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,778 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:42,806 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,806 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,806 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,806 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,806 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,806 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:21:42,806 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:21:42,807 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:21:42,807 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:21:42,807 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,807 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,807 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,807 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,807 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,807 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,807 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,807 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:21:42,832 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,833 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,833 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,833 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,833 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,833 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:21:42,833 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,833 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,833 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,833 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,833 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,833 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,833 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,833 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:21:42,859 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,859 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,859 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,859 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,859 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,859 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:21:42,859 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,859 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,859 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,859 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,860 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,860 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,860 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,860 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:21:42,886 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,886 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,886 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,886 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,886 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,886 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:21:42,886 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,886 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,886 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,887 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,887 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,887 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,887 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,887 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:21:42,913 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,913 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,913 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,913 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,913 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,913 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:21:42,913 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,914 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,914 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,914 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,914 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,914 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,914 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,914 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:42,939 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,939 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,939 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,939 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,939 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,940 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:21:42,940 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:21:42,940 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:21:42,940 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:21:42,940 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,940 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,940 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,940 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,940 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,940 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,940 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,940 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:21:42,967 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,967 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,967 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,967 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,967 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,967 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:21:42,967 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,967 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,967 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,967 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,967 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,967 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,967 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,967 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:21:42,995 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:42,995 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,995 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:42,995 INFO snapshot-role/MainThread: { 2024-03-01 17:21:42,995 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:42,995 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:21:42,995 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,995 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,996 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,996 INFO snapshot-role/MainThread: , 2024-03-01 17:21:42,996 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:42,996 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:42,996 INFO snapshot-role/MainThread: } 2024-03-01 17:21:42,996 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:21:43,022 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:43,022 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,022 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:43,022 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,022 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:43,023 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:21:43,023 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,023 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,023 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,023 INFO snapshot-role/MainThread: , 2024-03-01 17:21:43,023 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:43,023 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,023 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,023 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:21:43,051 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:43,051 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,051 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:43,051 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,051 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:43,051 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:21:43,051 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,052 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,052 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,052 INFO snapshot-role/MainThread: , 2024-03-01 17:21:43,052 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:43,052 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,052 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,052 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:43,079 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:43,079 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,079 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:43,079 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,080 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:43,080 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:21:43,080 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:43,080 INFO snapshot-role/MainThread: {"lv_name":"lv2", "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:21:43,080 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:43,080 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,080 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,080 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,080 INFO snapshot-role/MainThread: , 2024-03-01 17:21:43,080 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:43,080 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,080 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,080 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:43,107 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:43,107 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,107 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:43,107 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,107 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:43,107 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:43,108 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,108 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,108 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,108 INFO snapshot-role/MainThread: , 2024-03-01 17:21:43,108 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:43,108 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,108 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,108 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:21:43,134 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:43,134 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,134 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:43,134 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,134 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:43,134 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:43,134 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,134 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,134 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,134 INFO snapshot-role/MainThread: , 2024-03-01 17:21:43,134 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:43,134 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,134 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,134 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:21:43,163 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:43,163 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,163 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:43,163 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,163 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:43,163 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:43,163 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,164 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,164 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,164 INFO snapshot-role/MainThread: , 2024-03-01 17:21:43,164 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:43,164 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,164 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,164 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:21:43,192 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:43,192 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,192 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:43,192 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,192 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:43,192 INFO snapshot-role/MainThread: {"lv_name":"lv2", "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:21:43,192 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,192 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,193 INFO snapshot-role/MainThread: , 2024-03-01 17:21:43,193 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:43,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,193 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,193 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:43,218 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:43,218 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,218 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:43,218 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,218 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:43,218 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:21:43,218 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:21:43,218 INFO snapshot-role/MainThread: {"lv_name":"lv2", "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:21:43,218 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:43,218 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,218 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,218 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,218 INFO snapshot-role/MainThread: , 2024-03-01 17:21:43,218 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:43,218 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,218 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,219 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:21:43,241 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:43,242 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,242 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:43,242 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,242 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:43,242 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:43,242 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,242 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,242 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,242 INFO snapshot-role/MainThread: , 2024-03-01 17:21:43,242 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:43,242 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,242 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,242 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:21:43,267 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:43,267 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,267 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:43,267 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,267 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:43,267 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:43,267 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,267 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,267 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,267 INFO snapshot-role/MainThread: , 2024-03-01 17:21:43,267 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:43,267 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,267 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,268 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:21:43,292 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:43,292 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,292 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:43,292 INFO snapshot-role/MainThread: { 2024-03-01 17:21:43,292 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:43,292 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:43,292 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,292 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,292 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,292 INFO snapshot-role/MainThread: , 2024-03-01 17:21:43,293 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:43,293 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:43,293 INFO snapshot-role/MainThread: } 2024-03-01 17:21:43,293 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:21:46,280 INFO snapshot-role/MainThread: list_cmd: 0 list None None snapset1 None 2024-03-01 17:21:46,280 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:21:46,311 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: { 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: { 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: , 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: , 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: {"lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: {"lv_uuid":"W3fIKv-pVUg-KCko-UIDx-API6-ru8l-MUWX7b", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:46,312 INFO snapshot-role/MainThread: {"lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"lv_uuid":"ZUSvYP-hXeL-N7zf-CQTU-Ht5G-t2fi-mKPeEL", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"lv_uuid":"9dntAe-a0HI-s8dh-1bhR-U6tD-mYB1-aPBNB5", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"lv_uuid":"R14KsP-UXur-X27M-y7nM-SZjV-iCLo-m2k5W9", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: , 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"W3fIKv-pVUg-KCko-UIDx-API6-ru8l-MUWX7b", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"ZUSvYP-hXeL-N7zf-CQTU-Ht5G-t2fi-mKPeEL", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"9dntAe-a0HI-s8dh-1bhR-U6tD-mYB1-aPBNB5", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"R14KsP-UXur-X27M-y7nM-SZjV-iCLo-m2k5W9", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "pv_name":"/dev/sdi"} 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: , 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"9dntAe-a0HI-s8dh-1bhR-U6tD-mYB1-aPBNB5"}, 2024-03-01 17:21:46,313 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"R14KsP-UXur-X27M-y7nM-SZjV-iCLo-m2k5W9"}, 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"W3fIKv-pVUg-KCko-UIDx-API6-ru8l-MUWX7b"}, 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"ZUSvYP-hXeL-N7zf-CQTU-Ht5G-t2fi-mKPeEL"}, 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ"}, 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ"} 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: } 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: , 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: { 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: , 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: , 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"lv_uuid":"Dxo6W3-fcgR-9uIq-xXnx-LZ36-dkhW-RfMN2I", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"lv_uuid":"eGHvaZ-x0W4-5XOn-WFzi-R0GE-Px7e-0t93bC", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: , 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:46,314 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"Dxo6W3-fcgR-9uIq-xXnx-LZ36-dkhW-RfMN2I", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew", "lv_uuid":"eGHvaZ-x0W4-5XOn-WFzi-R0GE-Px7e-0t93bC", "pv_name":"/dev/sde"}, 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: , 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e"}, 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"Dxo6W3-fcgR-9uIq-xXnx-LZ36-dkhW-RfMN2I"}, 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8"}, 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"eGHvaZ-x0W4-5XOn-WFzi-R0GE-Px7e-0t93bC"} 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: } 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: , 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: { 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: , 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: , 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: {"lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:46,315 INFO snapshot-role/MainThread: {"lv_uuid":"wML3R9-BcPa-hnlc-29o8-dWe5-ZDlV-T4I14c", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "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:21:46,315 INFO snapshot-role/MainThread: {"lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "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:21:46,315 INFO snapshot-role/MainThread: {"lv_uuid":"HZoCx8-qpw5-2NJU-EJzR-w3fL-Jb90-hfDvDy", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "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:21:46,316 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: , 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "pv_name":"/dev/sda"}, 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV", "lv_uuid":"wML3R9-BcPa-hnlc-29o8-dWe5-ZDlV-T4I14c", "pv_name":"/dev/sdc"}, 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV", "lv_uuid":"HZoCx8-qpw5-2NJU-EJzR-w3fL-Jb90-hfDvDy", "pv_name":"/dev/sdc"}, 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: , 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"HZoCx8-qpw5-2NJU-EJzR-w3fL-Jb90-hfDvDy"}, 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U"}, 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U"}, 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO"}, 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"wML3R9-BcPa-hnlc-29o8-dWe5-ZDlV-T4I14c"} 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: } 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: , 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:46,316 INFO snapshot-role/MainThread: } 2024-03-01 17:21:46,317 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv5 -P 2024-03-01 17:21:46,320 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,320 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv5_snapset1 -P 2024-03-01 17:21:46,322 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,323 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv6 -P 2024-03-01 17:21:46,325 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,325 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv6_snapset1 -P 2024-03-01 17:21:46,328 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,328 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7 -P 2024-03-01 17:21:46,331 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,331 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7_snapset1 -P 2024-03-01 17:21:46,333 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,333 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv8 -P 2024-03-01 17:21:46,336 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,336 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv8_snapset1 -P 2024-03-01 17:21:46,339 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,339 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv3 -P 2024-03-01 17:21:46,342 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,342 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv3_snapset1 -P 2024-03-01 17:21:46,344 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,345 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv4 -P 2024-03-01 17:21:46,347 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,347 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv4_snapset1 -P 2024-03-01 17:21:46,350 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,350 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1 -P 2024-03-01 17:21:46,353 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,353 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 17:21:46,356 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,356 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv2 -P 2024-03-01 17:21:46,358 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,359 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv2_snapset1 -P 2024-03-01 17:21:46,361 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:21:46,363 INFO snapshot-role/MainThread: exit code: 0: [] 2024-03-01 17:21:49,486 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 17:21:49,486 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:21:49,517 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:49,517 INFO snapshot-role/MainThread: { 2024-03-01 17:21:49,517 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:49,517 INFO snapshot-role/MainThread: { 2024-03-01 17:21:49,517 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:49,517 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 17:21:49,517 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"lv_uuid":"W3fIKv-pVUg-KCko-UIDx-API6-ru8l-MUWX7b", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"lv_uuid":"ZUSvYP-hXeL-N7zf-CQTU-Ht5G-t2fi-mKPeEL", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"lv_uuid":"9dntAe-a0HI-s8dh-1bhR-U6tD-mYB1-aPBNB5", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"lv_uuid":"R14KsP-UXur-X27M-y7nM-SZjV-iCLo-m2k5W9", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"W3fIKv-pVUg-KCko-UIDx-API6-ru8l-MUWX7b", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"ZUSvYP-hXeL-N7zf-CQTU-Ht5G-t2fi-mKPeEL", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"9dntAe-a0HI-s8dh-1bhR-U6tD-mYB1-aPBNB5", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:49,518 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"R14KsP-UXur-X27M-y7nM-SZjV-iCLo-m2k5W9", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "pv_name":"/dev/sdi"} 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy"}, 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J"}, 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J"}, 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU"}, 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"9dntAe-a0HI-s8dh-1bhR-U6tD-mYB1-aPBNB5"}, 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"R14KsP-UXur-X27M-y7nM-SZjV-iCLo-m2k5W9"}, 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"W3fIKv-pVUg-KCko-UIDx-API6-ru8l-MUWX7b"}, 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"ZUSvYP-hXeL-N7zf-CQTU-Ht5G-t2fi-mKPeEL"}, 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ"}, 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ"} 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: } 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: { 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,519 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"lv_uuid":"Dxo6W3-fcgR-9uIq-xXnx-LZ36-dkhW-RfMN2I", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"lv_uuid":"eGHvaZ-x0W4-5XOn-WFzi-R0GE-Px7e-0t93bC", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"Dxo6W3-fcgR-9uIq-xXnx-LZ36-dkhW-RfMN2I", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew", "lv_uuid":"eGHvaZ-x0W4-5XOn-WFzi-R0GE-Px7e-0t93bC", "pv_name":"/dev/sde"}, 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e"}, 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"Dxo6W3-fcgR-9uIq-xXnx-LZ36-dkhW-RfMN2I"}, 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8"}, 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"eGHvaZ-x0W4-5XOn-WFzi-R0GE-Px7e-0t93bC"} 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: } 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: { 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:49,520 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"lv_uuid":"wML3R9-BcPa-hnlc-29o8-dWe5-ZDlV-T4I14c", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "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:21:49,521 INFO snapshot-role/MainThread: {"lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "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:21:49,521 INFO snapshot-role/MainThread: {"lv_uuid":"HZoCx8-qpw5-2NJU-EJzR-w3fL-Jb90-hfDvDy", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "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:21:49,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "pv_name":"/dev/sda"}, 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV", "lv_uuid":"wML3R9-BcPa-hnlc-29o8-dWe5-ZDlV-T4I14c", "pv_name":"/dev/sdc"}, 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV", "lv_uuid":"HZoCx8-qpw5-2NJU-EJzR-w3fL-Jb90-hfDvDy", "pv_name":"/dev/sdc"}, 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"HZoCx8-qpw5-2NJU-EJzR-w3fL-Jb90-hfDvDy"}, 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U"}, 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U"}, 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO"}, 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"wML3R9-BcPa-hnlc-29o8-dWe5-ZDlV-T4I14c"} 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: } 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,521 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,522 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:49,522 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,522 INFO snapshot-role/MainThread: } 2024-03-01 17:21:49,522 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 17:21:49,551 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:49,551 INFO snapshot-role/MainThread: { 2024-03-01 17:21:49,551 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:49,551 INFO snapshot-role/MainThread: { 2024-03-01 17:21:49,551 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:49,551 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:49,551 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,551 INFO snapshot-role/MainThread: } 2024-03-01 17:21:49,551 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,551 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,551 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:49,551 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,551 INFO snapshot-role/MainThread: } 2024-03-01 17:21:49,551 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv5_snapset1 2024-03-01 17:21:49,679 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:49,679 INFO snapshot-role/MainThread: { 2024-03-01 17:21:49,679 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:49,679 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,679 INFO snapshot-role/MainThread: } 2024-03-01 17:21:49,680 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 17:21:49,734 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:49,734 INFO snapshot-role/MainThread: { 2024-03-01 17:21:49,735 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:49,735 INFO snapshot-role/MainThread: { 2024-03-01 17:21:49,735 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:49,735 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:49,735 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,735 INFO snapshot-role/MainThread: } 2024-03-01 17:21:49,735 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,735 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,735 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:49,735 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,735 INFO snapshot-role/MainThread: } 2024-03-01 17:21:49,735 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv6_snapset1 2024-03-01 17:21:49,871 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:49,872 INFO snapshot-role/MainThread: { 2024-03-01 17:21:49,872 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:49,872 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,872 INFO snapshot-role/MainThread: } 2024-03-01 17:21:49,872 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:21:49,919 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:49,920 INFO snapshot-role/MainThread: { 2024-03-01 17:21:49,920 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:49,920 INFO snapshot-role/MainThread: { 2024-03-01 17:21:49,920 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:49,920 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:21:49,920 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,920 INFO snapshot-role/MainThread: } 2024-03-01 17:21:49,920 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,920 INFO snapshot-role/MainThread: , 2024-03-01 17:21:49,920 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:49,920 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:49,920 INFO snapshot-role/MainThread: } 2024-03-01 17:21:49,920 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 17:21:50,047 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:50,047 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,047 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:50,047 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,047 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,047 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 17:21:50,100 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:50,100 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,100 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:50,100 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,100 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:50,100 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:50,100 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,100 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,101 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,101 INFO snapshot-role/MainThread: , 2024-03-01 17:21:50,101 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:50,101 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,101 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,101 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv8_snapset1 2024-03-01 17:21:50,218 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:50,218 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,218 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:50,218 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,218 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,218 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:21:50,274 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:50,275 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,275 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:50,275 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,275 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:50,275 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:21:50,275 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,275 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,275 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,275 INFO snapshot-role/MainThread: , 2024-03-01 17:21:50,275 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:50,275 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,275 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,275 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 17:21:50,396 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:50,396 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,396 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:50,396 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,396 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,396 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:21:50,434 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:50,434 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,434 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:50,434 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,434 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:50,435 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:21:50,435 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,435 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,435 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,435 INFO snapshot-role/MainThread: , 2024-03-01 17:21:50,435 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:50,435 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,435 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,435 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 17:21:50,554 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:50,555 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,555 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:50,555 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,555 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,555 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:21:50,599 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:50,599 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,599 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:50,599 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,599 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:50,600 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:50,600 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,600 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,600 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,600 INFO snapshot-role/MainThread: , 2024-03-01 17:21:50,600 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:50,600 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,600 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,600 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 17:21:50,725 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:50,725 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,726 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:50,726 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,726 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,726 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:21:50,765 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:50,765 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,765 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:50,765 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,765 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:50,765 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:21:50,765 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,765 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,765 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,766 INFO snapshot-role/MainThread: , 2024-03-01 17:21:50,766 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:50,766 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,766 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,766 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-03-01 17:21:50,886 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:50,886 INFO snapshot-role/MainThread: { 2024-03-01 17:21:50,886 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:50,886 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:50,886 INFO snapshot-role/MainThread: } 2024-03-01 17:21:50,887 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:21:53,930 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 17:21:53,930 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:21:53,957 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:53,957 INFO snapshot-role/MainThread: { 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: { 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: {"lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "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:21:53,958 INFO snapshot-role/MainThread: {"lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "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:21:53,958 INFO snapshot-role/MainThread: {"lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU", "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:21:53,958 INFO snapshot-role/MainThread: {"lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy", "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:21:53,958 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:53,958 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J", "pv_name":"/dev/sdi"} 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy"}, 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J"}, 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J"}, 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU"}, 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ"}, 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ"} 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: } 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: { 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: {"lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e", "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:21:53,959 INFO snapshot-role/MainThread: {"lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8", "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:21:53,959 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:53,959 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e"}, 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8"} 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: } 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: { 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: {"lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO", "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:21:53,960 INFO snapshot-role/MainThread: {"lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "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:21:53,960 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,960 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "pv_name":"/dev/sda"}, 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO", "pv_name":"/dev/sdb"}, 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U"}, 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U"}, 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO"} 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: } 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: } 2024-03-01 17:21:53,961 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:21:53,989 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:53,989 INFO snapshot-role/MainThread: { 2024-03-01 17:21:53,989 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:53,989 INFO snapshot-role/MainThread: { 2024-03-01 17:21:53,989 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:53,990 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:21:53,990 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,990 INFO snapshot-role/MainThread: } 2024-03-01 17:21:53,990 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,990 INFO snapshot-role/MainThread: , 2024-03-01 17:21:53,990 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:53,990 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:53,990 INFO snapshot-role/MainThread: } 2024-03-01 17:21:53,990 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:54,014 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:54,014 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,014 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,014 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,014 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,014 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:21:54,015 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:21:54,015 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:21:54,015 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:21:54,015 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,015 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,015 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,015 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,015 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,015 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,015 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,015 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 17:21:54,039 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:54,039 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,039 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,039 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,039 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,039 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,039 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,039 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,039 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,040 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,040 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,040 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,040 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:21:54,065 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:54,065 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,065 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,065 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,065 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,066 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:21:54,066 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,066 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,066 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,066 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,066 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,066 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,066 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,066 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:54,090 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:54,090 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,090 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,090 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,090 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,091 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:21:54,091 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:21:54,091 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:21:54,091 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:21:54,091 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,091 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,091 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,091 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,091 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,091 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,091 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,091 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 17:21:54,116 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:54,116 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,116 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,116 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,116 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,116 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,116 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,116 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,116 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,116 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,116 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,117 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,117 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:21:54,143 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:54,143 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,143 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,143 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,143 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,143 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:21:54,143 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,143 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,143 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,144 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,144 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,144 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,144 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,144 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:54,168 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:54,168 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,168 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,168 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,168 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,168 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:21:54,168 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:21:54,168 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:21:54,168 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:21:54,168 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,169 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,169 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,169 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,169 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,169 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,169 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,169 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:21:54,193 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:54,193 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,193 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,193 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,193 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,194 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,194 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,194 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,194 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,194 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,194 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,194 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:21:54,218 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:54,218 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,218 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,218 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,218 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,218 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:21:54,218 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,219 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,219 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,219 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,219 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,219 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,219 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,219 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:21:54,243 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:54,243 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,243 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,243 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,243 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,243 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:21:54,243 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:21:54,244 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:21:54,244 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:21:54,244 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,244 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,244 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,244 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,244 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,244 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,244 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,244 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 17:21:54,269 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:54,269 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,269 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,269 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,269 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,269 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,269 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,269 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,269 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,269 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,270 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,270 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,270 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:21:54,295 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:54,295 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,295 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,295 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,295 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,295 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:21:54,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,295 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,295 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,295 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,295 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,296 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:54,322 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:54,322 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,322 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,322 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,322 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,322 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:21:54,322 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:21:54,323 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,323 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,323 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,323 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,323 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,323 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,323 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,323 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:21:54,348 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:54,348 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,348 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,348 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,348 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,348 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,348 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,348 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,348 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,348 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,348 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,348 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,348 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:21:54,372 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:54,372 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,372 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,372 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,372 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,372 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:21:54,372 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,372 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,372 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,372 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,372 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,373 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,373 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,373 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:21:54,398 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:54,398 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,398 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,398 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,398 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,398 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:21:54,398 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:21:54,398 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,398 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,399 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,399 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,399 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,399 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,399 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,399 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:21:54,423 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:54,423 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,423 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,423 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,423 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,423 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,423 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,423 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,423 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,423 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:21:54,447 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:54,447 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,447 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,447 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,447 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,447 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:21:54,447 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,447 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,448 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,448 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,448 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,448 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,448 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,448 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:54,476 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:54,476 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,476 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,476 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,476 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,476 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:21:54,476 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:21:54,476 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,476 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,476 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,476 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,476 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,477 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,477 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,477 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:21:54,502 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:54,502 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,502 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,502 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,502 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,502 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,502 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,502 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,502 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,502 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,503 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,503 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:21:54,527 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:54,527 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,527 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,527 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,527 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,527 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:21:54,527 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,527 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,528 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,528 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,528 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,528 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,528 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,528 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:21:54,552 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:21:54,552 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,552 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,552 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,552 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,552 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:21:54,552 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:21:54,552 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,552 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,552 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,552 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,552 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,552 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,552 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,552 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:21:54,577 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:21:54,577 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,577 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:21:54,577 INFO snapshot-role/MainThread: { 2024-03-01 17:21:54,577 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:21:54,577 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,577 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,577 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,577 INFO snapshot-role/MainThread: , 2024-03-01 17:21:54,577 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:21:54,577 INFO snapshot-role/MainThread: ] 2024-03-01 17:21:54,577 INFO snapshot-role/MainThread: } 2024-03-01 17:21:54,578 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:23:06,642 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 17:23:06,642 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:23:06,671 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: { 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: { 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid", "vg_size":"3196059648", "vg_free":"0", "vg_extent_size":"4194304"} 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: ] 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: , 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: ] 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: , 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: {"lv_uuid":"dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"3196059648", "origin":"", "origin_size":"", "pool_lv":"", "lv_tags":"", "lv_attr":"-wi-a-----", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: ] 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: , 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV", "lv_uuid":"dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6", "pv_name":"/dev/sdc"}, 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7", "lv_uuid":"dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6", "pv_name":"/dev/sdb"}, 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl", "lv_uuid":"dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6", "pv_name":"/dev/sda"} 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: ] 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: , 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6"}, 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-253", "segtype":"linear", "lv_uuid":"dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6"}, 2024-03-01 17:23:06,672 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-253", "segtype":"linear", "lv_uuid":"dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6"} 2024-03-01 17:23:06,673 INFO snapshot-role/MainThread: ] 2024-03-01 17:23:06,673 INFO snapshot-role/MainThread: } 2024-03-01 17:23:06,673 INFO snapshot-role/MainThread: ] 2024-03-01 17:23:06,673 INFO snapshot-role/MainThread: , 2024-03-01 17:23:06,673 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:23:06,673 INFO snapshot-role/MainThread: ] 2024-03-01 17:23:06,673 INFO snapshot-role/MainThread: } 2024-03-01 17:23:06,673 INFO snapshot-role/MainThread: VG: test_vg1 free 0 2024-03-01 17:23:06,673 INFO snapshot-role/MainThread: LV: lv1 size : 3196059648 2024-03-01 17:23:06,673 INFO snapshot-role/MainThread: LV: total 3196059648 2024-03-01 17:23:06,673 INFO snapshot-role/MainThread: space needed: 479408947.20 space available: 0 sufficient space: 0 2024-03-01 17:23:06,673 INFO snapshot-role/MainThread: exit code: 1: ['insufficient space for snapshots'] 2024-03-01 17:24:16,407 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 None None snapset1 None False 2024-03-01 17:24:16,407 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:24:16,438 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: {"lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "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:24:16,439 INFO snapshot-role/MainThread: {"lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "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:24:16,439 INFO snapshot-role/MainThread: {"lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3", "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:24:16,439 INFO snapshot-role/MainThread: {"lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO", "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:24:16,439 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "pv_name":"/dev/sdh"}, 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "pv_name":"/dev/sdj"}, 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:16,439 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "pv_name":"/dev/sdi"} 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN"}, 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN"}, 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO"}, 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw"}, 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw"}, 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3"} 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: {"lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe", "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:24:16,440 INFO snapshot-role/MainThread: {"lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF", "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:24:16,440 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,440 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF", "pv_name":"/dev/sdd"}, 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe", "pv_name":"/dev/sdd"}, 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF"}, 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe"} 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: {"lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc", "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:24:16,441 INFO snapshot-role/MainThread: {"lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "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:24:16,441 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,441 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "pv_name":"/dev/sda"}, 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "pv_name":"/dev/sdb"}, 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc", "pv_name":"/dev/sdb"}, 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc"}, 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt"}, 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt"} 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: VG: test_vg3 free 1052770304 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: LV: lv5 size : 1283457024 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: LV: lv6 size : 1069547520 2024-03-01 17:24:16,442 INFO snapshot-role/MainThread: LV: lv7 size : 427819008 2024-03-01 17:24:16,443 INFO snapshot-role/MainThread: LV: lv8 size : 427819008 2024-03-01 17:24:16,443 INFO snapshot-role/MainThread: LV: total 3208642560 2024-03-01 17:24:16,443 INFO snapshot-role/MainThread: space needed: 481296384.00 space available: 1052770304 sufficient space: 1 2024-03-01 17:24:16,443 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 17:24:16,443 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 17:24:16,443 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 17:24:16,443 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 17:24:16,443 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 17:24:16,443 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 17:24:16,443 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 17:24:16,443 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 17:24:16,443 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 17:24:16,443 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 17:24:16,443 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:24:16,474 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:16,474 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,474 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:16,474 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,474 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:24:16,474 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:24:16,474 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,474 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "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:24:16,475 INFO snapshot-role/MainThread: {"lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "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:24:16,475 INFO snapshot-role/MainThread: {"lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3", "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:24:16,475 INFO snapshot-role/MainThread: {"lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO", "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:24:16,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "pv_name":"/dev/sdh"}, 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "pv_name":"/dev/sdj"}, 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "pv_name":"/dev/sdi"} 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN"}, 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN"}, 2024-03-01 17:24:16,475 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO"}, 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw"}, 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw"}, 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3"} 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: {"lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe", "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:24:16,476 INFO snapshot-role/MainThread: {"lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF", "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:24:16,476 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF", "pv_name":"/dev/sdd"}, 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe", "pv_name":"/dev/sdd"}, 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 17:24:16,476 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF"}, 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe"} 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: {"lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc", "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:24:16,477 INFO snapshot-role/MainThread: {"lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "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:24:16,477 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "pv_name":"/dev/sda"}, 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "pv_name":"/dev/sdb"}, 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc", "pv_name":"/dev/sdb"}, 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,477 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,478 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:24:16,478 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc"}, 2024-03-01 17:24:16,478 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt"}, 2024-03-01 17:24:16,478 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt"} 2024-03-01 17:24:16,478 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,478 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,478 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,478 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,478 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:16,478 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,478 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,478 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:24:16,503 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:16,503 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:16,503 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,503 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:16,503 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:24:16,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,503 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,504 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,504 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,504 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:16,504 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,504 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,504 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:24:16,529 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:16,529 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,530 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:16,530 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,530 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:16,530 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:24:16,530 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:24:16,530 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:24:16,530 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:24:16,530 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,530 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,530 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,530 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,530 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:16,530 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,530 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,530 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 17:24:16,554 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:24:16,554 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,555 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:16,555 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,555 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:16,555 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,555 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,555 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,555 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,555 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:16,555 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,555 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,555 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv5_snapset1 -L 192544768B test_vg3/lv5 2024-03-01 17:24:16,795 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:16,795 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,795 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:16,795 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,795 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,795 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:24:16,843 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:16,843 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,844 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:16,844 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,844 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:16,844 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:24:16,844 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,844 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,844 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,844 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,844 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:16,844 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,844 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,844 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:24:16,871 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:16,871 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,871 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:16,872 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,872 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:16,872 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:16,872 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:16,872 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:24:16,872 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:24:16,872 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:24:16,872 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,872 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,872 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,872 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,872 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:16,872 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,872 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,872 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 17:24:16,897 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:24:16,897 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,897 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:16,897 INFO snapshot-role/MainThread: { 2024-03-01 17:24:16,897 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:16,897 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,897 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,898 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,898 INFO snapshot-role/MainThread: , 2024-03-01 17:24:16,898 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:16,898 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:16,898 INFO snapshot-role/MainThread: } 2024-03-01 17:24:16,898 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv6_snapset1 -L 160497664B test_vg3/lv6 2024-03-01 17:24:17,123 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:17,123 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,123 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:17,123 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,123 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,123 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:24:17,170 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:17,170 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,170 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:17,170 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,170 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:17,170 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:24:17,170 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,170 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,170 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,171 INFO snapshot-role/MainThread: , 2024-03-01 17:24:17,171 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:17,171 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,171 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,171 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:24:17,200 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:17,200 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,201 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:17,201 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,201 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:17,201 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:17,201 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:17,201 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:17,201 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:17,201 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:24:17,201 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:24:17,201 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,201 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,201 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,201 INFO snapshot-role/MainThread: , 2024-03-01 17:24:17,201 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:17,201 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,201 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,201 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:24:17,227 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:24:17,227 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,228 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:17,228 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,228 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:17,228 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,228 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,228 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,228 INFO snapshot-role/MainThread: , 2024-03-01 17:24:17,228 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:17,228 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,228 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,228 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 64225280B test_vg3/lv7 2024-03-01 17:24:17,455 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:17,455 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,455 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:17,455 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,455 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,456 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:24:17,497 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:17,498 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,498 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:17,498 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,498 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:17,498 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:24:17,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,498 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,498 INFO snapshot-role/MainThread: , 2024-03-01 17:24:17,498 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:17,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,498 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,499 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:24:17,530 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:17,530 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,531 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:17,531 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,531 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:17,531 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:17,531 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:17,531 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:17,531 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:17,531 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:24:17,531 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:24:17,531 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:24:17,531 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,531 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,531 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,531 INFO snapshot-role/MainThread: , 2024-03-01 17:24:17,531 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:17,531 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,531 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,531 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 17:24:17,557 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:24:17,557 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,557 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:17,557 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,557 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:17,557 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,557 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,557 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,557 INFO snapshot-role/MainThread: , 2024-03-01 17:24:17,557 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:17,557 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,557 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,558 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv8_snapset1 -L 64225280B test_vg3/lv8 2024-03-01 17:24:17,786 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:17,787 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,787 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:17,787 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,787 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,787 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:24:17,831 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:17,831 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,831 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:17,831 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,831 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:17,831 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:24:17,831 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,831 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,832 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,832 INFO snapshot-role/MainThread: , 2024-03-01 17:24:17,832 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:17,832 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,832 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,832 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:24:17,856 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:17,856 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,856 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:17,856 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,856 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:17,856 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:24:17,856 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:24:17,857 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,857 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,857 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,857 INFO snapshot-role/MainThread: , 2024-03-01 17:24:17,857 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:17,857 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,857 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,857 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:24:17,881 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:24:17,881 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,881 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:17,881 INFO snapshot-role/MainThread: { 2024-03-01 17:24:17,881 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:17,881 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,881 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,881 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,881 INFO snapshot-role/MainThread: , 2024-03-01 17:24:17,881 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:17,881 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:17,881 INFO snapshot-role/MainThread: } 2024-03-01 17:24:17,881 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 48496640B test_vg2/lv3 2024-03-01 17:24:18,099 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:18,100 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,100 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:18,100 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,100 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,100 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:24:18,144 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:18,144 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,144 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:18,144 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,144 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:18,145 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:24:18,145 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,145 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,145 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,145 INFO snapshot-role/MainThread: , 2024-03-01 17:24:18,145 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:18,145 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,145 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,145 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:24:18,170 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:18,170 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,170 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:18,170 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,170 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:18,170 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:24:18,170 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:24:18,170 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:24:18,170 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,170 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,170 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,171 INFO snapshot-role/MainThread: , 2024-03-01 17:24:18,171 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:18,171 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,171 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,171 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:24:18,196 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:24:18,196 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,196 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:18,196 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,197 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:18,197 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,197 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,197 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,197 INFO snapshot-role/MainThread: , 2024-03-01 17:24:18,197 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:18,197 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,197 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,197 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96272384B test_vg2/lv4 2024-03-01 17:24:18,411 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:18,411 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,411 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:18,411 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,411 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,412 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:24:18,448 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:18,449 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,449 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:18,449 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,449 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:18,449 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:24:18,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,449 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,449 INFO snapshot-role/MainThread: , 2024-03-01 17:24:18,449 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:18,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,449 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,449 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:24:18,473 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:18,473 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,473 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:18,473 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,473 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:18,473 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:24:18,473 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:24:18,473 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,473 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,473 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,473 INFO snapshot-role/MainThread: , 2024-03-01 17:24:18,473 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:18,473 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,473 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,473 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:24:18,503 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:24:18,503 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:18,503 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,503 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:18,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,503 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,503 INFO snapshot-role/MainThread: , 2024-03-01 17:24:18,503 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:18,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,503 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,503 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 17:24:18,720 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:18,720 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,720 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:18,720 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,720 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,720 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:24:18,765 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:18,765 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,765 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:18,765 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,765 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:18,766 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:24:18,766 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,766 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,766 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,766 INFO snapshot-role/MainThread: , 2024-03-01 17:24:18,766 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:18,766 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,766 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,766 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:24:18,792 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:18,792 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,792 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:18,792 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,792 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:18,792 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:24:18,792 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:18,792 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:24:18,792 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,793 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,793 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,793 INFO snapshot-role/MainThread: , 2024-03-01 17:24:18,793 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:18,793 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,793 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,793 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:24:18,818 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:24:18,818 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,818 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:18,818 INFO snapshot-role/MainThread: { 2024-03-01 17:24:18,818 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:18,818 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,818 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,818 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,818 INFO snapshot-role/MainThread: , 2024-03-01 17:24:18,818 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:18,818 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:18,818 INFO snapshot-role/MainThread: } 2024-03-01 17:24:18,819 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 17:24:19,038 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:19,038 INFO snapshot-role/MainThread: { 2024-03-01 17:24:19,038 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:19,038 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:19,038 INFO snapshot-role/MainThread: } 2024-03-01 17:24:19,039 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:24:22,047 INFO snapshot-role/MainThread: check_cmd: check 20 None None snapset1 1 None 2024-03-01 17:24:22,047 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:24:22,081 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,081 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"lv_uuid":"z1XWA5-n8vS-InIO-coLx-wTzc-3FZb-BlBVmi", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"lv_uuid":"gReyUB-dkE0-628L-Q56b-ysTd-tqkP-xf4sWo", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"lv_uuid":"f2Z5PQ-51hd-b4BH-74i4-gwlN-Mvo4-Jetynh", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"lv_uuid":"HTh3fk-2zTT-8VMg-6Eh3-4PLe-vcHf-KYoQ3A", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "pv_name":"/dev/sdh"}, 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "pv_name":"/dev/sdj"}, 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"gReyUB-dkE0-628L-Q56b-ysTd-tqkP-xf4sWo", "pv_name":"/dev/sdj"}, 2024-03-01 17:24:22,082 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"f2Z5PQ-51hd-b4BH-74i4-gwlN-Mvo4-Jetynh", "pv_name":"/dev/sdj"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"HTh3fk-2zTT-8VMg-6Eh3-4PLe-vcHf-KYoQ3A", "pv_name":"/dev/sdj"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"z1XWA5-n8vS-InIO-coLx-wTzc-3FZb-BlBVmi", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "pv_name":"/dev/sdi"} 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"HTh3fk-2zTT-8VMg-6Eh3-4PLe-vcHf-KYoQ3A"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"f2Z5PQ-51hd-b4BH-74i4-gwlN-Mvo4-Jetynh"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"gReyUB-dkE0-628L-Q56b-ysTd-tqkP-xf4sWo"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3"}, 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"z1XWA5-n8vS-InIO-coLx-wTzc-3FZb-BlBVmi"} 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:24:22,083 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"lv_uuid":"hj3DZe-LcNd-H6wj-l750-yNga-cb9W-DMntIx", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"lv_uuid":"nTyXPE-LVU1-k4rj-nWY5-W05y-98ma-WAFyOW", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof", "lv_uuid":"nTyXPE-LVU1-k4rj-nWY5-W05y-98ma-WAFyOW", "pv_name":"/dev/sde"}, 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF", "pv_name":"/dev/sdd"}, 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe", "pv_name":"/dev/sdd"}, 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"hj3DZe-LcNd-H6wj-l750-yNga-cb9W-DMntIx", "pv_name":"/dev/sdd"}, 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF"}, 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"hj3DZe-LcNd-H6wj-l750-yNga-cb9W-DMntIx"}, 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe"}, 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"nTyXPE-LVU1-k4rj-nWY5-W05y-98ma-WAFyOW"} 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,084 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"lv_uuid":"XLedcV-oHx1-35ff-DgJA-401S-kERg-CpVds9", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "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:24:22,085 INFO snapshot-role/MainThread: {"lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "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:24:22,085 INFO snapshot-role/MainThread: {"lv_uuid":"ruB86e-JGdv-wN6H-GT44-Ibe2-XTwl-MfSN7P", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "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:24:22,085 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "pv_name":"/dev/sda"}, 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5", "lv_uuid":"XLedcV-oHx1-35ff-DgJA-401S-kERg-CpVds9", "pv_name":"/dev/sdc"}, 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5", "lv_uuid":"ruB86e-JGdv-wN6H-GT44-Ibe2-XTwl-MfSN7P", "pv_name":"/dev/sdc"}, 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "pv_name":"/dev/sdb"}, 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc", "pv_name":"/dev/sdb"}, 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc"}, 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt"}, 2024-03-01 17:24:22,085 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt"}, 2024-03-01 17:24:22,086 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"XLedcV-oHx1-35ff-DgJA-401S-kERg-CpVds9"}, 2024-03-01 17:24:22,086 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"ruB86e-JGdv-wN6H-GT44-Ibe2-XTwl-MfSN7P"} 2024-03-01 17:24:22,086 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,086 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,086 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,086 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,086 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,086 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,086 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,086 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:24:22,112 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,112 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,112 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,112 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,112 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,112 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,112 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,112 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,112 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,112 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,112 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,112 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,112 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,112 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:24:22,143 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,143 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,143 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,143 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,143 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,143 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,143 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,143 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,143 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,143 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:24:22,143 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:24:22,143 INFO snapshot-role/MainThread: {"lv_name":"lv8", "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:24:22,143 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,143 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,143 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,143 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,144 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,144 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,144 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,144 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,144 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 17:24:22,171 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,171 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,171 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,171 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,171 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,171 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,171 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,171 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,171 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,172 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,172 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,172 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,172 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,172 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 17:24:22,197 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,197 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,197 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,197 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,197 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,197 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,198 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,198 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,198 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,198 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,198 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,198 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,198 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,198 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 17:24:22,224 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,225 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,225 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,225 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,225 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,225 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,225 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,225 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,225 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,225 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,225 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,225 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,225 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,225 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:24:22,252 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,252 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,252 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,252 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,252 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,252 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,252 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,253 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,253 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,253 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,253 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,253 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,253 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,253 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:24:22,286 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,286 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,286 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,286 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,287 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,287 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,287 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,287 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,287 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,287 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:24:22,287 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:24:22,287 INFO snapshot-role/MainThread: {"lv_name":"lv8", "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:24:22,287 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,287 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,287 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,287 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,287 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,287 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,287 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,287 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,287 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 17:24:22,312 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,312 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,312 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,312 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,312 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,312 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,312 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,313 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,313 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,313 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,313 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,313 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,313 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,313 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 17:24:22,340 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,340 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,340 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,340 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,340 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,341 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,341 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,341 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,341 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,341 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,341 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,341 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,341 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,341 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 17:24:22,370 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,370 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,370 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,370 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,370 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,370 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,371 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,371 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,371 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,371 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,371 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,371 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,371 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,371 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:24:22,396 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,396 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,396 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,396 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,396 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,396 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:24:22,396 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,396 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,396 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,397 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,397 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,397 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,397 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,397 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,422 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:24:22,422 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:24:22,422 INFO snapshot-role/MainThread: {"lv_name":"lv8", "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:24:22,422 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,422 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,423 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:24:22,448 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,448 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,448 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,448 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,448 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,448 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:24:22,448 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,448 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,448 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,448 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,448 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,448 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,448 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,448 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:24:22,475 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,475 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,475 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,475 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,475 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,475 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:24:22,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,475 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,475 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,475 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,475 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,476 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:24:22,502 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,502 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,502 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,502 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,502 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,502 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:24:22,502 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,502 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,502 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,502 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,502 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,502 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,502 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,502 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:24:22,528 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,528 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,528 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,528 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,528 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,528 INFO snapshot-role/MainThread: {"lv_name":"lv8", "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:24:22,528 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,528 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,528 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,528 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,528 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,528 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,528 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,529 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:24:22,554 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,554 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,554 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,554 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,554 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,554 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,554 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,554 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,554 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,555 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:24:22,555 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:24:22,555 INFO snapshot-role/MainThread: {"lv_name":"lv8", "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:24:22,555 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,555 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,555 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,555 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,555 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,555 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,555 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,555 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,555 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 17:24:22,579 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,579 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,579 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,579 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,579 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,579 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,579 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,579 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,579 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,579 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,579 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,579 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,579 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,579 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 17:24:22,604 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,604 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,604 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,604 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,604 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,604 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,604 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,604 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,604 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,604 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,604 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,604 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,604 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,604 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 17:24:22,629 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,629 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,629 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,629 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,629 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,629 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,629 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,629 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,629 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,629 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,629 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,629 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,629 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,629 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:24:22,655 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,655 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,655 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,655 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,655 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,655 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:24:22,655 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,655 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,655 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,655 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,655 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,655 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,655 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,656 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:24:22,682 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,682 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,682 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,682 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,682 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,682 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:24:22,682 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:24:22,682 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:24:22,682 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:24:22,682 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,682 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,682 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,682 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,682 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,682 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,682 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,683 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:24:22,708 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,708 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,708 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,708 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,708 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,708 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:24:22,708 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,708 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,708 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,708 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,708 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,708 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,708 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,708 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:24:22,734 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,734 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,734 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,734 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,734 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,734 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:24:22,734 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,734 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,734 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,734 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,734 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,734 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,734 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,734 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:24:22,759 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,759 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,759 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,759 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,759 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,759 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:24:22,759 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,759 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,759 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,759 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,759 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,759 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,759 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,759 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:24:22,785 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,785 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,785 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,785 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,785 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,785 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:24:22,785 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,785 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,785 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,785 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,785 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,785 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,785 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,785 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:24:22,808 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,809 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,809 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,809 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,809 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,809 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:24:22,809 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:24:22,809 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:24:22,809 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:24:22,809 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,809 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,809 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,809 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,809 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,809 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,809 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,809 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:24:22,835 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,835 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,835 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,835 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,835 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,835 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:24:22,835 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,835 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,835 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,835 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,836 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,836 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,836 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,836 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:24:22,862 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,862 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,862 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,862 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,862 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,862 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:24:22,862 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,862 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,862 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,862 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,862 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,862 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,862 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,863 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:24:22,888 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,888 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,888 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,888 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,888 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,888 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:24:22,888 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,889 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,889 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,889 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,889 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,889 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,889 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,889 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:24:22,915 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,915 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,915 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,915 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,915 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,915 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:24:22,915 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,915 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,915 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,915 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,916 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,916 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,916 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,916 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:24:22,942 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,942 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,942 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,942 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,942 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,943 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:24:22,943 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:22,943 INFO snapshot-role/MainThread: {"lv_name":"lv2", "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:24:22,943 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,943 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,943 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,943 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,943 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,943 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,943 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,943 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,943 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:24:22,968 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,968 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,968 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,968 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,968 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,968 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,968 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,968 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,968 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,968 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,969 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,969 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,969 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,969 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:24:22,994 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:22,994 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,994 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:22,994 INFO snapshot-role/MainThread: { 2024-03-01 17:24:22,994 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:22,994 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:22,994 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,994 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,995 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,995 INFO snapshot-role/MainThread: , 2024-03-01 17:24:22,995 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:22,995 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:22,995 INFO snapshot-role/MainThread: } 2024-03-01 17:24:22,995 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:24:23,020 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:23,020 INFO snapshot-role/MainThread: { 2024-03-01 17:24:23,020 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:23,020 INFO snapshot-role/MainThread: { 2024-03-01 17:24:23,020 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:23,020 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:23,020 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,020 INFO snapshot-role/MainThread: } 2024-03-01 17:24:23,020 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,020 INFO snapshot-role/MainThread: , 2024-03-01 17:24:23,020 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:23,020 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,020 INFO snapshot-role/MainThread: } 2024-03-01 17:24:23,021 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:24:23,047 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:23,047 INFO snapshot-role/MainThread: { 2024-03-01 17:24:23,047 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:23,047 INFO snapshot-role/MainThread: { 2024-03-01 17:24:23,047 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:23,047 INFO snapshot-role/MainThread: {"lv_name":"lv2", "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:24:23,047 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,047 INFO snapshot-role/MainThread: } 2024-03-01 17:24:23,047 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,047 INFO snapshot-role/MainThread: , 2024-03-01 17:24:23,047 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:23,047 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,047 INFO snapshot-role/MainThread: } 2024-03-01 17:24:23,048 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:24:23,073 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:23,073 INFO snapshot-role/MainThread: { 2024-03-01 17:24:23,073 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:23,073 INFO snapshot-role/MainThread: { 2024-03-01 17:24:23,073 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:23,073 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:24:23,073 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:23,073 INFO snapshot-role/MainThread: {"lv_name":"lv2", "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:24:23,073 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:23,073 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,073 INFO snapshot-role/MainThread: } 2024-03-01 17:24:23,074 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,074 INFO snapshot-role/MainThread: , 2024-03-01 17:24:23,074 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:23,074 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,074 INFO snapshot-role/MainThread: } 2024-03-01 17:24:23,074 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:24:23,104 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:23,104 INFO snapshot-role/MainThread: { 2024-03-01 17:24:23,104 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:23,104 INFO snapshot-role/MainThread: { 2024-03-01 17:24:23,104 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:23,105 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:23,105 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,105 INFO snapshot-role/MainThread: } 2024-03-01 17:24:23,105 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,105 INFO snapshot-role/MainThread: , 2024-03-01 17:24:23,105 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:23,105 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,105 INFO snapshot-role/MainThread: } 2024-03-01 17:24:23,105 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:24:23,133 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:23,133 INFO snapshot-role/MainThread: { 2024-03-01 17:24:23,133 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:23,133 INFO snapshot-role/MainThread: { 2024-03-01 17:24:23,133 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:23,133 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:23,133 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,133 INFO snapshot-role/MainThread: } 2024-03-01 17:24:23,133 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,133 INFO snapshot-role/MainThread: , 2024-03-01 17:24:23,133 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:23,134 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,134 INFO snapshot-role/MainThread: } 2024-03-01 17:24:23,134 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:24:23,158 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:23,158 INFO snapshot-role/MainThread: { 2024-03-01 17:24:23,158 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:23,158 INFO snapshot-role/MainThread: { 2024-03-01 17:24:23,158 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:23,158 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:23,158 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,158 INFO snapshot-role/MainThread: } 2024-03-01 17:24:23,158 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,158 INFO snapshot-role/MainThread: , 2024-03-01 17:24:23,158 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:23,158 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:23,158 INFO snapshot-role/MainThread: } 2024-03-01 17:24:23,159 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:24:26,049 INFO snapshot-role/MainThread: revert_cmd: revert None None snapset1 0 None 2024-03-01 17:24:26,049 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:24:26,080 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:26,080 INFO snapshot-role/MainThread: { 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: { 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB", "vg_size":"4261412864", "vg_free":"562036736", "vg_extent_size":"4194304"} 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "lv_name":"lv5", "lv_full_name":"test_vg3/lv5", "lv_path":"/dev/test_vg3/lv5", "lv_size":"1283457024", "origin":"", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"lv_uuid":"z1XWA5-n8vS-InIO-coLx-wTzc-3FZb-BlBVmi", "lv_name":"lv5_snapset1", "lv_full_name":"test_vg3/lv5_snapset1", "lv_path":"/dev/test_vg3/lv5_snapset1", "lv_size":"192937984", "origin":"lv5", "origin_size":"1283457024", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "lv_name":"lv6", "lv_full_name":"test_vg3/lv6", "lv_path":"/dev/test_vg3/lv6", "lv_size":"1069547520", "origin":"", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"lv_uuid":"gReyUB-dkE0-628L-Q56b-ysTd-tqkP-xf4sWo", "lv_name":"lv6_snapset1", "lv_full_name":"test_vg3/lv6_snapset1", "lv_path":"/dev/test_vg3/lv6_snapset1", "lv_size":"163577856", "origin":"lv6", "origin_size":"1069547520", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3", "lv_name":"lv7", "lv_full_name":"test_vg3/lv7", "lv_path":"/dev/test_vg3/lv7", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"lv_uuid":"f2Z5PQ-51hd-b4BH-74i4-gwlN-Mvo4-Jetynh", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"67108864", "origin":"lv7", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO", "lv_name":"lv8", "lv_full_name":"test_vg3/lv8", "lv_path":"/dev/test_vg3/lv8", "lv_size":"427819008", "origin":"", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg3", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"lv_uuid":"HTh3fk-2zTT-8VMg-6Eh3-4PLe-vcHf-KYoQ3A", "lv_name":"lv8_snapset1", "lv_full_name":"test_vg3/lv8_snapset1", "lv_path":"/dev/test_vg3/lv8_snapset1", "lv_size":"67108864", "origin":"lv8", "origin_size":"427819008", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg3", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "pv_name":"/dev/sdh"}, 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "pv_name":"/dev/sdj"}, 2024-03-01 17:24:26,081 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"39", "segtype":"linear", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"gReyUB-dkE0-628L-Q56b-ysTd-tqkP-xf4sWo", "pv_name":"/dev/sdj"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"pvseg_start":"91", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"f2Z5PQ-51hd-b4BH-74i4-gwlN-Mvo4-Jetynh", "pv_name":"/dev/sdj"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"pvseg_start":"107", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"HTh3fk-2zTT-8VMg-6Eh3-4PLe-vcHf-KYoQ3A", "pv_name":"/dev/sdj"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"pvseg_start":"123", "pvseg_size":"131", "segtype":"free", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"z1XWA5-n8vS-InIO-coLx-wTzc-3FZb-BlBVmi", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"pvseg_start":"251", "pvseg_size":"3", "segtype":"free", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "pv_name":"/dev/sdi"} 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:107-122", "segtype":"linear", "lv_uuid":"HTh3fk-2zTT-8VMg-6Eh3-4PLe-vcHf-KYoQ3A"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:91-106", "segtype":"linear", "lv_uuid":"f2Z5PQ-51hd-b4BH-74i4-gwlN-Mvo4-Jetynh"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:52-90", "segtype":"linear", "lv_uuid":"gReyUB-dkE0-628L-Q56b-ysTd-tqkP-xf4sWo"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3"}, 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-250", "segtype":"linear", "lv_uuid":"z1XWA5-n8vS-InIO-coLx-wTzc-3FZb-BlBVmi"} 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: } 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: { 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,082 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe", "lv_name":"lv3", "lv_full_name":"test_vg2/lv3", "lv_path":"/dev/test_vg2/lv3", "lv_size":"322961408", "origin":"", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"lv_uuid":"hj3DZe-LcNd-H6wj-l750-yNga-cb9W-DMntIx", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"50331648", "origin":"lv3", "origin_size":"322961408", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF", "lv_name":"lv4", "lv_full_name":"test_vg2/lv4", "lv_path":"/dev/test_vg2/lv4", "lv_size":"641728512", "origin":"", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg2", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"lv_uuid":"nTyXPE-LVU1-k4rj-nWY5-W05y-98ma-WAFyOW", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"96468992", "origin":"lv4", "origin_size":"641728512", "pool_lv":"", "lv_tags":"", "lv_attr":"swi-a-s---", "vg_name":"test_vg2", "data_percent":"0.00", "metadata_percent":"", "pool_lv":""} 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof", "lv_uuid":"nTyXPE-LVU1-k4rj-nWY5-W05y-98ma-WAFyOW", "pv_name":"/dev/sde"}, 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF", "pv_name":"/dev/sdd"}, 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe", "pv_name":"/dev/sdd"}, 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"hj3DZe-LcNd-H6wj-l750-yNga-cb9W-DMntIx", "pv_name":"/dev/sdd"}, 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF"}, 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"hj3DZe-LcNd-H6wj-l750-yNga-cb9W-DMntIx"}, 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe"}, 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"nTyXPE-LVU1-k4rj-nWY5-W05y-98ma-WAFyOW"} 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,083 INFO snapshot-role/MainThread: } 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: { 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: {"lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc", "lv_name":"lv1", "lv_full_name":"test_vg1/lv1", "lv_path":"/dev/test_vg1/lv1", "lv_size":"482344960", "origin":"", "origin_size":"482344960", "pool_lv":"", "lv_tags":"", "lv_attr":"owi-a-s---", "vg_name":"test_vg1", "data_percent":"", "metadata_percent":"", "pool_lv":""}, 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: {"lv_uuid":"XLedcV-oHx1-35ff-DgJA-401S-kERg-CpVds9", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"75497472", "origin":"lv1", "origin_size":"482344960", "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:24:26,084 INFO snapshot-role/MainThread: {"lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "lv_name":"lv2", "lv_full_name":"test_vg1/lv2", "lv_path":"/dev/test_vg1/lv2", "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:24:26,084 INFO snapshot-role/MainThread: {"lv_uuid":"ruB86e-JGdv-wN6H-GT44-Ibe2-XTwl-MfSN7P", "lv_name":"lv2_snapset1", "lv_full_name":"test_vg1/lv2_snapset1", "lv_path":"/dev/test_vg1/lv2_snapset1", "lv_size":"243269632", "origin":"lv2", "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:24:26,084 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "pv_name":"/dev/sda"}, 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5", "lv_uuid":"XLedcV-oHx1-35ff-DgJA-401S-kERg-CpVds9", "pv_name":"/dev/sdc"}, 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5", "lv_uuid":"ruB86e-JGdv-wN6H-GT44-Ibe2-XTwl-MfSN7P", "pv_name":"/dev/sdc"}, 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "pv_name":"/dev/sdb"}, 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc", "pv_name":"/dev/sdb"}, 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,084 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:24:26,085 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc"}, 2024-03-01 17:24:26,085 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt"}, 2024-03-01 17:24:26,085 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt"}, 2024-03-01 17:24:26,085 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"XLedcV-oHx1-35ff-DgJA-401S-kERg-CpVds9"}, 2024-03-01 17:24:26,085 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"ruB86e-JGdv-wN6H-GT44-Ibe2-XTwl-MfSN7P"} 2024-03-01 17:24:26,085 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,085 INFO snapshot-role/MainThread: } 2024-03-01 17:24:26,085 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,085 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,085 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:26,085 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,085 INFO snapshot-role/MainThread: } 2024-03-01 17:24:26,085 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:24:26,111 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:26,111 INFO snapshot-role/MainThread: { 2024-03-01 17:24:26,111 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:26,111 INFO snapshot-role/MainThread: { 2024-03-01 17:24:26,111 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:26,111 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:26,111 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,111 INFO snapshot-role/MainThread: } 2024-03-01 17:24:26,111 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,112 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,112 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:26,112 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,112 INFO snapshot-role/MainThread: } 2024-03-01 17:24:26,112 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 17:24:26,137 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:26,137 INFO snapshot-role/MainThread: { 2024-03-01 17:24:26,137 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:26,137 INFO snapshot-role/MainThread: { 2024-03-01 17:24:26,137 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:26,137 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:26,137 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,137 INFO snapshot-role/MainThread: } 2024-03-01 17:24:26,137 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,137 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,137 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:26,138 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,138 INFO snapshot-role/MainThread: } 2024-03-01 17:24:26,138 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:24:26,166 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:26,166 INFO snapshot-role/MainThread: { 2024-03-01 17:24:26,166 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:26,166 INFO snapshot-role/MainThread: { 2024-03-01 17:24:26,166 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:26,166 INFO snapshot-role/MainThread: {"lv_name":"lv5", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1283457024", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:26,166 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:26,167 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:26,167 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:26,167 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:24:26,167 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:24:26,167 INFO snapshot-role/MainThread: {"lv_name":"lv8", "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:24:26,167 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:26,167 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,167 INFO snapshot-role/MainThread: } 2024-03-01 17:24:26,167 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,167 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,167 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:26,167 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,167 INFO snapshot-role/MainThread: } 2024-03-01 17:24:26,167 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 17:24:26,194 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:26,194 INFO snapshot-role/MainThread: { 2024-03-01 17:24:26,194 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:26,194 INFO snapshot-role/MainThread: { 2024-03-01 17:24:26,194 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:26,195 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:26,195 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,195 INFO snapshot-role/MainThread: } 2024-03-01 17:24:26,195 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,195 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,195 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:26,195 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,195 INFO snapshot-role/MainThread: } 2024-03-01 17:24:26,195 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5_snapset1 2024-03-01 17:24:26,223 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:26,223 INFO snapshot-role/MainThread: { 2024-03-01 17:24:26,223 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:26,223 INFO snapshot-role/MainThread: { 2024-03-01 17:24:26,223 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:26,223 INFO snapshot-role/MainThread: {"lv_name":"lv5_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv5", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:26,224 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,224 INFO snapshot-role/MainThread: } 2024-03-01 17:24:26,224 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,224 INFO snapshot-role/MainThread: , 2024-03-01 17:24:26,224 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:26,224 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:26,224 INFO snapshot-role/MainThread: } 2024-03-01 17:24:26,224 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg3/lv5_snapset1 2024-03-01 17:24:41,342 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:41,342 INFO snapshot-role/MainThread: { 2024-03-01 17:24:41,342 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:41,342 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,342 INFO snapshot-role/MainThread: } 2024-03-01 17:24:41,342 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:24:41,398 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:41,398 INFO snapshot-role/MainThread: { 2024-03-01 17:24:41,398 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:41,398 INFO snapshot-role/MainThread: { 2024-03-01 17:24:41,398 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:41,398 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:41,398 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,398 INFO snapshot-role/MainThread: } 2024-03-01 17:24:41,398 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,399 INFO snapshot-role/MainThread: , 2024-03-01 17:24:41,399 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:41,399 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,399 INFO snapshot-role/MainThread: } 2024-03-01 17:24:41,399 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 17:24:41,426 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:41,426 INFO snapshot-role/MainThread: { 2024-03-01 17:24:41,426 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:41,426 INFO snapshot-role/MainThread: { 2024-03-01 17:24:41,426 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:41,426 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:41,426 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,426 INFO snapshot-role/MainThread: } 2024-03-01 17:24:41,426 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,426 INFO snapshot-role/MainThread: , 2024-03-01 17:24:41,426 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:41,426 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,426 INFO snapshot-role/MainThread: } 2024-03-01 17:24:41,427 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:24:41,451 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:41,451 INFO snapshot-role/MainThread: { 2024-03-01 17:24:41,451 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:41,451 INFO snapshot-role/MainThread: { 2024-03-01 17:24:41,451 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:41,451 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:24:41,451 INFO snapshot-role/MainThread: {"lv_name":"lv6", "vg_name":"test_vg3", "lv_attr":"owi-a-s---", "lv_size":"1069547520", "pool_lv":"", "origin":"", "data_percent":"", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:41,451 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:24:41,451 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:24:41,451 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:24:41,451 INFO snapshot-role/MainThread: {"lv_name":"lv8", "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:24:41,451 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:41,451 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,451 INFO snapshot-role/MainThread: } 2024-03-01 17:24:41,451 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,452 INFO snapshot-role/MainThread: , 2024-03-01 17:24:41,452 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:41,452 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,452 INFO snapshot-role/MainThread: } 2024-03-01 17:24:41,452 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 17:24:41,479 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:41,479 INFO snapshot-role/MainThread: { 2024-03-01 17:24:41,479 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:41,479 INFO snapshot-role/MainThread: { 2024-03-01 17:24:41,479 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:41,479 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:41,479 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,479 INFO snapshot-role/MainThread: } 2024-03-01 17:24:41,479 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,479 INFO snapshot-role/MainThread: , 2024-03-01 17:24:41,479 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:41,479 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,479 INFO snapshot-role/MainThread: } 2024-03-01 17:24:41,479 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6_snapset1 2024-03-01 17:24:41,502 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:41,503 INFO snapshot-role/MainThread: { 2024-03-01 17:24:41,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:41,503 INFO snapshot-role/MainThread: { 2024-03-01 17:24:41,503 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:41,503 INFO snapshot-role/MainThread: {"lv_name":"lv6_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"163577856", "pool_lv":"", "origin":"lv6", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:41,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,503 INFO snapshot-role/MainThread: } 2024-03-01 17:24:41,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,503 INFO snapshot-role/MainThread: , 2024-03-01 17:24:41,503 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:41,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:41,503 INFO snapshot-role/MainThread: } 2024-03-01 17:24:41,503 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg3/lv6_snapset1 2024-03-01 17:24:56,619 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:56,619 INFO snapshot-role/MainThread: { 2024-03-01 17:24:56,619 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:56,619 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,619 INFO snapshot-role/MainThread: } 2024-03-01 17:24:56,619 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:24:56,672 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:56,672 INFO snapshot-role/MainThread: { 2024-03-01 17:24:56,672 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:56,673 INFO snapshot-role/MainThread: { 2024-03-01 17:24:56,673 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:56,673 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:24:56,673 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,673 INFO snapshot-role/MainThread: } 2024-03-01 17:24:56,673 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,673 INFO snapshot-role/MainThread: , 2024-03-01 17:24:56,673 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:56,673 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,673 INFO snapshot-role/MainThread: } 2024-03-01 17:24:56,673 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:24:56,702 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:56,702 INFO snapshot-role/MainThread: { 2024-03-01 17:24:56,702 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:56,702 INFO snapshot-role/MainThread: { 2024-03-01 17:24:56,702 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:56,702 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:24:56,702 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,702 INFO snapshot-role/MainThread: } 2024-03-01 17:24:56,702 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,702 INFO snapshot-role/MainThread: , 2024-03-01 17:24:56,702 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:56,702 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,702 INFO snapshot-role/MainThread: } 2024-03-01 17:24:56,702 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:24:56,730 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:56,730 INFO snapshot-role/MainThread: { 2024-03-01 17:24:56,730 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:56,730 INFO snapshot-role/MainThread: { 2024-03-01 17:24:56,730 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:56,730 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:24:56,730 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:24:56,730 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:24:56,730 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:24:56,730 INFO snapshot-role/MainThread: {"lv_name":"lv8", "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:24:56,730 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:24:56,730 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,730 INFO snapshot-role/MainThread: } 2024-03-01 17:24:56,730 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,730 INFO snapshot-role/MainThread: , 2024-03-01 17:24:56,731 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:56,731 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,731 INFO snapshot-role/MainThread: } 2024-03-01 17:24:56,731 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:24:56,756 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:56,756 INFO snapshot-role/MainThread: { 2024-03-01 17:24:56,756 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:56,756 INFO snapshot-role/MainThread: { 2024-03-01 17:24:56,756 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:56,756 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:24:56,756 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,756 INFO snapshot-role/MainThread: } 2024-03-01 17:24:56,756 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,756 INFO snapshot-role/MainThread: , 2024-03-01 17:24:56,756 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:56,757 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,757 INFO snapshot-role/MainThread: } 2024-03-01 17:24:56,757 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:24:56,785 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:24:56,785 INFO snapshot-role/MainThread: { 2024-03-01 17:24:56,785 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:24:56,785 INFO snapshot-role/MainThread: { 2024-03-01 17:24:56,785 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:24:56,785 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:24:56,785 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,785 INFO snapshot-role/MainThread: } 2024-03-01 17:24:56,785 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,785 INFO snapshot-role/MainThread: , 2024-03-01 17:24:56,785 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:24:56,785 INFO snapshot-role/MainThread: ] 2024-03-01 17:24:56,785 INFO snapshot-role/MainThread: } 2024-03-01 17:24:56,786 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg3/lv7_snapset1 2024-03-01 17:25:11,891 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:11,892 INFO snapshot-role/MainThread: { 2024-03-01 17:25:11,892 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:11,892 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:11,892 INFO snapshot-role/MainThread: } 2024-03-01 17:25:11,892 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:25:11,937 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:11,937 INFO snapshot-role/MainThread: { 2024-03-01 17:25:11,937 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:11,937 INFO snapshot-role/MainThread: { 2024-03-01 17:25:11,937 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:11,937 INFO snapshot-role/MainThread: {"lv_name":"lv8", "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:25:11,937 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:11,937 INFO snapshot-role/MainThread: } 2024-03-01 17:25:11,938 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:11,938 INFO snapshot-role/MainThread: , 2024-03-01 17:25:11,938 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:11,938 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:11,938 INFO snapshot-role/MainThread: } 2024-03-01 17:25:11,938 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 17:25:11,976 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:11,977 INFO snapshot-role/MainThread: { 2024-03-01 17:25:11,977 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:11,977 INFO snapshot-role/MainThread: { 2024-03-01 17:25:11,977 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:11,977 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:25:11,977 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:11,977 INFO snapshot-role/MainThread: } 2024-03-01 17:25:11,977 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:11,977 INFO snapshot-role/MainThread: , 2024-03-01 17:25:11,977 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:11,977 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:11,977 INFO snapshot-role/MainThread: } 2024-03-01 17:25:11,977 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:25:12,004 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:12,004 INFO snapshot-role/MainThread: { 2024-03-01 17:25:12,004 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:12,004 INFO snapshot-role/MainThread: { 2024-03-01 17:25:12,004 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:12,004 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:25:12,005 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:25:12,005 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:25:12,005 INFO snapshot-role/MainThread: {"lv_name":"lv8", "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:25:12,005 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:25:12,005 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:12,005 INFO snapshot-role/MainThread: } 2024-03-01 17:25:12,005 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:12,005 INFO snapshot-role/MainThread: , 2024-03-01 17:25:12,005 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:12,005 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:12,005 INFO snapshot-role/MainThread: } 2024-03-01 17:25:12,005 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 17:25:12,031 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:12,031 INFO snapshot-role/MainThread: { 2024-03-01 17:25:12,031 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:12,031 INFO snapshot-role/MainThread: { 2024-03-01 17:25:12,031 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:12,031 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:25:12,032 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:12,032 INFO snapshot-role/MainThread: } 2024-03-01 17:25:12,032 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:12,032 INFO snapshot-role/MainThread: , 2024-03-01 17:25:12,032 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:12,032 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:12,032 INFO snapshot-role/MainThread: } 2024-03-01 17:25:12,032 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8_snapset1 2024-03-01 17:25:12,058 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:12,058 INFO snapshot-role/MainThread: { 2024-03-01 17:25:12,058 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:12,058 INFO snapshot-role/MainThread: { 2024-03-01 17:25:12,058 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:12,059 INFO snapshot-role/MainThread: {"lv_name":"lv8_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"67108864", "pool_lv":"", "origin":"lv8", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:25:12,059 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:12,059 INFO snapshot-role/MainThread: } 2024-03-01 17:25:12,059 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:12,059 INFO snapshot-role/MainThread: , 2024-03-01 17:25:12,059 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:12,059 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:12,059 INFO snapshot-role/MainThread: } 2024-03-01 17:25:12,059 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg3/lv8_snapset1 2024-03-01 17:25:27,181 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:27,182 INFO snapshot-role/MainThread: { 2024-03-01 17:25:27,182 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:27,182 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,182 INFO snapshot-role/MainThread: } 2024-03-01 17:25:27,182 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:25:27,226 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:27,226 INFO snapshot-role/MainThread: { 2024-03-01 17:25:27,226 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:27,226 INFO snapshot-role/MainThread: { 2024-03-01 17:25:27,226 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:27,226 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:25:27,226 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,226 INFO snapshot-role/MainThread: } 2024-03-01 17:25:27,226 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,226 INFO snapshot-role/MainThread: , 2024-03-01 17:25:27,226 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:27,226 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,226 INFO snapshot-role/MainThread: } 2024-03-01 17:25:27,226 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:25:27,253 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:27,253 INFO snapshot-role/MainThread: { 2024-03-01 17:25:27,253 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:27,254 INFO snapshot-role/MainThread: { 2024-03-01 17:25:27,254 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:27,254 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:25:27,254 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,254 INFO snapshot-role/MainThread: } 2024-03-01 17:25:27,254 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,254 INFO snapshot-role/MainThread: , 2024-03-01 17:25:27,254 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:27,254 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,254 INFO snapshot-role/MainThread: } 2024-03-01 17:25:27,254 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:25:27,281 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:27,281 INFO snapshot-role/MainThread: { 2024-03-01 17:25:27,281 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:27,282 INFO snapshot-role/MainThread: { 2024-03-01 17:25:27,282 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:27,282 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:25:27,282 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:25:27,282 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:25:27,282 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:25:27,282 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,282 INFO snapshot-role/MainThread: } 2024-03-01 17:25:27,282 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,282 INFO snapshot-role/MainThread: , 2024-03-01 17:25:27,282 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:27,282 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,282 INFO snapshot-role/MainThread: } 2024-03-01 17:25:27,282 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:25:27,306 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:27,306 INFO snapshot-role/MainThread: { 2024-03-01 17:25:27,306 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:27,306 INFO snapshot-role/MainThread: { 2024-03-01 17:25:27,306 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:27,307 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:25:27,307 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,307 INFO snapshot-role/MainThread: } 2024-03-01 17:25:27,307 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,307 INFO snapshot-role/MainThread: , 2024-03-01 17:25:27,307 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:27,307 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,307 INFO snapshot-role/MainThread: } 2024-03-01 17:25:27,307 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:25:27,332 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:27,332 INFO snapshot-role/MainThread: { 2024-03-01 17:25:27,332 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:27,332 INFO snapshot-role/MainThread: { 2024-03-01 17:25:27,333 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:27,333 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:25:27,333 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,333 INFO snapshot-role/MainThread: } 2024-03-01 17:25:27,333 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,333 INFO snapshot-role/MainThread: , 2024-03-01 17:25:27,333 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:27,333 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:27,333 INFO snapshot-role/MainThread: } 2024-03-01 17:25:27,333 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg2/lv3_snapset1 2024-03-01 17:25:42,439 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:42,439 INFO snapshot-role/MainThread: { 2024-03-01 17:25:42,440 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:42,440 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,440 INFO snapshot-role/MainThread: } 2024-03-01 17:25:42,440 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:25:42,481 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:42,481 INFO snapshot-role/MainThread: { 2024-03-01 17:25:42,481 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:42,481 INFO snapshot-role/MainThread: { 2024-03-01 17:25:42,481 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:42,481 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:25:42,482 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,482 INFO snapshot-role/MainThread: } 2024-03-01 17:25:42,482 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,482 INFO snapshot-role/MainThread: , 2024-03-01 17:25:42,482 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:42,482 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,482 INFO snapshot-role/MainThread: } 2024-03-01 17:25:42,482 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:25:42,509 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:42,509 INFO snapshot-role/MainThread: { 2024-03-01 17:25:42,509 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:42,509 INFO snapshot-role/MainThread: { 2024-03-01 17:25:42,509 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:42,509 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:25:42,509 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,509 INFO snapshot-role/MainThread: } 2024-03-01 17:25:42,509 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,510 INFO snapshot-role/MainThread: , 2024-03-01 17:25:42,510 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:42,510 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,510 INFO snapshot-role/MainThread: } 2024-03-01 17:25:42,510 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:25:42,534 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:42,534 INFO snapshot-role/MainThread: { 2024-03-01 17:25:42,534 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:42,534 INFO snapshot-role/MainThread: { 2024-03-01 17:25:42,534 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:42,535 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:25:42,535 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:25:42,535 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:25:42,535 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,535 INFO snapshot-role/MainThread: } 2024-03-01 17:25:42,535 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,535 INFO snapshot-role/MainThread: , 2024-03-01 17:25:42,535 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:42,535 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,535 INFO snapshot-role/MainThread: } 2024-03-01 17:25:42,535 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:25:42,561 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:42,561 INFO snapshot-role/MainThread: { 2024-03-01 17:25:42,561 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:42,561 INFO snapshot-role/MainThread: { 2024-03-01 17:25:42,561 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:42,561 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:25:42,562 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,562 INFO snapshot-role/MainThread: } 2024-03-01 17:25:42,562 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,562 INFO snapshot-role/MainThread: , 2024-03-01 17:25:42,562 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:42,562 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,562 INFO snapshot-role/MainThread: } 2024-03-01 17:25:42,562 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:25:42,589 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:42,589 INFO snapshot-role/MainThread: { 2024-03-01 17:25:42,589 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:42,590 INFO snapshot-role/MainThread: { 2024-03-01 17:25:42,590 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:42,590 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:25:42,590 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,590 INFO snapshot-role/MainThread: } 2024-03-01 17:25:42,590 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,590 INFO snapshot-role/MainThread: , 2024-03-01 17:25:42,590 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:42,590 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:42,590 INFO snapshot-role/MainThread: } 2024-03-01 17:25:42,590 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg2/lv4_snapset1 2024-03-01 17:25:57,699 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:57,700 INFO snapshot-role/MainThread: { 2024-03-01 17:25:57,700 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:57,700 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,700 INFO snapshot-role/MainThread: } 2024-03-01 17:25:57,700 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:25:57,740 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:57,741 INFO snapshot-role/MainThread: { 2024-03-01 17:25:57,741 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:57,741 INFO snapshot-role/MainThread: { 2024-03-01 17:25:57,741 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:57,741 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:25:57,741 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,741 INFO snapshot-role/MainThread: } 2024-03-01 17:25:57,741 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,741 INFO snapshot-role/MainThread: , 2024-03-01 17:25:57,741 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:57,741 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,741 INFO snapshot-role/MainThread: } 2024-03-01 17:25:57,741 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:25:57,767 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:57,767 INFO snapshot-role/MainThread: { 2024-03-01 17:25:57,767 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:57,767 INFO snapshot-role/MainThread: { 2024-03-01 17:25:57,768 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:57,768 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:25:57,768 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,768 INFO snapshot-role/MainThread: } 2024-03-01 17:25:57,768 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,768 INFO snapshot-role/MainThread: , 2024-03-01 17:25:57,768 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:57,768 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,768 INFO snapshot-role/MainThread: } 2024-03-01 17:25:57,768 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:25:57,793 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:57,793 INFO snapshot-role/MainThread: { 2024-03-01 17:25:57,793 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:57,793 INFO snapshot-role/MainThread: { 2024-03-01 17:25:57,794 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:57,794 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:25:57,794 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:25:57,794 INFO snapshot-role/MainThread: {"lv_name":"lv2", "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:25:57,794 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:25:57,794 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,794 INFO snapshot-role/MainThread: } 2024-03-01 17:25:57,794 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,794 INFO snapshot-role/MainThread: , 2024-03-01 17:25:57,794 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:57,794 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,794 INFO snapshot-role/MainThread: } 2024-03-01 17:25:57,794 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:25:57,819 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:57,819 INFO snapshot-role/MainThread: { 2024-03-01 17:25:57,819 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:57,820 INFO snapshot-role/MainThread: { 2024-03-01 17:25:57,820 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:57,820 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:25:57,820 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,820 INFO snapshot-role/MainThread: } 2024-03-01 17:25:57,820 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,820 INFO snapshot-role/MainThread: , 2024-03-01 17:25:57,820 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:57,820 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,820 INFO snapshot-role/MainThread: } 2024-03-01 17:25:57,820 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:25:57,846 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:25:57,846 INFO snapshot-role/MainThread: { 2024-03-01 17:25:57,847 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:25:57,847 INFO snapshot-role/MainThread: { 2024-03-01 17:25:57,847 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:25:57,847 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:25:57,847 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,847 INFO snapshot-role/MainThread: } 2024-03-01 17:25:57,847 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,847 INFO snapshot-role/MainThread: , 2024-03-01 17:25:57,847 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:25:57,847 INFO snapshot-role/MainThread: ] 2024-03-01 17:25:57,847 INFO snapshot-role/MainThread: } 2024-03-01 17:25:57,847 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg1/lv1_snapset1 2024-03-01 17:26:12,960 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:12,961 INFO snapshot-role/MainThread: { 2024-03-01 17:26:12,961 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:12,961 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:12,961 INFO snapshot-role/MainThread: } 2024-03-01 17:26:12,961 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:26:13,001 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:13,001 INFO snapshot-role/MainThread: { 2024-03-01 17:26:13,001 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:13,001 INFO snapshot-role/MainThread: { 2024-03-01 17:26:13,001 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:13,002 INFO snapshot-role/MainThread: {"lv_name":"lv2", "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:26:13,002 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:13,002 INFO snapshot-role/MainThread: } 2024-03-01 17:26:13,002 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:13,002 INFO snapshot-role/MainThread: , 2024-03-01 17:26:13,002 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:13,002 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:13,002 INFO snapshot-role/MainThread: } 2024-03-01 17:26:13,002 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:26:13,025 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:13,025 INFO snapshot-role/MainThread: { 2024-03-01 17:26:13,025 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:13,025 INFO snapshot-role/MainThread: { 2024-03-01 17:26:13,025 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:13,025 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:26:13,025 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:13,025 INFO snapshot-role/MainThread: } 2024-03-01 17:26:13,025 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:13,025 INFO snapshot-role/MainThread: , 2024-03-01 17:26:13,025 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:13,025 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:13,025 INFO snapshot-role/MainThread: } 2024-03-01 17:26:13,026 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:26:13,053 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:13,053 INFO snapshot-role/MainThread: { 2024-03-01 17:26:13,053 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:13,053 INFO snapshot-role/MainThread: { 2024-03-01 17:26:13,053 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:13,053 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:26:13,053 INFO snapshot-role/MainThread: {"lv_name":"lv2", "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:26:13,053 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:26:13,053 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:13,054 INFO snapshot-role/MainThread: } 2024-03-01 17:26:13,054 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:13,054 INFO snapshot-role/MainThread: , 2024-03-01 17:26:13,054 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:13,054 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:13,054 INFO snapshot-role/MainThread: } 2024-03-01 17:26:13,054 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:26:13,079 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:13,079 INFO snapshot-role/MainThread: { 2024-03-01 17:26:13,079 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:13,079 INFO snapshot-role/MainThread: { 2024-03-01 17:26:13,079 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:13,079 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:26:13,079 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:13,079 INFO snapshot-role/MainThread: } 2024-03-01 17:26:13,079 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:13,079 INFO snapshot-role/MainThread: , 2024-03-01 17:26:13,079 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:13,079 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:13,079 INFO snapshot-role/MainThread: } 2024-03-01 17:26:13,080 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:26:13,104 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:13,104 INFO snapshot-role/MainThread: { 2024-03-01 17:26:13,104 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:13,104 INFO snapshot-role/MainThread: { 2024-03-01 17:26:13,104 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:13,104 INFO snapshot-role/MainThread: {"lv_name":"lv2_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"243269632", "pool_lv":"", "origin":"lv2", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:26:13,104 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:13,104 INFO snapshot-role/MainThread: } 2024-03-01 17:26:13,104 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:13,104 INFO snapshot-role/MainThread: , 2024-03-01 17:26:13,104 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:13,104 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:13,104 INFO snapshot-role/MainThread: } 2024-03-01 17:26:13,105 INFO snapshot-role/MainThread: Running... lvconvert --merge test_vg1/lv2_snapset1 2024-03-01 17:26:28,214 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:28,214 INFO snapshot-role/MainThread: { 2024-03-01 17:26:28,214 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:28,215 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:28,215 INFO snapshot-role/MainThread: } 2024-03-01 17:26:28,215 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:26:31,322 INFO snapshot-role/MainThread: revert_cmd: revert None None snapset1 1 None 2024-03-01 17:26:31,322 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:26:31,361 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,361 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: {"lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "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:26:31,362 INFO snapshot-role/MainThread: {"lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "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:26:31,362 INFO snapshot-role/MainThread: {"lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3", "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:26:31,362 INFO snapshot-role/MainThread: {"lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO", "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:26:31,362 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "pv_name":"/dev/sdh"}, 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "pv_name":"/dev/sdj"}, 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO", "pv_name":"/dev/sdg"}, 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3", "pv_name":"/dev/sdg"}, 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "pv_name":"/dev/sdg"}, 2024-03-01 17:26:31,362 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "pv_name":"/dev/sdi"} 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN"}, 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN"}, 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO"}, 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw"}, 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw"}, 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3"} 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: {"lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe", "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:26:31,363 INFO snapshot-role/MainThread: {"lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF", "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:26:31,363 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,363 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF", "pv_name":"/dev/sdd"}, 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe", "pv_name":"/dev/sdd"}, 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF"}, 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe"} 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: {"lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc", "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:26:31,364 INFO snapshot-role/MainThread: {"lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "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:26:31,364 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,364 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "pv_name":"/dev/sda"}, 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "pv_name":"/dev/sdb"}, 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc", "pv_name":"/dev/sdb"}, 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc"}, 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt"}, 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt"} 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,365 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:26:31,391 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,391 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,391 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,391 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,392 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,392 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:26:31,392 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,392 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,392 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,392 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,392 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,392 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,392 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,392 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:26:31,419 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,419 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,420 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,420 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,420 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,420 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:26:31,420 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:26:31,420 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:26:31,420 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:26:31,420 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,420 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,420 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,420 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,420 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,420 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,420 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,420 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 17:26:31,446 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:26:31,446 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,447 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,447 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,447 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,447 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,447 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,447 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,447 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,447 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,447 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,447 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,447 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:26:31,472 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,472 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,472 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,472 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,472 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,472 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:26:31,473 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,473 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,473 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,473 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,473 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,473 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,473 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,473 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:26:31,497 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,497 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,497 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,497 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,497 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,497 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:26:31,498 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:26:31,498 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:26:31,498 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:26:31,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,498 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,498 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,498 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,498 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,498 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 17:26:31,524 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:26:31,525 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,525 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,525 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,525 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,525 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,525 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,525 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,525 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,525 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,525 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,525 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,525 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:26:31,550 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,550 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,551 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,551 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,551 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,551 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:26:31,551 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,551 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,551 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,551 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,551 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,551 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,551 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,551 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:26:31,577 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,577 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,577 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,577 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,578 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,578 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:26:31,578 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:26:31,578 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:26:31,578 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:26:31,578 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,578 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,578 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,578 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,578 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,578 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,578 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,578 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:26:31,614 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:26:31,615 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,615 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,615 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,615 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,615 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,615 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,615 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,615 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,615 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,615 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,615 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,615 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:26:31,641 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,641 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,642 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,642 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,642 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,642 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:26:31,642 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,642 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,642 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,642 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,642 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,642 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,642 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,642 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:26:31,668 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,669 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,669 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,669 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,669 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,669 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:26:31,669 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:26:31,669 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:26:31,669 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:26:31,669 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,669 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,669 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,669 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,669 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,669 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,669 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,669 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 17:26:31,695 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:26:31,696 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,696 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,696 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,696 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,696 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,696 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,696 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,696 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,696 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,696 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,696 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,696 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:26:31,721 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,722 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,722 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,722 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,722 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,722 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:26:31,722 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,722 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,722 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,722 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,722 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,722 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,722 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,722 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:26:31,747 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,747 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,747 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,747 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,747 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,748 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:26:31,748 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:26:31,748 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,748 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,748 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,748 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,748 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,748 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,748 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,748 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:26:31,772 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:26:31,772 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,772 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,772 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,773 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,773 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,773 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,773 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,773 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,773 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,773 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,773 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,773 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:26:31,800 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,800 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,800 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,800 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,800 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,801 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:26:31,801 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,801 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,801 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,801 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,801 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,801 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,801 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,801 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:26:31,827 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,828 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,828 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,828 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,828 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,828 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:26:31,828 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:26:31,828 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,828 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,828 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,828 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,828 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,828 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,828 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,828 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:26:31,854 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:26:31,855 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,855 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,855 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,855 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,855 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,855 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,855 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,855 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,855 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,855 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,855 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,855 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:26:31,881 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,882 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,882 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,882 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,882 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,882 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:26:31,882 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,882 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,882 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,882 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,882 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,882 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,882 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,882 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:26:31,906 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,906 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,906 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,906 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,906 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,907 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:26:31,907 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:26:31,907 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,907 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,907 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,907 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,907 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,907 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,907 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,907 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:26:31,933 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:26:31,933 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,933 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,933 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,933 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,934 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,934 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,934 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,934 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,934 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,934 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,934 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,934 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:26:31,960 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,961 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,961 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,961 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,961 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,961 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:26:31,961 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,961 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,961 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,961 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,961 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,961 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,961 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,961 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:26:31,989 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:31,990 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,990 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:31,990 INFO snapshot-role/MainThread: { 2024-03-01 17:26:31,990 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:31,990 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:26:31,990 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:26:31,990 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,990 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,990 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,990 INFO snapshot-role/MainThread: , 2024-03-01 17:26:31,990 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:31,990 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:31,990 INFO snapshot-role/MainThread: } 2024-03-01 17:26:31,990 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:26:32,015 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:26:32,016 INFO snapshot-role/MainThread: { 2024-03-01 17:26:32,016 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:32,016 INFO snapshot-role/MainThread: { 2024-03-01 17:26:32,016 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:32,016 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:32,016 INFO snapshot-role/MainThread: } 2024-03-01 17:26:32,016 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:32,016 INFO snapshot-role/MainThread: , 2024-03-01 17:26:32,016 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:32,016 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:32,016 INFO snapshot-role/MainThread: } 2024-03-01 17:26:32,016 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:26:35,077 INFO snapshot-role/MainThread: revert_cmd: revert None None snapset1 0 None 2024-03-01 17:26:35,078 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:26:35,106 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: {"lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "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:26:35,107 INFO snapshot-role/MainThread: {"lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "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:26:35,107 INFO snapshot-role/MainThread: {"lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3", "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:26:35,107 INFO snapshot-role/MainThread: {"lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO", "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:26:35,107 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "pv_name":"/dev/sdh"}, 2024-03-01 17:26:35,107 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "pv_name":"/dev/sdj"}, 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv", "lv_uuid":"", "pv_name":"/dev/sdj"}, 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO", "pv_name":"/dev/sdg"}, 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3", "pv_name":"/dev/sdg"}, 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw", "pv_name":"/dev/sdg"}, 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN", "pv_name":"/dev/sdi"} 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN"}, 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN"}, 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO"}, 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw"}, 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw"}, 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3"} 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:26:35,108 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: {"lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe", "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:26:35,109 INFO snapshot-role/MainThread: {"lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF", "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:26:35,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF", "pv_name":"/dev/sdd"}, 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe", "pv_name":"/dev/sdd"}, 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX", "lv_uuid":"", "pv_name":"/dev/sdd"} 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF"}, 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe"} 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:26:35,109 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: {"lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc", "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:26:35,110 INFO snapshot-role/MainThread: {"lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "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:26:35,110 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "pv_name":"/dev/sda"}, 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt", "pv_name":"/dev/sdb"}, 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc", "pv_name":"/dev/sdb"}, 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs", "lv_uuid":"", "pv_name":"/dev/sdb"} 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc"}, 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt"}, 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt"} 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,110 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,111 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:26:35,136 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:35,136 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,136 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:35,137 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,137 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:35,137 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:26:35,137 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,137 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,137 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,137 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,137 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:35,137 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,137 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,137 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:26:35,162 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:35,162 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,162 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:35,162 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,162 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:35,162 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:26:35,162 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,163 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,163 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,163 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,163 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:35,163 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,163 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,163 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:26:35,189 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:35,189 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,189 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:35,189 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,190 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:35,190 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:26:35,190 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,190 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,190 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,190 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,190 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:35,190 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,190 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,190 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:26:35,215 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:35,215 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,215 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:35,215 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,216 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:35,216 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:26:35,216 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,216 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,216 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,216 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,216 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:35,216 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,216 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,216 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:26:35,241 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:35,241 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,242 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:35,242 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,242 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:35,242 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:26:35,242 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,242 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,242 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,242 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,242 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:35,242 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,242 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,242 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:26:35,267 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:35,267 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,267 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:35,268 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,268 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:35,268 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:26:35,268 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,268 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,268 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,268 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,268 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:35,268 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,268 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,268 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:26:35,294 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:35,294 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,294 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:35,294 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,295 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:35,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:26:35,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,295 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,295 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,295 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:35,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,295 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,295 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:26:35,320 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:26:35,320 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,320 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:26:35,320 INFO snapshot-role/MainThread: { 2024-03-01 17:26:35,321 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:26:35,321 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:26:35,321 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,321 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,321 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,321 INFO snapshot-role/MainThread: , 2024-03-01 17:26:35,321 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:26:35,321 INFO snapshot-role/MainThread: ] 2024-03-01 17:26:35,321 INFO snapshot-role/MainThread: } 2024-03-01 17:26:35,321 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="LVM2_member" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + blkid -s none + echo lsblk after cache flush lsblk after cache flush + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" 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="LVM2_member" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + dmsetup table No devices found + cat /tmp/blivet.log 2024-03-01 17:21:02,138 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_dl6fknjf/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:06,895 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_je00oatg/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:14,089 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_bedymqgu/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:14,314 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:14,314 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:21:14,378 INFO program/MainThread: stdout[2]: 2024-03-01 17:21:14,379 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:21:14,379 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:21:14,379 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:21:14,384 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:14,384 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:21:14,388 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:14,388 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:21:14,392 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:14,392 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:21:14,395 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:14,395 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:21:14,403 INFO program/MainThread: stdout: 2024-03-01 17:21:14,403 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:21:14,404 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:21:14,404 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:21:14,404 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:21:14,404 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:21:14,404 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:21:14,404 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:21:14,404 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:21:14,404 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:21:14,404 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:21:14,404 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:21:14,404 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:21:14,404 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:21:14,404 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:21:14,404 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:21:14,404 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:14,404 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:21:14,404 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:14,405 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:14,405 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:21:14,405 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:14,405 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:21:14,405 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:21:14,405 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:14,417 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:14,428 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:21:14,433 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/wwn-0x600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', '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': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'ID_SERIAL': '3600140527ab2a1accd44956adbb66e9e', 'ID_SERIAL_SHORT': '600140527ab2a1accd44956adbb66e9e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140527ab2a1ac', 'ID_WWN_VENDOR_EXTENSION': '0xcd44956adbb66e9e', 'ID_WWN_WITH_EXTENSION': '0x600140527ab2a1accd44956adbb66e9e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140527ab2a1accd44956adbb66e9e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876679713'} ; 2024-03-01 17:21:14,433 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:21:14,434 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:21:14,466 INFO program/MainThread: stdout[3]: 2024-03-01 17:21:14,467 INFO program/MainThread: stderr[3]: 2024-03-01 17:21:14,467 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:21:14,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:14,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:14,481 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:21:14,486 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:21:14,486 INFO blivet/MainThread: sda is a disk 2024-03-01 17:21:14,486 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:21:14,487 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:21:14,490 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:21:14,494 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:21:14,495 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:21:14,498 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:21:14,499 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:21:14,499 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:21:14,499 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1287ddd470) -- 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 = 600140527ab2a1accd44956adbb66e9e 2024-03-01 17:21:14,503 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:21:14,503 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:21:14,507 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/wwn-0x600140555d3b81a364b40338c696b8d2', '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': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'ID_SERIAL': '3600140555d3b81a364b40338c696b8d2', 'ID_SERIAL_SHORT': '600140555d3b81a364b40338c696b8d2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140555d3b81a3', 'ID_WWN_VENDOR_EXTENSION': '0x64b40338c696b8d2', 'ID_WWN_WITH_EXTENSION': '0x600140555d3b81a364b40338c696b8d2', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140555d3b81a364b40338c696b8d2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876637314'} ; 2024-03-01 17:21:14,507 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:21:14,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:14,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:14,517 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:21:14,518 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:21:14,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:21:14,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:21:14,521 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:21:14,525 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:21:14,525 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:21:14,528 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:21:14,528 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:21:14,529 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:21:14,529 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1286d8b400) -- 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 = 600140555d3b81a364b40338c696b8d2 2024-03-01 17:21:14,533 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:21:14,533 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:21:14,536 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/wwn-0x60014054e00594cc9d74b4aa43b70905', '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': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'ID_SERIAL': '360014054e00594cc9d74b4aa43b70905', 'ID_SERIAL_SHORT': '60014054e00594cc9d74b4aa43b70905', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e00594cc', 'ID_WWN_VENDOR_EXTENSION': '0x9d74b4aa43b70905', 'ID_WWN_WITH_EXTENSION': '0x60014054e00594cc9d74b4aa43b70905', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e00594cc9d74b4aa43b70905', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877351104'} ; 2024-03-01 17:21:14,536 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:21:14,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:21:14,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:14,547 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:21:14,547 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:21:14,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:21:14,547 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:21:14,551 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:21:14,554 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:21:14,554 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:21:14,558 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:21:14,558 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:21:14,558 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:21:14,558 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1286d8b4a8) -- 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 = 60014054e00594cc9d74b4aa43b70905 2024-03-01 17:21:14,562 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:21:14,562 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:21:14,565 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/wwn-0x600140518e3c0f61a1c477ba1954b852', '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': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'ID_SERIAL': '3600140518e3c0f61a1c477ba1954b852', 'ID_SERIAL_SHORT': '600140518e3c0f61a1c477ba1954b852', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140518e3c0f61', 'ID_WWN_VENDOR_EXTENSION': '0xa1c477ba1954b852', 'ID_WWN_WITH_EXTENSION': '0x600140518e3c0f61a1c477ba1954b852', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140518e3c0f61a1c477ba1954b852', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877521593'} ; 2024-03-01 17:21:14,565 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:21:14,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:21:14,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:14,576 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:21:14,576 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:21:14,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:21:14,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:21:14,580 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:21:14,584 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:21:14,584 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:21:14,587 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:21:14,587 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:21:14,588 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:21:14,588 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1286d915c0) -- 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 = 600140518e3c0f61a1c477ba1954b852 2024-03-01 17:21:14,592 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:21:14,592 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:21:14,595 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/scsi-36001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488', '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': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'ID_SERIAL': '36001405ac984c9a92044e789d51ff551', 'ID_SERIAL_SHORT': '6001405ac984c9a92044e789d51ff551', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac984c9a9', 'ID_WWN_VENDOR_EXTENSION': '0x2044e789d51ff551', 'ID_WWN_WITH_EXTENSION': '0x6001405ac984c9a92044e789d51ff551', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac984c9a92044e789d51ff551', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876764312'} ; 2024-03-01 17:21:14,595 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:21:14,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:14,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:14,606 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:21:14,606 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:21:14,606 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:21:14,607 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:21:14,610 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:21:14,613 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:21:14,613 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:21:14,617 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:21:14,617 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:21:14,618 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:21:14,618 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1286d91438) -- 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 = 6001405ac984c9a92044e789d51ff551 2024-03-01 17:21:14,621 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:21:14,621 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:21:14,625 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b ' '/dev/disk/by-id/scsi-36001405659032814ab24b8885345837e ' '/dev/disk/by-id/wwn-0x6001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_65903281-4ab2-4b88-8534-5837e6dcff0b', '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': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'ID_SERIAL': '36001405659032814ab24b8885345837e', 'ID_SERIAL_SHORT': '6001405659032814ab24b8885345837e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659032814', 'ID_WWN_VENDOR_EXTENSION': '0xab24b8885345837e', 'ID_WWN_WITH_EXTENSION': '0x6001405659032814ab24b8885345837e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659032814ab24b8885345837e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876801756'} ; 2024-03-01 17:21:14,625 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:21:14,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:21:14,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:14,635 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:21:14,636 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:21:14,636 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:21:14,636 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:21:14,640 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:21:14,643 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:21:14,643 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:21:14,647 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:21:14,647 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:21:14,648 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:21:14,648 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1286da24a8) -- 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 = 6001405659032814ab24b8885345837e 2024-03-01 17:21:14,651 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:21:14,651 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:21:14,655 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/wwn-0x60014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7e7b2b54-ab65-47a3-97e3-bf8daf383abd', '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': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'ID_SERIAL': '360014057e7b2b54ab6547a397e3bf8da', 'ID_SERIAL_SHORT': '60014057e7b2b54ab6547a397e3bf8da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057e7b2b54a', 'ID_WWN_VENDOR_EXTENSION': '0xb6547a397e3bf8da', 'ID_WWN_WITH_EXTENSION': '0x60014057e7b2b54ab6547a397e3bf8da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057e7b2b54ab6547a397e3bf8da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876904798'} ; 2024-03-01 17:21:14,655 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:21:14,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:21:14,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:14,665 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:21:14,666 INFO blivet/MainThread: sde is a disk 2024-03-01 17:21:14,666 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:21:14,666 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:21:14,670 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:21:14,673 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:21:14,673 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:21:14,676 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:21:14,677 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:21:14,677 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:21:14,677 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1286da2b38) -- 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 = 60014057e7b2b54ab6547a397e3bf8da 2024-03-01 17:21:14,681 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:21:14,681 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:21:14,685 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/scsi-36001405ab03e1deb42b49d7baf199854', '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': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'ID_SERIAL': '36001405ab03e1deb42b49d7baf199854', 'ID_SERIAL_SHORT': '6001405ab03e1deb42b49d7baf199854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab03e1deb', 'ID_WWN_VENDOR_EXTENSION': '0x42b49d7baf199854', 'ID_WWN_WITH_EXTENSION': '0x6001405ab03e1deb42b49d7baf199854', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab03e1deb42b49d7baf199854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877042293'} ; 2024-03-01 17:21:14,685 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:21:14,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:21:14,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:14,695 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:21:14,696 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:21:14,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:21:14,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:21:14,699 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:21:14,703 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:21:14,703 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:21:14,706 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:21:14,707 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:21:14,707 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:21:14,707 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1286da2f60) -- 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 = 6001405ab03e1deb42b49d7baf199854 2024-03-01 17:21:14,711 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:21:14,711 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:21:14,714 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/wwn-0x60014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/scsi-360014056cf54f2d90764af69d166ee31', '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': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'ID_SERIAL': '360014056cf54f2d90764af69d166ee31', 'ID_SERIAL_SHORT': '60014056cf54f2d90764af69d166ee31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056cf54f2d9', 'ID_WWN_VENDOR_EXTENSION': '0x0764af69d166ee31', 'ID_WWN_WITH_EXTENSION': '0x60014056cf54f2d90764af69d166ee31', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056cf54f2d90764af69d166ee31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877135338'} ; 2024-03-01 17:21:14,714 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:21:14,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:21:14,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:14,725 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:21:14,725 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:21:14,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:21:14,726 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:21:14,729 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:21:14,732 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:21:14,732 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:21:14,736 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:21:14,736 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:21:14,737 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:21:14,737 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1286d9ca20) -- 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 = 60014056cf54f2d90764af69d166ee31 2024-03-01 17:21:14,740 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:21:14,740 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:21:14,744 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-3600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e', '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': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'ID_SERIAL': '3600140535647ead679842debee029dc4', 'ID_SERIAL_SHORT': '600140535647ead679842debee029dc4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140535647ead6', 'ID_WWN_VENDOR_EXTENSION': '0x79842debee029dc4', 'ID_WWN_WITH_EXTENSION': '0x600140535647ead679842debee029dc4', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140535647ead679842debee029dc4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877079595'} ; 2024-03-01 17:21:14,744 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:21:14,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:21:14,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:14,754 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:21:14,755 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:21:14,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:21:14,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:21:14,758 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:21:14,762 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:21:14,762 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:21:14,765 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:21:14,765 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:21:14,766 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:21:14,766 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1286da2cf8) -- 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 = 600140535647ead679842debee029dc4 2024-03-01 17:21:14,769 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:21:14,770 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:21:14,773 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/wwn-0x600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/scsi-3600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_79d13d79-caaf-48bb-b493-cfa556ad1461', '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': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'ID_SERIAL': '3600140579d13d79caaf48bbb493cfa55', 'ID_SERIAL_SHORT': '600140579d13d79caaf48bbb493cfa55', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140579d13d79c', 'ID_WWN_VENDOR_EXTENSION': '0xaaf48bbb493cfa55', 'ID_WWN_WITH_EXTENSION': '0x600140579d13d79caaf48bbb493cfa55', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140579d13d79caaf48bbb493cfa55', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877225857'} ; 2024-03-01 17:21:14,773 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:21:14,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:21:14,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:14,784 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:21:14,784 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:21:14,784 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:21:14,784 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:21:14,788 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:21:14,791 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:21:14,791 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:21:14,795 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:21:14,795 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:21:14,795 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:21:14,796 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1286db1940) -- 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 = 600140579d13d79caaf48bbb493cfa55 2024-03-01 17:21:14,799 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:21:14,799 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:21:14,803 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/wwn-0x6001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/scsi-36001405a6af134abf194494b7a871ab3', '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': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'ID_SERIAL': '36001405a6af134abf194494b7a871ab3', 'ID_SERIAL_SHORT': '6001405a6af134abf194494b7a871ab3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a6af134ab', 'ID_WWN_VENDOR_EXTENSION': '0xf194494b7a871ab3', 'ID_WWN_WITH_EXTENSION': '0x6001405a6af134abf194494b7a871ab3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a6af134abf194494b7a871ab3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877316888'} ; 2024-03-01 17:21:14,803 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:21:14,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:21:14,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:14,813 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:21:14,814 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:21:14,814 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:21:14,814 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:21:14,817 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:21:14,821 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:21:14,821 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:21:14,824 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:21:14,824 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:21:14,825 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:21:14,825 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1286db1fd0) -- 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 = 6001405a6af134abf194494b7a871ab3 2024-03-01 17:21:14,828 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:21:14,828 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:21:14,832 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': '19811683'} ; 2024-03-01 17:21:14,832 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:21:14,835 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:14,838 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:14,842 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:21:14,842 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:21:14,843 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:21:14,843 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:21:14,843 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:21:14,843 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:21:14,846 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:21:14,849 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:21:14,850 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:21:14,853 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:21:14,853 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:21:14,854 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:21:14,854 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1286db1d68) -- 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:21:14,857 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:21:14,861 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:14,861 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:21:14,865 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:14,865 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:21:14,868 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:14,869 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:21:14,872 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:14,872 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:21:14,876 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:21:14,879 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:14,883 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:21:14,888 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 0x7f1286daf508> 2024-03-01 17:21:17,861 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:21:17,865 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:21:17,865 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:21:17,869 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': '19814317'} ; 2024-03-01 17:21:17,869 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:21:17,870 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:21:17,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:17,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:17,879 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:21:17,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:17,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:17,886 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:17,899 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:17,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:17,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:21:17,918 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:21:17,922 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:21:17,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:21:17,926 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:21:17,929 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:21:17,929 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:21:17,933 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:21:17,933 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:17,933 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:21:17,937 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:21:17,940 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:21:17,943 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:21:17,946 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:21:17,950 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:21:17,950 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:17,950 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:21:17,951 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:21:17,950 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f1288129390) -- 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 0x7f1286d480f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:21:17,955 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:21:17,958 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:17,959 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:21:17,962 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:17,962 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:21:17,966 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:17,966 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:21:17,969 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:17,969 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:21:17,971 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:21:17,971 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:21:17,975 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:17,975 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:21:17,979 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:21:17,979 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:17,979 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:17,991 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:18,003 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:21:18,004 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:21:18,008 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:21:18,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:18,014 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:21:18,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:18,017 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:21:18,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:18,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:18,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:18,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:18,029 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:21:18,032 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:21:18,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:18,038 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:21:18,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:18,041 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:21:18,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:18,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:18,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:18,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:18,053 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:21:18,056 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:21:18,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:18,062 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:21:18,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:18,065 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:21:18,068 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:21:18,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:18,074 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:21:18,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:18,077 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:21:18,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:21:18,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:21:18,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 17:21:18,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:21:18,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:21:18,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:21:18,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:21:18,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:21:22,689 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_3ntbope8/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:22,726 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:22,726 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:21:22,730 INFO program/MainThread: stdout[2]: 2024-03-01 17:21:22,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:21:22,730 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:21:22,730 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:21:22,734 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:22,735 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:21:22,739 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:22,739 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:21:22,742 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:22,742 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:21:22,745 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:22,745 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:21:22,753 INFO program/MainThread: stdout: 2024-03-01 17:21:22,753 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:21:22,753 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:21:22,753 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:21:22,753 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:21:22,753 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:21:22,753 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:21:22,753 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:21:22,753 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:21:22,754 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:21:22,754 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:21:22,754 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:21:22,754 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:21:22,754 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:21:22,754 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:21:22,754 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:21:22,754 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:22,754 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:21:22,754 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:22,754 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:22,754 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:21:22,755 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:22,755 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:21:22,755 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:21:22,755 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:22,765 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:22,776 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:21:22,781 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/scsi-3600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/wwn-0x600140527ab2a1accd44956adbb66e9e', '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': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'ID_SERIAL': '3600140527ab2a1accd44956adbb66e9e', 'ID_SERIAL_SHORT': '600140527ab2a1accd44956adbb66e9e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140527ab2a1ac', 'ID_WWN_VENDOR_EXTENSION': '0xcd44956adbb66e9e', 'ID_WWN_WITH_EXTENSION': '0x600140527ab2a1accd44956adbb66e9e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140527ab2a1accd44956adbb66e9e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876679713'} ; 2024-03-01 17:21:22,781 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:21:22,781 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:21:22,816 INFO program/MainThread: stdout[3]: 2024-03-01 17:21:22,817 INFO program/MainThread: stderr[3]: 2024-03-01 17:21:22,817 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:21:22,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:22,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:22,830 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:21:22,835 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:21:22,835 INFO blivet/MainThread: sda is a disk 2024-03-01 17:21:22,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:21:22,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:21:22,839 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:21:22,843 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:21:22,843 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:21:22,846 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:21:22,847 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:21:22,847 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:21:22,847 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1d11946470) -- 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 = 600140527ab2a1accd44956adbb66e9e 2024-03-01 17:21:22,851 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:21:22,851 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:21:22,855 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/wwn-0x600140555d3b81a364b40338c696b8d2', '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': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'ID_SERIAL': '3600140555d3b81a364b40338c696b8d2', 'ID_SERIAL_SHORT': '600140555d3b81a364b40338c696b8d2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140555d3b81a3', 'ID_WWN_VENDOR_EXTENSION': '0x64b40338c696b8d2', 'ID_WWN_WITH_EXTENSION': '0x600140555d3b81a364b40338c696b8d2', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140555d3b81a364b40338c696b8d2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876637314'} ; 2024-03-01 17:21:22,855 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:21:22,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:22,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:22,865 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:21:22,865 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:21:22,866 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:21:22,866 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:21:22,869 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:21:22,872 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:21:22,872 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:21:22,875 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:21:22,876 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:21:22,876 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:21:22,876 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1d108f4400) -- 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 = 600140555d3b81a364b40338c696b8d2 2024-03-01 17:21:22,880 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:21:22,880 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:21:22,883 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/wwn-0x60014054e00594cc9d74b4aa43b70905', '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': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'ID_SERIAL': '360014054e00594cc9d74b4aa43b70905', 'ID_SERIAL_SHORT': '60014054e00594cc9d74b4aa43b70905', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e00594cc', 'ID_WWN_VENDOR_EXTENSION': '0x9d74b4aa43b70905', 'ID_WWN_WITH_EXTENSION': '0x60014054e00594cc9d74b4aa43b70905', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e00594cc9d74b4aa43b70905', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877351104'} ; 2024-03-01 17:21:22,883 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:21:22,887 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:21:22,890 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:22,894 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:21:22,894 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:21:22,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:21:22,894 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:21:22,897 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:21:22,901 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:21:22,901 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:21:22,904 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:21:22,904 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:21:22,905 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:21:22,905 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1d108f44a8) -- 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 = 60014054e00594cc9d74b4aa43b70905 2024-03-01 17:21:22,908 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:21:22,909 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:21:22,912 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-3600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', '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': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'ID_SERIAL': '3600140518e3c0f61a1c477ba1954b852', 'ID_SERIAL_SHORT': '600140518e3c0f61a1c477ba1954b852', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140518e3c0f61', 'ID_WWN_VENDOR_EXTENSION': '0xa1c477ba1954b852', 'ID_WWN_WITH_EXTENSION': '0x600140518e3c0f61a1c477ba1954b852', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140518e3c0f61a1c477ba1954b852', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877521593'} ; 2024-03-01 17:21:22,912 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:21:22,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:21:22,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:22,922 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:21:22,923 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:21:22,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:21:22,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:21:22,926 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:21:22,930 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:21:22,930 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:21:22,933 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:21:22,933 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:21:22,934 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:21:22,934 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1d108fa5c0) -- 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 = 600140518e3c0f61a1c477ba1954b852 2024-03-01 17:21:22,937 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:21:22,937 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:21:22,941 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/scsi-36001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/wwn-0x6001405ac984c9a92044e789d51ff551', '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': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'ID_SERIAL': '36001405ac984c9a92044e789d51ff551', 'ID_SERIAL_SHORT': '6001405ac984c9a92044e789d51ff551', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac984c9a9', 'ID_WWN_VENDOR_EXTENSION': '0x2044e789d51ff551', 'ID_WWN_WITH_EXTENSION': '0x6001405ac984c9a92044e789d51ff551', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac984c9a92044e789d51ff551', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876764312'} ; 2024-03-01 17:21:22,941 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:21:22,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:22,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:22,951 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:21:22,952 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:21:22,952 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:21:22,952 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:21:22,955 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:21:22,959 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:21:22,959 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:21:22,962 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:21:22,962 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:21:22,963 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:21:22,963 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1d108fa438) -- 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 = 6001405ac984c9a92044e789d51ff551 2024-03-01 17:21:22,966 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:21:22,966 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:21:22,970 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_65903281-4ab2-4b88-8534-5837e6dcff0b ' '/dev/disk/by-id/scsi-36001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', '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': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'ID_SERIAL': '36001405659032814ab24b8885345837e', 'ID_SERIAL_SHORT': '6001405659032814ab24b8885345837e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659032814', 'ID_WWN_VENDOR_EXTENSION': '0xab24b8885345837e', 'ID_WWN_WITH_EXTENSION': '0x6001405659032814ab24b8885345837e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659032814ab24b8885345837e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876801756'} ; 2024-03-01 17:21:22,970 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:21:22,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:21:22,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:22,980 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:21:22,981 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:21:22,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:21:22,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:21:22,984 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:21:22,988 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:21:22,988 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:21:22,991 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:21:22,991 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:21:22,992 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:21:22,992 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1d1090b4a8) -- 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 = 6001405659032814ab24b8885345837e 2024-03-01 17:21:22,995 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:21:22,995 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:21:22,999 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/scsi-360014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/wwn-0x60014057e7b2b54ab6547a397e3bf8da', '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': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'ID_SERIAL': '360014057e7b2b54ab6547a397e3bf8da', 'ID_SERIAL_SHORT': '60014057e7b2b54ab6547a397e3bf8da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057e7b2b54a', 'ID_WWN_VENDOR_EXTENSION': '0xb6547a397e3bf8da', 'ID_WWN_WITH_EXTENSION': '0x60014057e7b2b54ab6547a397e3bf8da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057e7b2b54ab6547a397e3bf8da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876904798'} ; 2024-03-01 17:21:22,999 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:21:23,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,009 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:21:23,009 INFO blivet/MainThread: sde is a disk 2024-03-01 17:21:23,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:21:23,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:21:23,013 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:21:23,016 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:21:23,016 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:21:23,020 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:21:23,020 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:21:23,020 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:21:23,020 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1d1090bb38) -- 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 = 60014057e7b2b54ab6547a397e3bf8da 2024-03-01 17:21:23,024 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:21:23,024 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:21:23,028 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/scsi-36001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7', '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': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'ID_SERIAL': '36001405ab03e1deb42b49d7baf199854', 'ID_SERIAL_SHORT': '6001405ab03e1deb42b49d7baf199854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab03e1deb', 'ID_WWN_VENDOR_EXTENSION': '0x42b49d7baf199854', 'ID_WWN_WITH_EXTENSION': '0x6001405ab03e1deb42b49d7baf199854', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab03e1deb42b49d7baf199854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877042293'} ; 2024-03-01 17:21:23,028 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:21:23,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,038 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:21:23,039 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:21:23,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:21:23,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:21:23,042 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:21:23,045 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:21:23,046 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:21:23,049 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:21:23,049 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:21:23,050 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:21:23,050 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1d1090bf60) -- 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 = 6001405ab03e1deb42b49d7baf199854 2024-03-01 17:21:23,053 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:21:23,053 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:21:23,056 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/scsi-360014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/wwn-0x60014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', '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': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'ID_SERIAL': '360014056cf54f2d90764af69d166ee31', 'ID_SERIAL_SHORT': '60014056cf54f2d90764af69d166ee31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056cf54f2d9', 'ID_WWN_VENDOR_EXTENSION': '0x0764af69d166ee31', 'ID_WWN_WITH_EXTENSION': '0x60014056cf54f2d90764af69d166ee31', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056cf54f2d90764af69d166ee31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877135338'} ; 2024-03-01 17:21:23,057 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:21:23,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,067 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:21:23,067 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:21:23,067 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:21:23,068 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:21:23,071 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:21:23,074 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:21:23,074 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:21:23,078 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:21:23,078 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:21:23,079 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:21:23,079 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1d10905a20) -- 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 = 60014056cf54f2d90764af69d166ee31 2024-03-01 17:21:23,082 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:21:23,082 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:21:23,086 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/wwn-0x600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_35647ead-6798-42de-bee0-29dc4ac6b84e', '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': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'ID_SERIAL': '3600140535647ead679842debee029dc4', 'ID_SERIAL_SHORT': '600140535647ead679842debee029dc4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140535647ead6', 'ID_WWN_VENDOR_EXTENSION': '0x79842debee029dc4', 'ID_WWN_WITH_EXTENSION': '0x600140535647ead679842debee029dc4', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140535647ead679842debee029dc4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877079595'} ; 2024-03-01 17:21:23,086 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:21:23,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,096 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:21:23,097 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:21:23,097 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:21:23,097 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:21:23,100 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:21:23,103 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:21:23,103 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:21:23,107 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:21:23,107 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:21:23,107 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:21:23,107 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1d1090bcf8) -- 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 = 600140535647ead679842debee029dc4 2024-03-01 17:21:23,111 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:21:23,111 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:21:23,114 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/wwn-0x600140579d13d79caaf48bbb493cfa55', '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': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'ID_SERIAL': '3600140579d13d79caaf48bbb493cfa55', 'ID_SERIAL_SHORT': '600140579d13d79caaf48bbb493cfa55', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140579d13d79c', 'ID_WWN_VENDOR_EXTENSION': '0xaaf48bbb493cfa55', 'ID_WWN_WITH_EXTENSION': '0x600140579d13d79caaf48bbb493cfa55', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140579d13d79caaf48bbb493cfa55', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877225857'} ; 2024-03-01 17:21:23,114 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:21:23,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,125 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:21:23,125 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:21:23,125 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:21:23,125 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:21:23,129 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:21:23,132 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:21:23,132 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:21:23,135 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:21:23,136 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:21:23,136 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:21:23,136 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1d1091b940) -- 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 = 600140579d13d79caaf48bbb493cfa55 2024-03-01 17:21:23,140 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:21:23,140 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:21:23,143 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/scsi-36001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/wwn-0x6001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8', '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': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'ID_SERIAL': '36001405a6af134abf194494b7a871ab3', 'ID_SERIAL_SHORT': '6001405a6af134abf194494b7a871ab3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a6af134ab', 'ID_WWN_VENDOR_EXTENSION': '0xf194494b7a871ab3', 'ID_WWN_WITH_EXTENSION': '0x6001405a6af134abf194494b7a871ab3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a6af134abf194494b7a871ab3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877316888'} ; 2024-03-01 17:21:23,143 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:21:23,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,153 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:21:23,154 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:21:23,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:21:23,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:21:23,157 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:21:23,161 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:21:23,161 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:21:23,164 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:21:23,164 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:21:23,165 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:21:23,165 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1d1091bfd0) -- 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 = 6001405a6af134abf194494b7a871ab3 2024-03-01 17:21:23,168 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:21:23,168 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:21:23,172 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': '19811683'} ; 2024-03-01 17:21:23,172 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:21:23,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:23,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:23,182 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:21:23,182 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:21:23,182 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:21:23,182 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:21:23,182 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:21:23,183 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:21:23,186 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:21:23,189 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:21:23,189 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:21:23,192 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:21:23,193 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:21:23,193 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:21:23,193 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1d1091bd68) -- 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:21:23,197 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:21:23,200 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:23,200 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:21:23,204 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:23,204 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:21:23,207 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,208 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:21:23,211 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:23,211 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:21:23,215 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:21:23,218 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:23,222 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:21:23,227 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 0x7f1d10918648> 2024-03-01 17:21:26,218 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:21:26,223 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:21:26,223 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:21:26,227 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': '19814317'} ; 2024-03-01 17:21:26,227 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:21:26,227 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:21:26,231 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,237 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:21:26,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,243 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:26,255 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:26,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:21:26,274 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:21:26,278 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:21:26,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:21:26,281 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:21:26,285 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:21:26,285 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:21:26,288 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:21:26,288 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:26,289 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:21:26,292 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:21:26,295 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:21:26,299 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:21:26,302 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:21:26,305 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:21:26,306 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:21:26,306 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:21:26,306 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:21:26,306 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f1d11c92390) -- 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 0x7f1d108b10f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:21:26,310 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:21:26,314 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:26,314 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:21:26,317 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:26,317 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:21:26,321 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:26,321 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:21:26,324 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:26,324 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:21:26,326 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:21:26,326 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:21:26,330 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:26,330 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:21:26,333 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:21:26,333 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:26,334 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:26,347 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:26,359 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:21:26,360 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:21:26,364 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:21:26,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,370 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:21:26,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,373 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:21:26,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,385 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:21:26,388 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:21:26,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,394 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:21:26,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,397 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:21:26,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,408 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:21:26,411 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:21:26,414 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,417 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:21:26,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,420 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:21:26,423 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:21:26,426 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,429 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:21:26,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,432 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:21:26,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,444 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:21:26,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:21:26,450 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:21:26,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:21:26,456 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:21:26,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:21:26,462 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:21:26,465 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:26,465 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:21:26,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:21:26,469 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:21:26,469 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:21:26,472 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:21:26,473 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:21:26,476 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:26,476 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:21:26,476 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:21:26,479 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:21:26,479 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:21:26,482 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:21:26,483 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:21:26,486 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:26,486 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:21:26,486 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:21:26,489 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:21:26,489 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:21:26,492 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:21:26,492 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:21:26,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:21:26,498 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:21:26,501 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:26,505 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:21:26,508 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:26,512 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:21:26,516 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:26,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:21:26,520 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:21:26,521 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:21:26,521 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:21:26,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,534 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:21:26,535 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:21:26,535 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:21:26,535 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 17:21:26,536 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:21:26,536 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:21:26,539 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:26,540 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:21:26,543 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:26,543 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:21:26,547 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:26,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:21:26,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:21:26,554 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:21:26,557 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:26,561 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:21:26,565 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:21:26,565 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:21:26,566 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:21:26,566 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:21:26,566 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:21:26,573 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:21:26,573 INFO program/MainThread: stderr[4]: 2024-03-01 17:21:26,573 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:21:26,574 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:21:26,574 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:26,575 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:21:26,580 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:21:26,580 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:26,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,593 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 17:21:26,594 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:21:26,594 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:21:26,594 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 17:21:26,595 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:21:26,595 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:21:26,598 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:26,599 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 17:21:26,602 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:26,602 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:21:26,606 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:21:26,609 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:21:26,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 17:21:26,613 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:21:26,616 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:21:26,620 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:21:26,624 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 17:21:26,624 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:21:26,625 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:21:26,625 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:21:26,625 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 17:21:26,625 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:26,625 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 17:21:26,629 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 17:21:26,629 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:26,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,642 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 17:21:26,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 17:21:26,648 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:21:26,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 17:21:26,654 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:21:26,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 17:21:26,660 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:21:26,663 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:26,663 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 17:21:26,663 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:21:26,666 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:21:26,666 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:21:26,670 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:21:26,670 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:21:26,673 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:26,673 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 17:21:26,673 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 17:21:26,676 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:21:26,676 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:21:26,679 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:21:26,680 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:21:26,683 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:26,683 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 17:21:26,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 17:21:26,686 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:21:26,686 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:21:26,689 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:21:26,690 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:21:26,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 17:21:26,694 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:21:26,697 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:21:26,701 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:21:26,705 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:21:26,708 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:21:26,712 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:21:26,713 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 17:21:26,716 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:21:26,717 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 17:21:26,717 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:21:26,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,731 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 17:21:26,731 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:21:26,732 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:21:26,732 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 17:21:26,732 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:21:26,733 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:21:26,736 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:26,736 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 17:21:26,739 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:26,739 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 17:21:26,743 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:21:26,746 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:21:26,747 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 17:21:26,750 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:21:26,753 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:21:26,757 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:21:26,760 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 17:21:26,761 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:21:26,761 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:21:26,761 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:21:26,762 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 17:21:26,762 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:26,762 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:21:26,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 17:21:26,766 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:26,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,779 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 17:21:26,779 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:21:26,780 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:21:26,780 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 17:21:26,780 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:21:26,781 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:21:26,784 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:26,784 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 17:21:26,787 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:26,787 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 17:21:26,791 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:21:26,794 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:21:26,795 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:21:26,798 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:21:26,802 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:21:26,805 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:21:26,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 17:21:26,809 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:21:26,810 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:21:26,810 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:21:26,810 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 17:21:26,810 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:26,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 17:21:26,815 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 17:21:26,815 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:26,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,827 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 17:21:26,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 17:21:26,833 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:21:26,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 17:21:26,839 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:21:26,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 17:21:26,845 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:21:26,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 17:21:26,851 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:21:26,854 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:26,854 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 17:21:26,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 17:21:26,858 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:21:26,858 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:21:26,861 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:21:26,861 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:21:26,864 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:26,864 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 17:21:26,864 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 17:21:26,867 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:21:26,868 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:21:26,871 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:21:26,871 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:21:26,874 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:26,874 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 17:21:26,883 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 17:21:26,886 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:21:26,886 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:21:26,889 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:21:26,890 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:21:26,893 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:21:26,893 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:21:26,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:21:26,896 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:21:26,896 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:21:26,899 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:21:26,899 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:21:26,901 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 17:21:26,904 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:21:26,908 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:26,911 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:21:26,915 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:26,919 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:21:26,922 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:26,926 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:21:26,930 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:26,931 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 17:21:26,934 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:21:26,935 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 17:21:26,935 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:21:26,940 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,946 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,950 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 17:21:26,951 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:26,951 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:21:26,951 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 17:21:26,952 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:26,952 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:21:26,955 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:26,955 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 17:21:26,958 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:26,959 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 17:21:26,962 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:21:26,966 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:21:26,966 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:21:26,970 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:21:26,973 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:21:26,976 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:21:26,980 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 17:21:26,981 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:26,981 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:21:26,981 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:21:26,982 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 17:21:26,982 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:26,982 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 17:21:26,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 17:21:26,986 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:26,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:26,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:26,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:26,999 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 17:21:26,999 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:27,000 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:21:27,000 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 17:21:27,001 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:27,001 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:21:27,004 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:27,004 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 17:21:27,007 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:27,008 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 17:21:27,012 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:21:27,015 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:21:27,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 17:21:27,019 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:21:27,023 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:21:27,026 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:21:27,030 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 17:21:27,030 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:27,031 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:21:27,031 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:21:27,031 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 17:21:27,031 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:27,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:21:27,035 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 17:21:27,035 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:27,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:27,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:27,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:27,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:27,048 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 17:21:27,049 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:27,050 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:21:27,050 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 17:21:27,050 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:27,051 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:21:27,054 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:27,054 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 17:21:27,057 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:27,058 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:21:27,062 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:21:27,065 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:21:27,066 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 17:21:27,069 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:21:27,073 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:21:27,076 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:21:27,080 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 17:21:27,080 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:27,081 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:21:27,081 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:21:27,081 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 17:21:27,081 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:27,082 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 17:21:27,085 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 17:21:27,086 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:27,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:27,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:27,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:27,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:21:27,099 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 17:21:27,099 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:27,100 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:21:27,100 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 17:21:27,101 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:27,102 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:21:27,105 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:27,105 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 17:21:27,108 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:27,109 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:21:27,112 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:21:27,116 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:21:27,116 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 17:21:27,120 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:21:27,123 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:21:27,126 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:21:27,130 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 17:21:27,131 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:21:27,132 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:21:27,132 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:21:27,132 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 17:21:27,132 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:27,133 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 17:21:27,136 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 17:21:27,136 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:27,138 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:21:27,138 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:21:27,138 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:21:27,138 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:21:27,138 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:21:27,138 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:21:27,138 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:21:27,138 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:27,139 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:27,139 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:27,139 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:27,139 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:21:27,139 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:21:27,139 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:21:27,139 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:21:27,139 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:21:27,139 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:21:27,139 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:21:27,139 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:27,139 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:27,139 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:27,140 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:27,140 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:21:27,140 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:21:27,140 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:21:27,140 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:21:27,140 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:21:27,140 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:21:27,140 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:21:27,140 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:21:27,140 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:21:27,140 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:27,140 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:27,140 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:27,140 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:27,140 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:27,141 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:27,141 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:27,141 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:27,141 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:21:27,143 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:21:27,146 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:21:27,149 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:21:27,152 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:21:27,152 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:21:27,155 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:21:27,155 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 0x7f1d108d2db0> 2024-03-01 17:21:27,155 INFO blivet/MainThread: sorting actions... 2024-03-01 17:21:27,190 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:21:27,191 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:21:27,191 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:21:27,191 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:21:27,192 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:21:27,192 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:21:27,192 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:21:27,193 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:21:27,193 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:21:27,193 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:21:27,194 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:21:27,194 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:21:27,195 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:21:27,195 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:21:27,195 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:21:27,196 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:27,196 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:27,197 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:27,197 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:27,198 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:27,198 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:27,199 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:27,199 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:27,199 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:21:27,200 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:21:27,200 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:21:27,201 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:21:27,201 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:27,201 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:27,202 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:27,202 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:27,203 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:21:27,203 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:21:27,203 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:21:27,204 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:21:27,204 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:27,205 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:27,205 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:27,206 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:27,206 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:21:27,209 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:27,212 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 17:21:27,212 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 17:21:27,222 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,222 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,254 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,255 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,266 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,267 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:21:27,271 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:27,274 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 17:21:27,274 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 17:21:27,281 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,281 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,310 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,311 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,324 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,325 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:21:27,329 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:27,332 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 17:21:27,332 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 17:21:27,339 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,339 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,367 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,368 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,381 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,382 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:21:27,386 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:27,389 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 17:21:27,389 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 17:21:27,396 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,396 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,429 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,430 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,441 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,442 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:21:27,446 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:27,449 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 17:21:27,449 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 17:21:27,455 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,456 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,483 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,483 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,496 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,497 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:21:27,501 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:27,504 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 17:21:27,504 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 17:21:27,510 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,510 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,540 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,540 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,553 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,554 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:21:27,558 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:27,561 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 17:21:27,561 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 17:21:27,567 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,567 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,596 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,596 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,609 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,610 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:21:27,614 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:27,617 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:21:27,617 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:21:27,623 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,624 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,651 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,651 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,664 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,665 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:21:27,669 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:27,672 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:21:27,672 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:21:27,678 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,678 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,709 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,709 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,719 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,720 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:21:27,724 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:21:27,727 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:21:27,727 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:21:27,733 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,733 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,763 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,763 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,776 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,777 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:21:27,781 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:27,784 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:21:27,787 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:21:27,787 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:21:27,787 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:21:27,819 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 17:21:27,819 INFO program/MainThread: stderr[5]: 2024-03-01 17:21:27,819 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:21:27,819 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,845 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,852 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:21:27,853 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:21:27,855 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 17:21:27,871 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,872 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,912 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:27,913 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:21:27,917 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:27,923 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:21:27,928 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:21:27,928 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:21:27,929 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:21:27,967 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 17:21:27,968 INFO program/MainThread: stderr[6]: 2024-03-01 17:21:27,968 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:21:27,968 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:27,998 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,004 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:21:28,005 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:21:28,006 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 17:21:28,018 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,018 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:28,045 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,045 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:21:28,050 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,053 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,056 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,056 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:21:28,056 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:21:28,087 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 17:21:28,088 INFO program/MainThread: stderr[7]: 2024-03-01 17:21:28,088 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:21:28,088 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:28,110 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,117 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:21:28,117 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:21:28,119 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 17:21:28,134 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,134 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:28,162 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,162 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:21:28,166 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,170 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,173 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,173 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:21:28,173 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:28,205 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 17:21:28,205 INFO program/MainThread: stderr[8]: 2024-03-01 17:21:28,205 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:21:28,205 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:28,233 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,240 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:21:28,240 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:21:28,242 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 17:21:28,255 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,255 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:28,281 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,281 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:21:28,286 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 17:21:28,289 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:21:28,292 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,295 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,299 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,302 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,305 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,308 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,311 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,315 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,318 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 17:21:28,318 INFO program/MainThread: Running [9] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:28,388 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 17:21:28,388 INFO program/MainThread: stderr[9]: 2024-03-01 17:21:28,388 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:21:28,395 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:21:28,404 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:21:28,410 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,419 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,425 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,428 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,435 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,442 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,449 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,456 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,456 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:28,472 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,477 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:21:28,480 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:21:28,480 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:28,493 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,494 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 17:21:28,502 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,502 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:28,512 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,512 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:28,516 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 17:21:28,520 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 17:21:28,523 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:21:28,527 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:21:28,531 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,534 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,538 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,541 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,545 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,549 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,552 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,555 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:21:28,556 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:28,569 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,574 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:21:28,574 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/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:28,600 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:21:28,600 INFO program/MainThread: stderr[10]: 2024-03-01 17:21:28,600 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:21:28,605 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 17:21:28,605 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:28,698 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 17:21:28,699 INFO program/MainThread: stderr[11]: 2024-03-01 17:21:28,699 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:21:28,707 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,713 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:21:28,714 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:28,714 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:28,758 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,763 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:21:28,764 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:21:28,764 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:21:28,774 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,775 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:28,791 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,791 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:21:28,796 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,799 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:21:28,802 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 17:21:28,802 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 17:21:28,891 INFO program/MainThread: stdout: 2024-03-01 17:21:28,892 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:21:28,892 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:28,892 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:28,892 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:21:28,892 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:21:28,892 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:28,892 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:28,892 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:21:28,892 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:28,892 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:28,892 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,893 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 17:21:28,908 INFO program/MainThread: stdout: 2024-03-01 17:21:28,908 INFO program/MainThread: writing all SBs 2024-03-01 17:21:28,908 INFO program/MainThread: new label = "" 2024-03-01 17:21:28,908 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,909 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:28,926 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,930 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:21:28,931 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:21:28,932 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:21:28,941 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,942 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:28,958 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:28,958 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:28,963 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 17:21:28,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 17:21:28,970 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:28,970 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/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:28,997 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:21:28,997 INFO program/MainThread: stderr[12]: 2024-03-01 17:21:28,997 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:21:29,002 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 17:21:29,002 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:29,093 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 17:21:29,094 INFO program/MainThread: stderr[13]: 2024-03-01 17:21:29,094 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:21:29,102 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:29,109 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:21:29,109 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:21:29,109 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:29,153 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,158 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:21:29,159 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:21:29,159 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:21:29,169 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,170 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:29,186 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,186 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:21:29,191 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:29,194 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:21:29,197 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 17:21:29,197 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 17:21:29,227 INFO program/MainThread: stdout: 2024-03-01 17:21:29,227 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:21:29,227 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:29,227 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:29,228 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:21:29,228 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:21:29,228 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:29,228 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:29,228 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:21:29,228 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:29,228 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:29,228 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,229 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 17:21:29,242 INFO program/MainThread: stdout: 2024-03-01 17:21:29,242 INFO program/MainThread: writing all SBs 2024-03-01 17:21:29,242 INFO program/MainThread: new label = "" 2024-03-01 17:21:29,242 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,242 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:29,259 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,264 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:21:29,264 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:21:29,265 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:21:29,275 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,275 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:29,292 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,292 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:29,297 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 17:21:29,300 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 17:21:29,304 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:29,304 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/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:29,331 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:21:29,332 INFO program/MainThread: stderr[14]: 2024-03-01 17:21:29,332 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:21:29,336 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 17:21:29,336 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:29,432 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 17:21:29,433 INFO program/MainThread: stderr[15]: 2024-03-01 17:21:29,433 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:21:29,441 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:29,451 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:21:29,451 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:21:29,451 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:29,485 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,490 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:21:29,491 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:21:29,491 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:21:29,501 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,502 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:29,518 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,518 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:21:29,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:29,526 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:21:29,529 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 17:21:29,529 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 17:21:29,564 INFO program/MainThread: stdout: 2024-03-01 17:21:29,564 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 17:21:29,564 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:29,564 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:29,564 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:21:29,565 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 17:21:29,565 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:29,565 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:29,565 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 17:21:29,565 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:29,565 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:29,565 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,565 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 17:21:29,579 INFO program/MainThread: stdout: 2024-03-01 17:21:29,580 INFO program/MainThread: writing all SBs 2024-03-01 17:21:29,580 INFO program/MainThread: new label = "" 2024-03-01 17:21:29,580 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,580 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:29,598 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,602 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:21:29,603 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:21:29,604 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:21:29,614 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,614 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:29,628 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,628 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:29,633 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 17:21:29,636 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 17:21:29,639 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:29,640 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/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:29,665 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:21:29,665 INFO program/MainThread: stderr[16]: 2024-03-01 17:21:29,665 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:21:29,670 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 17:21:29,670 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:29,760 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 17:21:29,760 INFO program/MainThread: stderr[17]: 2024-03-01 17:21:29,760 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:21:29,766 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:29,775 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:21:29,776 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:29,776 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:29,820 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,825 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:21:29,826 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:21:29,826 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:21:29,836 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,837 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:29,853 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,853 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:21:29,858 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:29,861 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:21:29,864 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 17:21:29,864 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 17:21:29,911 INFO program/MainThread: stdout: 2024-03-01 17:21:29,911 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 17:21:29,911 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:29,911 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:29,911 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:21:29,912 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 17:21:29,912 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:29,912 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:29,912 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:21:29,912 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:29,912 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:29,912 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,912 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 17:21:29,927 INFO program/MainThread: stdout: 2024-03-01 17:21:29,927 INFO program/MainThread: writing all SBs 2024-03-01 17:21:29,928 INFO program/MainThread: new label = "" 2024-03-01 17:21:29,928 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,928 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:29,944 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,948 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:21:29,949 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:29,950 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:21:29,960 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,960 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:29,974 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:29,974 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:21:29,978 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:29,981 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:21:29,984 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:21:29,985 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:21:29,985 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:30,019 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 17:21:30,020 INFO program/MainThread: stderr[18]: 2024-03-01 17:21:30,020 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:21:30,020 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:30,040 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,048 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:21:30,048 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:21:30,050 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 17:21:30,064 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,064 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:30,092 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,092 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:21:30,097 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:30,100 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:21:30,103 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:21:30,103 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:21:30,103 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:30,139 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 17:21:30,140 INFO program/MainThread: stderr[19]: 2024-03-01 17:21:30,140 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:21:30,140 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:30,171 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,176 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:21:30,177 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:21:30,178 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 17:21:30,189 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,189 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:30,217 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,217 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:21:30,222 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:30,225 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:21:30,228 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:21:30,228 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:21:30,228 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:30,259 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 17:21:30,259 INFO program/MainThread: stderr[20]: 2024-03-01 17:21:30,259 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:21:30,260 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:30,282 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,287 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:21:30,287 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:21:30,288 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 17:21:30,303 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,304 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:30,334 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,334 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:21:30,339 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 17:21:30,342 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:21:30,345 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:30,348 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:21:30,351 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:30,355 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:21:30,358 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:30,361 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:21:30,364 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 17:21:30,364 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:30,423 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 17:21:30,423 INFO program/MainThread: stderr[21]: 2024-03-01 17:21:30,423 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:21:30,431 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:21:30,438 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:21:30,444 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:30,452 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:21:30,457 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:30,460 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:21:30,464 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:30,467 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:21:30,467 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:30,479 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,484 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:21:30,487 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:21:30,487 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:30,498 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,499 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 17:21:30,508 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,508 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:30,520 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,520 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:30,524 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 17:21:30,528 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 17:21:30,532 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:21:30,535 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:21:30,539 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:30,543 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:21:30,546 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:30,550 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:21:30,553 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:30,557 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:21:30,557 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:30,568 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,573 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:21:30,573 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/sdg$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:30,601 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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:21:30,601 INFO program/MainThread: stderr[22]: 2024-03-01 17:21:30,601 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:21:30,606 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 17:21:30,606 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:30,698 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 17:21:30,698 INFO program/MainThread: stderr[23]: 2024-03-01 17:21:30,698 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:21:30,706 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:30,714 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:21:30,714 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:21:30,715 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:30,741 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,746 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:21:30,747 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:21:30,748 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:21:30,758 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,758 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:30,775 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,775 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:21:30,780 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:30,783 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:21:30,786 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 17:21:30,786 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 17:21:30,818 INFO program/MainThread: stdout: 2024-03-01 17:21:30,818 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 17:21:30,818 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:30,818 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:30,818 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:21:30,818 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 17:21:30,818 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:30,818 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:30,819 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:21:30,819 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:30,819 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:30,819 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,819 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 17:21:30,831 INFO program/MainThread: stdout: 2024-03-01 17:21:30,831 INFO program/MainThread: writing all SBs 2024-03-01 17:21:30,831 INFO program/MainThread: new label = "" 2024-03-01 17:21:30,832 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,832 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:30,849 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,853 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:21:30,854 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:21:30,855 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:21:30,864 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,864 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:30,878 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:30,878 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:30,882 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 17:21:30,886 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 17:21:30,889 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:30,890 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/sdg$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:30,916 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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:21:30,916 INFO program/MainThread: stderr[24]: 2024-03-01 17:21:30,916 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:21:30,921 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 17:21:30,921 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:31,006 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 17:21:31,006 INFO program/MainThread: stderr[25]: 2024-03-01 17:21:31,006 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:21:31,014 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,022 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:21:31,023 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:21:31,023 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,055 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,060 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:21:31,061 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:21:31,061 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:21:31,072 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,072 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,089 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,089 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:21:31,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,097 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:21:31,100 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 17:21:31,101 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 17:21:31,133 INFO program/MainThread: stdout: 2024-03-01 17:21:31,134 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 17:21:31,134 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:31,134 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:31,134 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:21:31,134 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 17:21:31,134 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:31,134 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:31,134 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:21:31,134 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:31,134 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:31,135 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,135 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 17:21:31,148 INFO program/MainThread: stdout: 2024-03-01 17:21:31,148 INFO program/MainThread: writing all SBs 2024-03-01 17:21:31,149 INFO program/MainThread: new label = "" 2024-03-01 17:21:31,149 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,149 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,164 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,168 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:21:31,169 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:21:31,170 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:21:31,180 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,180 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,197 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,197 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:21:31,202 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,205 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,208 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,208 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:21:31,209 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:31,243 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:21:31,244 INFO program/MainThread: stderr[26]: 2024-03-01 17:21:31,244 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:21:31,244 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,266 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,273 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:21:31,273 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:21:31,275 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:21:31,290 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,290 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,319 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,319 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:21:31,324 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,327 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,330 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,330 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:21:31,330 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:31,369 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:21:31,370 INFO program/MainThread: stderr[27]: 2024-03-01 17:21:31,370 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:21:31,370 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,394 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,401 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:21:31,401 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:21:31,403 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:21:31,417 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,418 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,442 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,443 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:21:31,447 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,450 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,453 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,453 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:21:31,453 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:21:31,488 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:21:31,488 INFO program/MainThread: stderr[28]: 2024-03-01 17:21:31,488 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:21:31,489 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,509 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,516 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:21:31,516 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:21:31,519 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:21:31,534 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,534 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,564 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,564 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:21:31,569 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:21:31,572 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:21:31,575 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,578 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,582 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,585 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,588 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,591 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,594 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:21:31,595 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:31,655 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 17:21:31,655 INFO program/MainThread: stderr[29]: 2024-03-01 17:21:31,656 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:21:31,664 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:21:31,671 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:21:31,684 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,688 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,694 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,701 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,707 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,714 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,714 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,727 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,732 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:21:31,735 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:21:31,736 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,747 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,748 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:21:31,758 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,758 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,769 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,769 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:31,774 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 17:21:31,777 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 17:21:31,781 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:21:31,785 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:21:31,788 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,792 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,795 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,799 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,803 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,806 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:21:31,806 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:31,820 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:31,825 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:21:31,826 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/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:31,856 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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:21:31,857 INFO program/MainThread: stderr[30]: 2024-03-01 17:21:31,857 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:21:31,862 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 17:21:31,862 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:31,958 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 17:21:31,959 INFO program/MainThread: stderr[31]: 2024-03-01 17:21:31,959 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:21:31,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:31,975 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:21:31,976 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:21:31,976 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,002 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,007 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:21:32,008 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:32,008 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:21:32,019 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,019 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,034 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,034 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:21:32,039 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:32,043 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:21:32,046 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 17:21:32,046 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 17:21:32,094 INFO program/MainThread: stdout: 2024-03-01 17:21:32,094 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:21:32,094 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:32,094 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:32,094 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:21:32,094 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:21:32,094 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:32,095 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:32,095 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:21:32,095 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:32,095 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:32,095 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,095 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 17:21:32,109 INFO program/MainThread: stdout: 2024-03-01 17:21:32,109 INFO program/MainThread: writing all SBs 2024-03-01 17:21:32,109 INFO program/MainThread: new label = "" 2024-03-01 17:21:32,109 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,110 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,125 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,130 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:21:32,130 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:21:32,131 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:21:32,141 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,142 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,157 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,157 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:32,162 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:21:32,165 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:21:32,169 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:32,169 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/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:32,196 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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:21:32,197 INFO program/MainThread: stderr[32]: 2024-03-01 17:21:32,197 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:21:32,201 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:21:32,202 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdj$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:32,301 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 17:21:32,301 INFO program/MainThread: stderr[33]: 2024-03-01 17:21:32,301 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:21:32,309 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:32,316 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:32,316 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:21:32,316 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,341 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,346 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:21:32,347 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:21:32,347 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:21:32,358 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,358 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,373 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,373 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:21:32,378 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:21:32,381 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:21:32,384 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:21:32,385 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:21:32,416 INFO program/MainThread: stdout: 2024-03-01 17:21:32,416 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 17:21:32,417 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:21:32,417 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:21:32,417 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:21:32,417 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 17:21:32,417 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:21:32,417 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:21:32,417 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:21:32,417 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:21:32,417 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:21:32,417 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,418 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:21:32,431 INFO program/MainThread: stdout: 2024-03-01 17:21:32,432 INFO program/MainThread: writing all SBs 2024-03-01 17:21:32,432 INFO program/MainThread: new label = "" 2024-03-01 17:21:32,432 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,432 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,449 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,453 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:32,454 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:21:32,455 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:21:32,465 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,465 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:32,480 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:32,486 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:21:32,486 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 0x7f1d108e70f8> 2024-03-01 17:21:32,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,493 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:21:32,494 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:21:32,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,500 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:21:32,500 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:21:32,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,507 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:21:32,507 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:21:32,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,513 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:21:32,513 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:21:32,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,519 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:21:32,520 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:21:32,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,526 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:21:32,526 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:21:32,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,532 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:21:32,532 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:21:32,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,538 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:21:32,539 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:21:32,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,545 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:21:32,545 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:21:32,548 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,551 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:21:32,551 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:21:32,554 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,557 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:21:32,558 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:21:32,561 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,564 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:21:32,564 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:21:32,567 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,570 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:21:32,570 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:21:32,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,576 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:21:32,576 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:21:32,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,582 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:21:32,582 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:21:32,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:32,588 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:21:32,588 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:21:57,703 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_eygxhc5b/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:21:57,740 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:57,740 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:21:57,744 INFO program/MainThread: stdout[2]: 2024-03-01 17:21:57,744 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:21:57,744 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:21:57,744 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:21:57,749 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,749 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:21:57,753 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:57,753 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:21:57,756 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:57,756 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:21:57,759 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:21:57,760 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:21:57,771 INFO program/MainThread: stdout: 2024-03-01 17:21:57,772 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:21:57,772 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA 2024-03-01 17:21:57,772 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 73244423-24ce-4c54-81b4-90d8d43738b0 2024-03-01 17:21:57,772 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 2024-03-01 17:21:57,772 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 73244423-24ce-4c54-81b4-90d8d43738b0 2024-03-01 17:21:57,772 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 2e9f9ff1-7653-4e72-b6ed-2312e03b89b2 2024-03-01 17:21:57,772 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV 2024-03-01 17:21:57,772 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO 2024-03-01 17:21:57,772 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 7ec7aa15-2de8-439e-9879-8859769a73d5 2024-03-01 17:21:57,772 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs f1d2d1c1-0283-4e64-987c-baa239f7da34 2024-03-01 17:21:57,772 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew 2024-03-01 17:21:57,772 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 2024-03-01 17:21:57,772 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member 128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 2024-03-01 17:21:57,772 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 5524a505-ea63-4f25-ab55-87b223f2fb5f 2024-03-01 17:21:57,772 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 2a189338-b322-4c93-8b99-c17313e47819 2024-03-01 17:21:57,772 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c80fb4c-d24d-422d-b27e-441ed68ff40c 2024-03-01 17:21:57,772 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI 2024-03-01 17:21:57,772 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c80fb4c-d24d-422d-b27e-441ed68ff40c 2024-03-01 17:21:57,772 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW 2024-03-01 17:21:57,772 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 79a7012c-8274-4876-83b2-72818858beb9 2024-03-01 17:21:57,772 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj 2024-03-01 17:21:57,772 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 79a7012c-8274-4876-83b2-72818858beb9 2024-03-01 17:21:57,772 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:21:57,772 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:21:57,772 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:21:57,773 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:21:57,773 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,773 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 73244423-24ce-4c54-81b4-90d8d43738b0 sdb 1073741824 root disk brw-rw---- LVM2_member YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 73244423-24ce-4c54-81b4-90d8d43738b0 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 2e9f9ff1-7653-4e72-b6ed-2312e03b89b2 sdc 1073741824 root disk brw-rw---- LVM2_member 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV sdd 1073741824 root disk brw-rw---- LVM2_member EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 7ec7aa15-2de8-439e-9879-8859769a73d5 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs f1d2d1c1-0283-4e64-987c-baa239f7da34 sde 1073741824 root disk brw-rw---- LVM2_member Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew sdf 1073741824 root disk brw-rw---- LVM2_member 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 sdg 1073741824 root disk brw-rw---- LVM2_member 128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 5524a505-ea63-4f25-ab55-87b223f2fb5f |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 2a189338-b322-4c93-8b99-c17313e47819 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c80fb4c-d24d-422d-b27e-441ed68ff40c sdh 1073741824 root disk brw-rw---- LVM2_member n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c80fb4c-d24d-422d-b27e-441ed68ff40c sdi 1073741824 root disk brw-rw---- LVM2_member qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 79a7012c-8274-4876-83b2-72818858beb9 sdj 1073741824 root disk brw-rw---- LVM2_member oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 79a7012c-8274-4876-83b2-72818858beb9 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:21:57,773 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:57,773 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:57,773 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:21:57,773 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:21:57,774 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:21:57,774 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:21:57,774 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:21:57,788 DEBUG program/MainThread: Return code: 0 2024-03-01 17:21:57,803 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:21:57,808 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/wwn-0x600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/lvm-pv-uuid-3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', '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': '3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA', 'ID_FS_UUID_ENC': '3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA', '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': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'ID_SERIAL': '3600140527ab2a1accd44956adbb66e9e', 'ID_SERIAL_SHORT': '600140527ab2a1accd44956adbb66e9e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140527ab2a1ac', 'ID_WWN_VENDOR_EXTENSION': '0xcd44956adbb66e9e', 'ID_WWN_WITH_EXTENSION': '0x600140527ab2a1accd44956adbb66e9e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140527ab2a1accd44956adbb66e9e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876679713'} ; 2024-03-01 17:21:57,808 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:21:57,808 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:21:57,833 INFO program/MainThread: stdout[3]: 2024-03-01 17:21:57,834 INFO program/MainThread: stderr[3]: 2024-03-01 17:21:57,834 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:21:57,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:57,847 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:21:57,852 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:21:57,852 INFO blivet/MainThread: sda is a disk 2024-03-01 17:21:57,852 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:21:57,853 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:21:57,856 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:21:57,860 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:21:57,860 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:21:57,863 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:21:57,864 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:21:57,864 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:21:57,864 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07eed3cc0) -- 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 = 600140527ab2a1accd44956adbb66e9e 2024-03-01 17:21:57,868 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:21:57,872 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:57,872 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:21:57,875 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:57,875 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:21:57,879 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:57,879 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:21:57,882 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:57,882 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:21:57,886 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:21:57,886 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:21:57,886 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:21:57,914 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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:21:57,915 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154. WARNING: Couldn't find device with uuid 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV. WARNING: VG test_vg1 is missing PV YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV (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:21:57,915 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:21:57,915 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:21:57,920 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA ; label: None ; device: /dev/sda ; serial: 3600140527ab2a1accd44956adbb66e9e ; exists: True ; vg_name: test_vg1 ; vg_uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; pe_start: 8 MiB ; 2024-03-01 17:21:57,920 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:21:57,923 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:21:57,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; incomplete: True ; hidden: False ; 2024-03-01 17:21:57,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:57,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:57,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:57,936 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:21:57,963 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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:21:57,964 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154. WARNING: Couldn't find device with uuid 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV. WARNING: VG test_vg1 is missing PV YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV (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:21:57,964 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:21:57,964 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:21:57,964 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:21:57,972 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:21:57,976 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:57,976 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:21:57,979 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:21:57,979 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:21:58,008 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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:21:58,009 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154. WARNING: Couldn't find device with uuid 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV. WARNING: VG test_vg1 is missing PV YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV (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:21:58,009 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:21:58,014 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:21:58,014 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:21:58,017 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:21:58,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; incomplete: True ; hidden: False ; 2024-03-01 17:21:58,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:21:58,024 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:21:58,024 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:58,028 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/scsi-3600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/lvm-pv-uuid-YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4', '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': 'YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154', 'ID_FS_UUID_ENC': 'YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154', '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': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'ID_SERIAL': '3600140555d3b81a364b40338c696b8d2', 'ID_SERIAL_SHORT': '600140555d3b81a364b40338c696b8d2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140555d3b81a3', 'ID_WWN_VENDOR_EXTENSION': '0x64b40338c696b8d2', 'ID_WWN_WITH_EXTENSION': '0x600140555d3b81a364b40338c696b8d2', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140555d3b81a364b40338c696b8d2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876637314'} ; 2024-03-01 17:21:58,028 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:21:58,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:21:58,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:58,039 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:21:58,039 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:21:58,039 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:21:58,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:21:58,043 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:21:58,046 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:21:58,046 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:21:58,049 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:21:58,050 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:21:58,050 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:21:58,050 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07dd41358) -- 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 = 600140555d3b81a364b40338c696b8d2 2024-03-01 17:21:58,054 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:21:58,058 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:58,058 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:21:58,061 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:58,061 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:21:58,064 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:58,065 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:21:58,068 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:58,068 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:21:58,071 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:21:58,071 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:21:58,071 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:21:58,099 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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:21:58,100 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV. WARNING: VG test_vg1 is missing PV 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV (last written to /dev/sdc). 2024-03-01 17:21:58,100 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:21:58,100 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:21:58,104 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 ; label: None ; device: /dev/sdb ; serial: 3600140555d3b81a364b40338c696b8d2 ; exists: True ; vg_name: test_vg1 ; vg_uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:21:58,105 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:21:58,108 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:21:58,111 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; incomplete: True ; hidden: False ; 2024-03-01 17:21:58,114 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:21:58,118 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:21:58,121 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:58,124 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:21:58,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; incomplete: True ; hidden: False ; 2024-03-01 17:21:58,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:58,131 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:21:58,159 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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:21:58,160 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV. WARNING: VG test_vg1 is missing PV 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV (last written to /dev/sdc). 2024-03-01 17:21:58,160 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:21:58,160 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:21:58,160 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:58,165 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/wwn-0x60014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94', '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': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'ID_SERIAL': '360014054e00594cc9d74b4aa43b70905', 'ID_SERIAL_SHORT': '60014054e00594cc9d74b4aa43b70905', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e00594cc', 'ID_WWN_VENDOR_EXTENSION': '0x9d74b4aa43b70905', 'ID_WWN_WITH_EXTENSION': '0x60014054e00594cc9d74b4aa43b70905', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e00594cc9d74b4aa43b70905', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877351104'} ; 2024-03-01 17:21:58,165 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:21:58,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:21:58,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:58,175 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:21:58,176 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:21:58,176 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:21:58,176 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:21:58,180 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:21:58,183 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:21:58,183 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:21:58,186 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:21:58,187 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:21:58,187 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:21:58,187 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07dd41518) -- 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 = 60014054e00594cc9d74b4aa43b70905 2024-03-01 17:21:58,191 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:21:58,191 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:21:58,194 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/wwn-0x600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-3600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', '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': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'ID_SERIAL': '3600140518e3c0f61a1c477ba1954b852', 'ID_SERIAL_SHORT': '600140518e3c0f61a1c477ba1954b852', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140518e3c0f61', 'ID_WWN_VENDOR_EXTENSION': '0xa1c477ba1954b852', 'ID_WWN_WITH_EXTENSION': '0x600140518e3c0f61a1c477ba1954b852', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140518e3c0f61a1c477ba1954b852', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877521593'} ; 2024-03-01 17:21:58,194 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:21:58,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:21:58,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:58,205 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:21:58,205 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:21:58,205 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:21:58,206 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:21:58,209 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:21:58,212 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:21:58,212 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:21:58,215 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:21:58,216 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:21:58,216 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:21:58,216 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07dd4ed30) -- 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 = 600140518e3c0f61a1c477ba1954b852 2024-03-01 17:21:58,220 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:21:58,220 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:21:58,223 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/wwn-0x6001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/lvm-pv-uuid-8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488', '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': '8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV', 'ID_FS_UUID_ENC': '8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV', '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': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'ID_SERIAL': '36001405ac984c9a92044e789d51ff551', 'ID_SERIAL_SHORT': '6001405ac984c9a92044e789d51ff551', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac984c9a9', 'ID_WWN_VENDOR_EXTENSION': '0x2044e789d51ff551', 'ID_WWN_WITH_EXTENSION': '0x6001405ac984c9a92044e789d51ff551', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac984c9a92044e789d51ff551', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876764312'} ; 2024-03-01 17:21:58,223 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:21:58,227 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:21:58,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:58,233 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:21:58,234 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:21:58,234 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:21:58,234 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:21:58,237 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:21:58,241 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:21:58,241 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:21:58,244 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:21:58,245 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:21:58,245 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:21:58,245 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07dd58320) -- 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 = 6001405ac984c9a92044e789d51ff551 2024-03-01 17:21:58,248 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:21:58,252 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:58,252 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:21:58,256 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:58,256 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:21:58,259 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:58,259 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:21:58,263 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:58,263 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:21:58,266 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:21:58,266 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:21:58,266 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:21:58,293 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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:21:58,293 INFO program/MainThread: stderr[9]: 2024-03-01 17:21:58,294 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:21:58,294 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:21:58,298 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV ; label: None ; device: /dev/sdc ; serial: 36001405ac984c9a92044e789d51ff551 ; exists: True ; vg_name: test_vg1 ; vg_uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:21:58,298 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:21:58,302 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:21:58,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; incomplete: True ; hidden: False ; 2024-03-01 17:21:58,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:58,312 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:21:58,315 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:21:58,318 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:21:58,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; incomplete: True ; hidden: False ; 2024-03-01 17:21:58,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:21:58,325 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:21:58,352 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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:21:58,352 INFO program/MainThread: stderr[10]: 2024-03-01 17:21:58,352 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:21:58,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:58,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:58,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO ; incomplete: False ; hidden: False ; 2024-03-01 17:21:58,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:58,367 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:21:58,371 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:58,371 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:21:58,375 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:21:58,379 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:58,379 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:21:58,383 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:21:58,383 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:21:58,383 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:21:58,388 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:21:58,391 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:21:58,392 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:21:58,395 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:21:58,398 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:58,399 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:21:58,402 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:21:58,403 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:21:58,403 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:21:58,403 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:21:58,406 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:21:58,406 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:21:58,410 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:21:58,410 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:21:58,414 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/test_vg1/lv1 ' '/dev/disk/by-uuid/2e9f9ff1-7653-4e72-b6ed-2312e03b89b2 ' '/dev/disk/by-id/dm-uuid-LVM-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHPgevZBhDAdW4A5ITQdsHBWzx7OEjb6fO', '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-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHPgevZBhDAdW4A5ITQdsHBWzx7OEjb6fO', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2e9f9ff1-7653-4e72-b6ed-2312e03b89b2', 'ID_FS_UUID_ENC': '2e9f9ff1-7653-4e72-b6ed-2312e03b89b2', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1306407489'} ; 2024-03-01 17:21:58,414 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:21:58,414 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:58,419 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:21:58,419 INFO program/MainThread: stderr[11]: 2024-03-01 17:21:58,419 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:21:58,419 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:58,422 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:21:58,422 INFO program/MainThread: stderr[12]: 2024-03-01 17:21:58,422 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:21:58,422 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:58,426 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:21:58,426 INFO program/MainThread: stderr[13]: 2024-03-01 17:21:58,426 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:21:58,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:58,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:21:58,437 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:58,437 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:21:58,438 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:58,438 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:21:58,434 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff07dd58f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7ff07ddcfac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:21:58,439 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:21:58,442 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:21:58,443 INFO program/MainThread: stderr[14]: 2024-03-01 17:21:58,443 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:21:58,447 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:21:58,451 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:58,451 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:21:58,455 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:58,455 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:21:58,458 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:58,458 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:21:58,462 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:58,462 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:21:58,464 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:21:58,464 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:21:58,468 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:58,468 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:21:58,471 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:21:58,472 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:58,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:58,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:58,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U ; incomplete: False ; hidden: False ; 2024-03-01 17:21:58,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:58,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:21:58,489 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:21:58,489 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:21:58,493 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:21:58,496 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:21:58,496 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:21:58,500 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:21:58,501 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:58,501 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:21:58,504 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:21:58,508 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:21:58,508 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:21:58,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:21:58,515 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:21:58,515 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:21:58,519 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:21:58,519 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:58,519 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:21:58,520 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:21:58,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:21:58,523 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:21:58,527 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:21:58,527 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:21:58,531 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/73244423-24ce-4c54-81b4-90d8d43738b0 ' '/dev/disk/by-id/dm-uuid-LVM-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHM4CSYPvVYf8QTyAVrLKMgQdlzDphKG0U ' '/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_ACTIVATION': '1', '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-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHM4CSYPvVYf8QTyAVrLKMgQdlzDphKG0U', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '73244423-24ce-4c54-81b4-90d8d43738b0', 'ID_FS_UUID_ENC': '73244423-24ce-4c54-81b4-90d8d43738b0', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1306069525'} ; 2024-03-01 17:21:58,531 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:21:58,531 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:58,535 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:21:58,536 INFO program/MainThread: stderr[15]: 2024-03-01 17:21:58,536 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:21:58,536 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:58,539 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:21:58,539 INFO program/MainThread: stderr[16]: 2024-03-01 17:21:58,539 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:21:58,539 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:58,542 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:21:58,543 INFO program/MainThread: stderr[17]: 2024-03-01 17:21:58,543 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:21:58,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:58,551 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:21:58,554 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:58,554 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:58,555 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:21:58,556 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:21:58,551 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff07dd58dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7ff07ddcfac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:21:58,556 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:21:58,560 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:21:58,560 INFO program/MainThread: stderr[18]: 2024-03-01 17:21:58,560 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:21:58,564 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:21:58,568 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:58,568 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:21:58,572 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:58,572 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:21:58,576 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:58,576 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:21:58,580 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:58,580 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:21:58,580 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:21:58,583 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:58,583 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:21:58,587 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:21:58,587 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:58,587 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:58,591 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405659032814ab24b8885345837e ' '/dev/disk/by-id/lvm-pv-uuid-EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO ' '/dev/disk/by-id/wwn-0x6001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_65903281-4ab2-4b88-8534-5837e6dcff0b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', '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': 'EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO', 'ID_FS_UUID_ENC': 'EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO', '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': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'ID_SERIAL': '36001405659032814ab24b8885345837e', 'ID_SERIAL_SHORT': '6001405659032814ab24b8885345837e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659032814', 'ID_WWN_VENDOR_EXTENSION': '0xab24b8885345837e', 'ID_WWN_WITH_EXTENSION': '0x6001405659032814ab24b8885345837e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659032814ab24b8885345837e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876801756'} ; 2024-03-01 17:21:58,591 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:21:58,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:21:58,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:58,602 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:21:58,603 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:21:58,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:21:58,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:21:58,606 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:21:58,609 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:21:58,610 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:21:58,613 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:21:58,613 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:21:58,614 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:21:58,614 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07dd71048) -- 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 = 6001405659032814ab24b8885345837e 2024-03-01 17:21:58,617 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:21:58,621 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:58,621 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:21:58,624 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:58,624 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:21:58,628 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:58,628 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:21:58,631 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:58,631 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:21:58,634 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:21:58,634 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:21:58,635 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/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:58,662 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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:21:58,663 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew. WARNING: Couldn't find device with uuid 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21. WARNING: VG test_vg2 is missing PV Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 (last written to /dev/sdf). 2024-03-01 17:21:58,663 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:21:58,663 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:21:58,667 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO ; label: None ; device: /dev/sdd ; serial: 36001405659032814ab24b8885345837e ; exists: True ; vg_name: test_vg2 ; vg_uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:21:58,668 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:21:58,671 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:21:58,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:58,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:58,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:58,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:58,684 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/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:58,712 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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:21:58,712 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew. WARNING: Couldn't find device with uuid 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21. WARNING: VG test_vg2 is missing PV Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 (last written to /dev/sdf). 2024-03-01 17:21:58,713 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:21:58,713 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:21:58,714 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:21:58,718 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:21:58,722 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:21:58,722 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:21:58,726 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:21:58,726 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/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:58,754 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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=Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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:21:58,755 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew. WARNING: Couldn't find device with uuid 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21. WARNING: VG test_vg2 is missing PV Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 (last written to /dev/sdf). 2024-03-01 17:21:58,755 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:21:58,759 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:21:58,760 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:21:58,763 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:21:58,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:58,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:21:58,770 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:21:58,770 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:58,773 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/lvm-pv-uuid-Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew ' '/dev/disk/by-id/wwn-0x60014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/scsi-360014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7e7b2b54-ab65-47a3-97e3-bf8daf383abd', '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': 'Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew', 'ID_FS_UUID_ENC': 'Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew', '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': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'ID_SERIAL': '360014057e7b2b54ab6547a397e3bf8da', 'ID_SERIAL_SHORT': '60014057e7b2b54ab6547a397e3bf8da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057e7b2b54a', 'ID_WWN_VENDOR_EXTENSION': '0xb6547a397e3bf8da', 'ID_WWN_WITH_EXTENSION': '0x60014057e7b2b54ab6547a397e3bf8da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057e7b2b54ab6547a397e3bf8da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876904798'} ; 2024-03-01 17:21:58,773 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:21:58,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:21:58,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:58,784 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:21:58,785 INFO blivet/MainThread: sde is a disk 2024-03-01 17:21:58,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:21:58,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:21:58,788 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:21:58,792 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:21:58,792 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:21:58,795 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:21:58,796 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:21:58,796 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:21:58,796 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07dd6f7b8) -- 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 = 60014057e7b2b54ab6547a397e3bf8da 2024-03-01 17:21:58,800 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:21:58,803 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:58,803 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:21:58,807 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:58,807 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:21:58,810 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:58,810 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:21:58,814 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:58,814 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:21:58,817 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:21:58,817 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:21:58,817 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/sdc$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:58,845 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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:21:58,846 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21. WARNING: VG test_vg2 is missing PV 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 (last written to /dev/sdf). 2024-03-01 17:21:58,846 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:21:58,846 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:21:58,850 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew ; label: None ; device: /dev/sde ; serial: 360014057e7b2b54ab6547a397e3bf8da ; exists: True ; vg_name: test_vg2 ; vg_uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:21:58,851 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:21:58,854 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:21:58,857 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:58,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:21:58,864 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:21:58,868 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:21:58,871 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:21:58,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:58,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:58,877 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/sdc$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:58,907 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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=Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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:21:58,908 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21. WARNING: VG test_vg2 is missing PV 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 (last written to /dev/sdf). 2024-03-01 17:21:58,908 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:21:58,908 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:21:58,908 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:58,913 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/scsi-36001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/lvm-pv-uuid-6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21', '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': '6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21', 'ID_FS_UUID_ENC': '6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21', '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': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'ID_SERIAL': '36001405ab03e1deb42b49d7baf199854', 'ID_SERIAL_SHORT': '6001405ab03e1deb42b49d7baf199854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab03e1deb', 'ID_WWN_VENDOR_EXTENSION': '0x42b49d7baf199854', 'ID_WWN_WITH_EXTENSION': '0x6001405ab03e1deb42b49d7baf199854', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab03e1deb42b49d7baf199854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877042293'} ; 2024-03-01 17:21:58,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:21:58,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:21:58,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:58,924 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:21:58,925 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:21:58,925 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:21:58,925 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:21:58,928 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:21:58,932 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:21:58,932 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:21:58,935 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:21:58,936 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:21:58,936 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:21:58,936 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07dd6f6d8) -- 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 = 6001405ab03e1deb42b49d7baf199854 2024-03-01 17:21:58,940 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:21:58,943 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:58,943 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:21:58,947 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:58,947 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:21:58,950 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:58,950 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:21:58,954 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:58,954 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:21:58,957 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:21:58,957 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:21:58,957 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/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:58,984 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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:21:58,985 INFO program/MainThread: stderr[24]: 2024-03-01 17:21:58,985 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:21:58,985 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:21:58,989 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 ; label: None ; device: /dev/sdf ; serial: 36001405ab03e1deb42b49d7baf199854 ; exists: True ; vg_name: test_vg2 ; vg_uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:21:58,990 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:21:58,993 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:21:58,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:58,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:59,003 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:21:59,006 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:21:59,010 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:21:59,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; incomplete: True ; hidden: False ; 2024-03-01 17:21:59,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:21:59,016 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/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:59,044 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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=Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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:21:59,044 INFO program/MainThread: stderr[25]: 2024-03-01 17:21:59,044 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:21:59,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:59,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:59,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e ; incomplete: False ; hidden: False ; 2024-03-01 17:21:59,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:59,059 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:21:59,063 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:21:59,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:21:59,067 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:21:59,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:21:59,071 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:21:59,074 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:21:59,075 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:21:59,075 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:21:59,079 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:21:59,082 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:21:59,082 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:21:59,086 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:21:59,089 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:21:59,090 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:21:59,093 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:21:59,094 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:21:59,094 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:21:59,094 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:21:59,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:21:59,098 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:21:59,101 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:21:59,101 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:21:59,105 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/test_vg2/lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-IYB7hv2G5yDblddbBRQEt19bHT13MM6y8hhZCvlxkHoHGY7WgkwWwCFk24ayJu9e ' '/dev/disk/by-uuid/f1d2d1c1-0283-4e64-987c-baa239f7da34 ' '/dev/disk/by-id/dm-name-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-IYB7hv2G5yDblddbBRQEt19bHT13MM6y8hhZCvlxkHoHGY7WgkwWwCFk24ayJu9e', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f1d2d1c1-0283-4e64-987c-baa239f7da34', 'ID_FS_UUID_ENC': 'f1d2d1c1-0283-4e64-987c-baa239f7da34', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1305124853'} ; 2024-03-01 17:21:59,105 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:21:59,105 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:59,110 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:21:59,110 INFO program/MainThread: stderr[26]: 2024-03-01 17:21:59,110 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:21:59,110 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:59,113 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:21:59,113 INFO program/MainThread: stderr[27]: 2024-03-01 17:21:59,113 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:21:59,114 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:59,117 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:21:59,117 INFO program/MainThread: stderr[28]: 2024-03-01 17:21:59,117 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:21:59,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:59,125 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:21:59,128 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:59,128 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:21:59,129 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:59,129 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:21:59,125 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff07dd77f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7ff07dd6f518) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:21:59,130 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:21:59,134 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:21:59,134 INFO program/MainThread: stderr[29]: 2024-03-01 17:21:59,134 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:21:59,138 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:21:59,143 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:59,143 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:21:59,146 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:59,146 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:21:59,150 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:59,150 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:21:59,154 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:59,154 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:21:59,154 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:21:59,157 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:59,157 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:21:59,161 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:21:59,161 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:59,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:59,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:59,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:59,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:59,183 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:21:59,187 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:21:59,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:21:59,191 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:21:59,194 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:21:59,194 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:21:59,198 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:21:59,198 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:21:59,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:21:59,202 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:21:59,206 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:21:59,206 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:21:59,209 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:21:59,213 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:21:59,213 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:21:59,217 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:21:59,217 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:21:59,218 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:21:59,218 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:21:59,221 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:21:59,221 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:21:59,224 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:21:59,225 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:21:59,229 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-IYB7hv2G5yDblddbBRQEt19bHT13MM6yQfpqglGV0Qb9FslNdjnNOKeGRhDci6L8 ' '/dev/disk/by-uuid/7ec7aa15-2de8-439e-9879-8859769a73d5 ' '/dev/test_vg2/lv4 /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-IYB7hv2G5yDblddbBRQEt19bHT13MM6yQfpqglGV0Qb9FslNdjnNOKeGRhDci6L8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7ec7aa15-2de8-439e-9879-8859769a73d5', 'ID_FS_UUID_ENC': '7ec7aa15-2de8-439e-9879-8859769a73d5', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1304811463'} ; 2024-03-01 17:21:59,229 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:21:59,229 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:59,233 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:21:59,233 INFO program/MainThread: stderr[30]: 2024-03-01 17:21:59,233 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:21:59,234 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:59,237 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:21:59,237 INFO program/MainThread: stderr[31]: 2024-03-01 17:21:59,237 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:21:59,237 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:59,240 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:21:59,241 INFO program/MainThread: stderr[32]: 2024-03-01 17:21:59,241 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:21:59,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:59,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:21:59,252 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:59,252 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:59,253 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:21:59,254 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:21:59,249 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff08cdeeac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7ff07dd6f518) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:21:59,254 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:21:59,258 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:21:59,258 INFO program/MainThread: stderr[33]: 2024-03-01 17:21:59,258 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:21:59,263 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:21:59,266 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:59,267 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:21:59,270 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:59,270 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:21:59,274 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:59,274 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:21:59,278 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:59,278 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:21:59,278 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:21:59,282 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:21:59,282 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:21:59,285 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:21:59,285 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:21:59,286 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:59,289 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 ' '/dev/disk/by-id/scsi-360014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/wwn-0x60014056cf54f2d90764af69d166ee31', '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': '128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4', 'ID_FS_UUID_ENC': '128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4', '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': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'ID_SERIAL': '360014056cf54f2d90764af69d166ee31', 'ID_SERIAL_SHORT': '60014056cf54f2d90764af69d166ee31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056cf54f2d9', 'ID_WWN_VENDOR_EXTENSION': '0x0764af69d166ee31', 'ID_WWN_WITH_EXTENSION': '0x60014056cf54f2d90764af69d166ee31', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056cf54f2d90764af69d166ee31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877135338'} ; 2024-03-01 17:21:59,289 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:21:59,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:21:59,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:59,301 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:21:59,301 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:21:59,302 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:21:59,302 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:21:59,305 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:21:59,308 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:21:59,309 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:21:59,312 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:21:59,312 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:21:59,313 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:21:59,313 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07dd58710) -- 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 = 60014056cf54f2d90764af69d166ee31 2024-03-01 17:21:59,316 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:21:59,320 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:59,320 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:21:59,323 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:59,324 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:21:59,327 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:59,327 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:21:59,331 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:59,331 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:21:59,334 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:21:59,334 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:21:59,334 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/sdc$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:59,363 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:21:59,364 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI. WARNING: Couldn't find device with uuid qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW. WARNING: Couldn't find device with uuid oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj. WARNING: VG test_vg3 is missing PV n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj (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:21:59,364 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:21:59,364 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:21:59,369 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 ; label: None ; device: /dev/sdg ; serial: 360014056cf54f2d90764af69d166ee31 ; exists: True ; vg_name: test_vg3 ; vg_uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:21:59,369 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:21:59,372 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:21:59,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:21:59,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:59,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:59,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:59,386 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/sdc$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:59,416 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:21:59,417 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI. WARNING: Couldn't find device with uuid qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW. WARNING: Couldn't find device with uuid oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj. WARNING: VG test_vg3 is missing PV n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj (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:21:59,417 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:21:59,417 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:21:59,417 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:21:59,423 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:21:59,426 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:59,427 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:21:59,430 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:21:59,430 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/sdc$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:59,459 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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=Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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=1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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:21:59,460 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI. WARNING: Couldn't find device with uuid qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW. WARNING: Couldn't find device with uuid oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj. WARNING: VG test_vg3 is missing PV n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj (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:21:59,460 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:21:59,465 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:21:59,465 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:21:59,468 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:21:59,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:21:59,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:21:59,475 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:21:59,475 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:59,479 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI ' '/dev/disk/by-id/scsi-3600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/wwn-0x600140535647ead679842debee029dc4', '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': 'n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI', 'ID_FS_UUID_ENC': 'n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI', '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': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'ID_SERIAL': '3600140535647ead679842debee029dc4', 'ID_SERIAL_SHORT': '600140535647ead679842debee029dc4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140535647ead6', 'ID_WWN_VENDOR_EXTENSION': '0x79842debee029dc4', 'ID_WWN_WITH_EXTENSION': '0x600140535647ead679842debee029dc4', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140535647ead679842debee029dc4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877079595'} ; 2024-03-01 17:21:59,479 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:21:59,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:21:59,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:59,491 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:21:59,491 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:21:59,491 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:21:59,491 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:21:59,495 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:21:59,498 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:21:59,498 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:21:59,502 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:21:59,502 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:21:59,503 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:21:59,503 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07dd4e978) -- 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 = 600140535647ead679842debee029dc4 2024-03-01 17:21:59,506 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:21:59,510 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:59,510 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:21:59,513 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:59,513 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:21:59,517 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:59,517 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:21:59,520 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:59,520 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:21:59,523 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:21:59,523 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:21:59,524 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/sdc$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:59,553 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:21:59,554 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW. WARNING: Couldn't find device with uuid oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj. WARNING: VG test_vg3 is missing PV qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj (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:21:59,554 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:21:59,554 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:21:59,558 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI ; label: None ; device: /dev/sdh ; serial: 3600140535647ead679842debee029dc4 ; exists: True ; vg_name: test_vg3 ; vg_uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; pe_start: 8 MiB ; 2024-03-01 17:21:59,559 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:21:59,562 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:21:59,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:21:59,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:21:59,572 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:21:59,576 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:59,579 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:21:59,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:21:59,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:59,586 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/sdc$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:59,615 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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=Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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=1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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:21:59,616 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW. WARNING: Couldn't find device with uuid oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj. WARNING: VG test_vg3 is missing PV qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj (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:21:59,616 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:21:59,616 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:21:59,616 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:59,621 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/scsi-3600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/lvm-pv-uuid-qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_79d13d79-caaf-48bb-b493-cfa556ad1461', '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': 'qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW', 'ID_FS_UUID_ENC': 'qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW', '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': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'ID_SERIAL': '3600140579d13d79caaf48bbb493cfa55', 'ID_SERIAL_SHORT': '600140579d13d79caaf48bbb493cfa55', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140579d13d79c', 'ID_WWN_VENDOR_EXTENSION': '0xaaf48bbb493cfa55', 'ID_WWN_WITH_EXTENSION': '0x600140579d13d79caaf48bbb493cfa55', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140579d13d79caaf48bbb493cfa55', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877225857'} ; 2024-03-01 17:21:59,621 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:21:59,625 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:21:59,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:59,633 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:21:59,634 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:21:59,634 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:21:59,634 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:21:59,637 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:21:59,641 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:21:59,641 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:21:59,644 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:21:59,645 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:21:59,645 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:21:59,645 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07dd6fda0) -- 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 = 600140579d13d79caaf48bbb493cfa55 2024-03-01 17:21:59,649 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:21:59,652 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:59,652 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:21:59,656 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:59,656 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:21:59,659 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:59,659 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:21:59,663 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:59,663 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:21:59,666 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:21:59,666 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:21:59,666 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/sdc$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:59,697 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:21:59,698 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj. WARNING: VG test_vg3 is missing PV oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj (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:21:59,698 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:21:59,698 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:21:59,702 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW ; label: None ; device: /dev/sdi ; serial: 3600140579d13d79caaf48bbb493cfa55 ; exists: True ; vg_name: test_vg3 ; vg_uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; pe_start: 8 MiB ; 2024-03-01 17:21:59,703 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:21:59,706 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:21:59,709 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:21:59,712 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:59,716 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:21:59,720 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:59,723 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:21:59,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:21:59,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:59,730 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/sdc$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:59,759 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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=Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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=1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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:21:59,759 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj. WARNING: VG test_vg3 is missing PV oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj (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:21:59,760 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:21:59,760 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:21:59,760 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:21:59,765 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/lvm-pv-uuid-oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/scsi-36001405a6af134abf194494b7a871ab3', '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': 'oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj', 'ID_FS_UUID_ENC': 'oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj', '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': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'ID_SERIAL': '36001405a6af134abf194494b7a871ab3', 'ID_SERIAL_SHORT': '6001405a6af134abf194494b7a871ab3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a6af134ab', 'ID_WWN_VENDOR_EXTENSION': '0xf194494b7a871ab3', 'ID_WWN_WITH_EXTENSION': '0x6001405a6af134abf194494b7a871ab3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a6af134abf194494b7a871ab3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877316888'} ; 2024-03-01 17:21:59,765 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:21:59,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:21:59,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:59,777 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:21:59,777 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:21:59,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:21:59,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:21:59,781 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:21:59,784 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:21:59,785 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:21:59,788 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:21:59,788 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:21:59,789 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:21:59,789 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07dd80550) -- 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 = 6001405a6af134abf194494b7a871ab3 2024-03-01 17:21:59,792 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:21:59,796 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:21:59,796 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:21:59,800 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:21:59,800 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:21:59,803 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:59,803 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:21:59,807 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:21:59,807 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:21:59,810 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:21:59,810 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:21:59,810 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/sdc$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:59,839 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:21:59,840 INFO program/MainThread: stderr[41]: 2024-03-01 17:21:59,840 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:21:59,840 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:21:59,845 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj ; label: None ; device: /dev/sdj ; serial: 36001405a6af134abf194494b7a871ab3 ; exists: True ; vg_name: test_vg3 ; vg_uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:21:59,845 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:21:59,848 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:21:59,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:21:59,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:59,858 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:21:59,862 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:21:59,865 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:21:59,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:21:59,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:21:59,872 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/sdc$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:21:59,903 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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=Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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=1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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:21:59,904 INFO program/MainThread: stderr[42]: 2024-03-01 17:21:59,904 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:21:59,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:59,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:21:59,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J ; incomplete: False ; hidden: False ; 2024-03-01 17:21:59,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:21:59,919 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:21:59,923 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:21:59,923 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:21:59,926 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:21:59,930 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:21:59,930 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:59,934 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:21:59,934 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:21:59,935 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:21:59,938 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:21:59,942 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:21:59,943 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:21:59,946 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:21:59,950 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:21:59,950 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:59,953 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:21:59,954 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:21:59,954 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:21:59,954 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:21:59,957 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:21:59,958 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:21:59,961 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:21:59,961 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:21:59,965 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/79a7012c-8274-4876-83b2-72818858beb9 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz5QOMPJqnDhNGzijitqRLhaNXwAfQW97J', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz5QOMPJqnDhNGzijitqRLhaNXwAfQW97J', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '79a7012c-8274-4876-83b2-72818858beb9', 'ID_FS_UUID_ENC': '79a7012c-8274-4876-83b2-72818858beb9', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1303877469'} ; 2024-03-01 17:21:59,965 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:21:59,965 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:59,970 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:21:59,970 INFO program/MainThread: stderr[43]: 2024-03-01 17:21:59,970 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:21:59,970 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:59,973 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:21:59,973 INFO program/MainThread: stderr[44]: 2024-03-01 17:21:59,973 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:21:59,973 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:59,977 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:21:59,977 INFO program/MainThread: stderr[45]: 2024-03-01 17:21:59,977 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:21:59,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:21:59,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:21:59,988 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:59,989 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:21:59,990 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:21:59,990 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:21:59,986 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff07dd80a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7ff07dd41710) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:21:59,991 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:21:59,995 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:21:59,995 INFO program/MainThread: stderr[46]: 2024-03-01 17:21:59,995 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:22:00,000 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:22:00,003 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:00,003 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:22:00,007 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:00,008 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:22:00,011 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:00,011 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:22:00,015 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:00,015 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:22:00,015 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:22:00,019 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:00,019 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:22:00,022 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:22:00,022 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:00,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:00,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:00,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ ; incomplete: False ; hidden: False ; 2024-03-01 17:22:00,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:00,036 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:22:00,040 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:22:00,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:22:00,044 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:22:00,047 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:00,048 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:22:00,051 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:22:00,052 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:22:00,052 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:22:00,055 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:22:00,059 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:22:00,059 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:22:00,063 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:22:00,066 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:00,066 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:22:00,070 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:22:00,070 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:22:00,071 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:22:00,071 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:22:00,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:00,074 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:22:00,078 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:22:00,078 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:22:00,082 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/4c80fb4c-d24d-422d-b27e-441ed68ff40c ' '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWzhxZ1DowLeshebcRHUJaAzy0WnpzrAIpZ', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWzhxZ1DowLeshebcRHUJaAzy0WnpzrAIpZ', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4c80fb4c-d24d-422d-b27e-441ed68ff40c', 'ID_FS_UUID_ENC': '4c80fb4c-d24d-422d-b27e-441ed68ff40c', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1303541474'} ; 2024-03-01 17:22:00,082 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:22:00,082 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:00,087 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:22:00,087 INFO program/MainThread: stderr[47]: 2024-03-01 17:22:00,087 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:22:00,087 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:00,090 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:22:00,090 INFO program/MainThread: stderr[48]: 2024-03-01 17:22:00,090 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:22:00,090 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:00,094 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:22:00,094 INFO program/MainThread: stderr[49]: 2024-03-01 17:22:00,094 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:22:00,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:00,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:22:00,106 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:00,107 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:22:00,107 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:00,108 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:22:00,103 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff07dd6dc88) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7ff07dd41710) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:00,109 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:00,113 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:22:00,113 INFO program/MainThread: stderr[50]: 2024-03-01 17:22:00,113 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:22:00,117 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:22:00,121 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:00,121 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:22:00,125 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:00,125 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:22:00,128 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:00,129 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:22:00,132 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:00,132 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:22:00,133 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:22:00,136 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:00,136 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:22:00,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:22:00,140 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:00,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:00,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:00,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU ; incomplete: False ; hidden: False ; 2024-03-01 17:22:00,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:00,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:22:00,157 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:22:00,158 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:22:00,161 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:22:00,165 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:22:00,165 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:22:00,169 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:22:00,169 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:22:00,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:22:00,173 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:22:00,177 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:22:00,177 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:22:00,180 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:22:00,184 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:22:00,184 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:22:00,188 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:22:00,188 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:22:00,188 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:22:00,188 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:22:00,192 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:22:00,192 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:22:00,195 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:22:00,196 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:22:00,199 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/2a189338-b322-4c93-8b99-c17313e47819 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz66CZVsvfKW7EGsl6O9ymI7ObIlZLnDLU', '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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz66CZVsvfKW7EGsl6O9ymI7ObIlZLnDLU', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2a189338-b322-4c93-8b99-c17313e47819', 'ID_FS_UUID_ENC': '2a189338-b322-4c93-8b99-c17313e47819', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1303207432'} ; 2024-03-01 17:22:00,200 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:22:00,200 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:00,204 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:22:00,204 INFO program/MainThread: stderr[51]: 2024-03-01 17:22:00,204 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:22:00,204 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:00,208 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:22:00,208 INFO program/MainThread: stderr[52]: 2024-03-01 17:22:00,208 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:22:00,208 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:00,211 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:22:00,211 INFO program/MainThread: stderr[53]: 2024-03-01 17:22:00,211 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:22:00,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:00,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:22:00,223 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:00,224 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:22:00,225 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:00,226 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:22:00,220 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff07eed9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7ff07dd41710) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:00,227 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:00,230 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:22:00,230 INFO program/MainThread: stderr[54]: 2024-03-01 17:22:00,230 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:22:00,235 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:22:00,238 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:00,239 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:22:00,242 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:00,243 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:22:00,246 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:00,246 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:22:00,250 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:00,250 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:22:00,250 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:22:00,254 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:00,254 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:22:00,257 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:22:00,257 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:00,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:00,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:00,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy ; incomplete: False ; hidden: False ; 2024-03-01 17:22:00,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:00,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:22:00,275 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:22:00,275 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:22:00,279 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:22:00,282 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:22:00,283 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:22:00,286 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:22:00,287 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:22:00,287 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:22:00,291 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:22:00,294 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:22:00,294 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:22:00,298 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:22:00,301 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:22:00,302 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:22:00,305 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:22:00,306 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:22:00,306 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:22:00,306 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:22:00,309 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:22:00,310 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:22:00,313 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:22:00,313 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:22:00,317 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz1dZDPBXg7ZBecEohQ0qmZJBmRGjxlVwy ' '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-uuid/5524a505-ea63-4f25-ab55-87b223f2fb5f ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz1dZDPBXg7ZBecEohQ0qmZJBmRGjxlVwy', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5524a505-ea63-4f25-ab55-87b223f2fb5f', 'ID_FS_UUID_ENC': '5524a505-ea63-4f25-ab55-87b223f2fb5f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1302811513'} ; 2024-03-01 17:22:00,317 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:22:00,318 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:00,322 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:22:00,322 INFO program/MainThread: stderr[55]: 2024-03-01 17:22:00,322 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:22:00,322 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:00,325 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:22:00,326 INFO program/MainThread: stderr[56]: 2024-03-01 17:22:00,326 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:22:00,326 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:00,329 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:22:00,329 INFO program/MainThread: stderr[57]: 2024-03-01 17:22:00,329 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:22:00,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:00,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:22:00,342 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:00,343 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:00,343 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:00,344 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:00,338 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff07dd0a7f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7ff07dd41710) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:00,345 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:00,349 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:22:00,349 INFO program/MainThread: stderr[58]: 2024-03-01 17:22:00,349 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:22:00,353 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:22:00,357 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:00,357 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:22:00,361 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:00,361 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:22:00,365 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:00,365 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:22:00,368 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:00,368 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:22:00,369 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:22:00,373 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:00,373 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:22:00,376 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:22:00,376 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:00,377 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:00,380 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': '19811683'} ; 2024-03-01 17:22:00,380 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:22:00,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:00,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:00,392 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:22:00,392 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:22:00,392 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:22:00,392 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:22:00,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:22:00,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:22:00,396 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:22:00,399 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:22:00,399 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:22:00,403 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:22:00,403 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:22:00,403 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:22:00,404 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff07dd16048) -- 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:22:00,407 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:22:00,410 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:00,411 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:22:00,414 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:00,414 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:22:00,418 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:00,418 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:22:00,421 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:00,421 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:22:00,424 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:22:00,428 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:00,431 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:22:00,437 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 0x7ff07dd07508> 2024-03-01 17:22:03,290 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:22:03,295 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:22:03,295 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:22:03,299 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': '19814317'} ; 2024-03-01 17:22:03,299 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:22:03,299 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:22:03,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:03,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:03,311 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:22:03,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:03,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:03,318 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:03,330 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:03,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:22:03,354 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:22:03,358 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:22:03,358 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:22:03,361 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:22:03,364 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:22:03,365 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:22:03,368 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:22:03,368 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:22:03,369 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:22:03,372 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:22:03,375 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:22:03,379 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:22:03,382 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:22:03,385 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:22:03,386 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:22:03,386 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:22:03,387 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:22:03,386 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff07dd29fd0) -- 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 0x7ff07dd2e9e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:22:03,391 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:22:03,394 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:03,395 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:22:03,398 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:03,398 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:22:03,401 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:03,402 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:22:03,405 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:03,405 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:22:03,405 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:22:03,408 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:03,409 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:22:03,412 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:22:03,412 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:03,415 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz1dZDPBXg7ZBecEohQ0qmZJBmRGjxlVwy ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/5524a505-ea63-4f25-ab55-87b223f2fb5f ' '/dev/test_vg3/lv8 /dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz1dZDPBXg7ZBecEohQ0qmZJBmRGjxlVwy', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5524a505-ea63-4f25-ab55-87b223f2fb5f', 'ID_FS_UUID_ENC': '5524a505-ea63-4f25-ab55-87b223f2fb5f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1302811513'} ; 2024-03-01 17:22:03,415 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:22:03,416 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:03,420 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:22:03,420 INFO program/MainThread: stderr[59]: 2024-03-01 17:22:03,420 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:22:03,420 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:03,423 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:22:03,424 INFO program/MainThread: stderr[60]: 2024-03-01 17:22:03,424 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:22:03,424 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:03,427 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:22:03,427 INFO program/MainThread: stderr[61]: 2024-03-01 17:22:03,427 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:22:03,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:03,436 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:22:03,439 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:03,440 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:03,441 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:03,442 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:03,436 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff07dd0a7f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7ff07dd41710) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:03,443 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:03,447 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:22:03,447 INFO program/MainThread: stderr[62]: 2024-03-01 17:22:03,447 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:22:03,451 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:22:03,451 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:22:03,455 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz66CZVsvfKW7EGsl6O9ymI7ObIlZLnDLU ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/2a189338-b322-4c93-8b99-c17313e47819 ' '/dev/mapper/test_vg3-lv7 /dev/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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz66CZVsvfKW7EGsl6O9ymI7ObIlZLnDLU', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2a189338-b322-4c93-8b99-c17313e47819', 'ID_FS_UUID_ENC': '2a189338-b322-4c93-8b99-c17313e47819', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1303207432'} ; 2024-03-01 17:22:03,455 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:22:03,455 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:03,459 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:22:03,459 INFO program/MainThread: stderr[63]: 2024-03-01 17:22:03,459 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:22:03,459 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:03,463 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:22:03,463 INFO program/MainThread: stderr[64]: 2024-03-01 17:22:03,463 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:22:03,463 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:03,466 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:22:03,466 INFO program/MainThread: stderr[65]: 2024-03-01 17:22:03,466 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:22:03,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:03,475 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:22:03,478 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:03,480 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:03,480 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:03,481 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:03,475 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff07eed9710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7ff07dd41710) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:03,482 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:03,486 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:22:03,486 INFO program/MainThread: stderr[66]: 2024-03-01 17:22:03,486 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:22:03,491 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:22:03,491 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:22:03,494 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWzhxZ1DowLeshebcRHUJaAzy0WnpzrAIpZ ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/4c80fb4c-d24d-422d-b27e-441ed68ff40c', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWzhxZ1DowLeshebcRHUJaAzy0WnpzrAIpZ', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4c80fb4c-d24d-422d-b27e-441ed68ff40c', 'ID_FS_UUID_ENC': '4c80fb4c-d24d-422d-b27e-441ed68ff40c', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1303541474'} ; 2024-03-01 17:22:03,494 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:22:03,494 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:03,498 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:22:03,498 INFO program/MainThread: stderr[67]: 2024-03-01 17:22:03,498 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:22:03,498 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:03,502 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:22:03,502 INFO program/MainThread: stderr[68]: 2024-03-01 17:22:03,502 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:22:03,502 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:03,505 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:22:03,505 INFO program/MainThread: stderr[69]: 2024-03-01 17:22:03,505 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:22:03,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:03,514 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:22:03,517 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:03,518 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:03,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:03,520 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:03,514 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff07dd6dc88) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7ff07dd41710) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:03,521 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:03,525 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:22:03,525 INFO program/MainThread: stderr[70]: 2024-03-01 17:22:03,525 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:22:03,529 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:22:03,529 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:22:03,532 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/79a7012c-8274-4876-83b2-72818858beb9 ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz5QOMPJqnDhNGzijitqRLhaNXwAfQW97J ' '/dev/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_ACTIVATION': '1', '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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz5QOMPJqnDhNGzijitqRLhaNXwAfQW97J', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '79a7012c-8274-4876-83b2-72818858beb9', 'ID_FS_UUID_ENC': '79a7012c-8274-4876-83b2-72818858beb9', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1303877469'} ; 2024-03-01 17:22:03,532 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:22:03,533 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:03,536 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:22:03,537 INFO program/MainThread: stderr[71]: 2024-03-01 17:22:03,537 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:22:03,537 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:03,540 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:22:03,540 INFO program/MainThread: stderr[72]: 2024-03-01 17:22:03,540 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:22:03,540 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:03,544 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:22:03,544 INFO program/MainThread: stderr[73]: 2024-03-01 17:22:03,544 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:22:03,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:03,552 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:22:03,556 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:03,557 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:03,557 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:03,558 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:03,552 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff07dd80a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7ff07dd41710) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:03,559 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:03,563 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:22:03,563 INFO program/MainThread: stderr[74]: 2024-03-01 17:22:03,563 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:22:03,567 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:22:03,567 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:22:03,571 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-IYB7hv2G5yDblddbBRQEt19bHT13MM6yQfpqglGV0Qb9FslNdjnNOKeGRhDci6L8 ' '/dev/test_vg2/lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/7ec7aa15-2de8-439e-9879-8859769a73d5 ' '/dev/mapper/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-IYB7hv2G5yDblddbBRQEt19bHT13MM6yQfpqglGV0Qb9FslNdjnNOKeGRhDci6L8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7ec7aa15-2de8-439e-9879-8859769a73d5', 'ID_FS_UUID_ENC': '7ec7aa15-2de8-439e-9879-8859769a73d5', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1304811463'} ; 2024-03-01 17:22:03,571 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:22:03,571 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:03,574 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:22:03,575 INFO program/MainThread: stderr[75]: 2024-03-01 17:22:03,575 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:22:03,575 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:03,578 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:22:03,578 INFO program/MainThread: stderr[76]: 2024-03-01 17:22:03,578 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:22:03,578 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:03,582 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:22:03,582 INFO program/MainThread: stderr[77]: 2024-03-01 17:22:03,582 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:22:03,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:03,590 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:22:03,593 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:03,594 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:03,594 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:03,595 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:03,590 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff08cdeeac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7ff07dd6f518) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:03,596 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:03,599 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:22:03,600 INFO program/MainThread: stderr[78]: 2024-03-01 17:22:03,600 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:22:03,604 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:22:03,604 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:22:03,607 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-IYB7hv2G5yDblddbBRQEt19bHT13MM6y8hhZCvlxkHoHGY7WgkwWwCFk24ayJu9e ' '/dev/disk/by-uuid/f1d2d1c1-0283-4e64-987c-baa239f7da34 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/mapper/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-IYB7hv2G5yDblddbBRQEt19bHT13MM6y8hhZCvlxkHoHGY7WgkwWwCFk24ayJu9e', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f1d2d1c1-0283-4e64-987c-baa239f7da34', 'ID_FS_UUID_ENC': 'f1d2d1c1-0283-4e64-987c-baa239f7da34', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1305124853'} ; 2024-03-01 17:22:03,607 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:22:03,607 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:03,611 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:22:03,611 INFO program/MainThread: stderr[79]: 2024-03-01 17:22:03,611 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:22:03,611 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:03,614 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:22:03,614 INFO program/MainThread: stderr[80]: 2024-03-01 17:22:03,614 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:22:03,615 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:03,618 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:22:03,618 INFO program/MainThread: stderr[81]: 2024-03-01 17:22:03,618 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:22:03,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:03,626 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:22:03,629 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:03,630 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:03,630 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:03,631 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:03,626 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff07dd77f60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7ff07dd6f518) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:03,632 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:03,635 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:22:03,635 INFO program/MainThread: stderr[82]: 2024-03-01 17:22:03,635 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:22:03,639 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:22:03,640 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:22:03,643 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHM4CSYPvVYf8QTyAVrLKMgQdlzDphKG0U ' '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/73244423-24ce-4c54-81b4-90d8d43738b0', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHM4CSYPvVYf8QTyAVrLKMgQdlzDphKG0U', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '73244423-24ce-4c54-81b4-90d8d43738b0', 'ID_FS_UUID_ENC': '73244423-24ce-4c54-81b4-90d8d43738b0', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1306069525'} ; 2024-03-01 17:22:03,643 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:22:03,644 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:03,647 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:22:03,647 INFO program/MainThread: stderr[83]: 2024-03-01 17:22:03,648 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:22:03,648 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:03,651 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:22:03,651 INFO program/MainThread: stderr[84]: 2024-03-01 17:22:03,651 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:22:03,651 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:03,654 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:22:03,654 INFO program/MainThread: stderr[85]: 2024-03-01 17:22:03,654 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:22:03,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:03,663 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:22:03,665 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:03,666 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:03,667 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:03,667 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:03,663 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff07dd58dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7ff07ddcfac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:03,668 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:03,671 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:22:03,672 INFO program/MainThread: stderr[86]: 2024-03-01 17:22:03,672 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:22:03,676 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:22:03,676 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:22:03,679 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/2e9f9ff1-7653-4e72-b6ed-2312e03b89b2 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHPgevZBhDAdW4A5ITQdsHBWzx7OEjb6fO ' '/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-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHPgevZBhDAdW4A5ITQdsHBWzx7OEjb6fO', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2e9f9ff1-7653-4e72-b6ed-2312e03b89b2', 'ID_FS_UUID_ENC': '2e9f9ff1-7653-4e72-b6ed-2312e03b89b2', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1306407489'} ; 2024-03-01 17:22:03,679 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:22:03,680 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:03,684 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:22:03,684 INFO program/MainThread: stderr[87]: 2024-03-01 17:22:03,684 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:22:03,684 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:03,687 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:22:03,688 INFO program/MainThread: stderr[88]: 2024-03-01 17:22:03,688 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:22:03,688 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:03,691 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:22:03,691 INFO program/MainThread: stderr[89]: 2024-03-01 17:22:03,691 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:22:03,696 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:03,699 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:22:03,702 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:03,703 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:03,704 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:03,704 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:03,700 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff07dd58f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7ff07ddcfac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:03,705 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:03,709 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:22:03,709 INFO program/MainThread: stderr[90]: 2024-03-01 17:22:03,709 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:22:03,714 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:22:03,714 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:22:03,714 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:03,727 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:03,743 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:22:03,744 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:22:03,748 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:22:03,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:03,755 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:22:03,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:03,758 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:22:03,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:22:03,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:03,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:22:03,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:03,771 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:22:03,774 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:22:03,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:03,780 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:22:03,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:03,784 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:22:03,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:22:03,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:03,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:22:03,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:03,796 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:22:03,799 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:22:03,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:03,806 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:22:03,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:03,809 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:22:03,812 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:22:03,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:03,818 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:22:03,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:03,822 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:22:08,483 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_5r_segpv/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:22:08,520 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:08,520 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:22:08,524 INFO program/MainThread: stdout[2]: 2024-03-01 17:22:08,524 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:22:08,524 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:22:08,524 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:22:08,529 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:08,529 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:22:08,533 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:08,533 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:22:08,536 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:08,536 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:22:08,539 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:08,539 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:22:08,551 INFO program/MainThread: stdout: 2024-03-01 17:22:08,551 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:22:08,551 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member 3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA 2024-03-01 17:22:08,551 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 73244423-24ce-4c54-81b4-90d8d43738b0 2024-03-01 17:22:08,551 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 2024-03-01 17:22:08,551 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 73244423-24ce-4c54-81b4-90d8d43738b0 2024-03-01 17:22:08,551 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 2e9f9ff1-7653-4e72-b6ed-2312e03b89b2 2024-03-01 17:22:08,551 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV 2024-03-01 17:22:08,551 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO 2024-03-01 17:22:08,551 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 7ec7aa15-2de8-439e-9879-8859769a73d5 2024-03-01 17:22:08,551 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs f1d2d1c1-0283-4e64-987c-baa239f7da34 2024-03-01 17:22:08,551 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew 2024-03-01 17:22:08,551 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 2024-03-01 17:22:08,551 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member 128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 2024-03-01 17:22:08,551 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 5524a505-ea63-4f25-ab55-87b223f2fb5f 2024-03-01 17:22:08,551 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 2a189338-b322-4c93-8b99-c17313e47819 2024-03-01 17:22:08,551 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c80fb4c-d24d-422d-b27e-441ed68ff40c 2024-03-01 17:22:08,551 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI 2024-03-01 17:22:08,551 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c80fb4c-d24d-422d-b27e-441ed68ff40c 2024-03-01 17:22:08,551 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW 2024-03-01 17:22:08,551 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 79a7012c-8274-4876-83b2-72818858beb9 2024-03-01 17:22:08,552 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj 2024-03-01 17:22:08,552 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 79a7012c-8274-4876-83b2-72818858beb9 2024-03-01 17:22:08,552 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:22:08,552 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:22:08,552 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:22:08,552 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:22:08,552 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:08,552 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member 3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 73244423-24ce-4c54-81b4-90d8d43738b0 sdb 1073741824 root disk brw-rw---- LVM2_member YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 73244423-24ce-4c54-81b4-90d8d43738b0 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 2e9f9ff1-7653-4e72-b6ed-2312e03b89b2 sdc 1073741824 root disk brw-rw---- LVM2_member 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV sdd 1073741824 root disk brw-rw---- LVM2_member EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 7ec7aa15-2de8-439e-9879-8859769a73d5 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs f1d2d1c1-0283-4e64-987c-baa239f7da34 sde 1073741824 root disk brw-rw---- LVM2_member Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew sdf 1073741824 root disk brw-rw---- LVM2_member 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 sdg 1073741824 root disk brw-rw---- LVM2_member 128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 5524a505-ea63-4f25-ab55-87b223f2fb5f |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 2a189338-b322-4c93-8b99-c17313e47819 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c80fb4c-d24d-422d-b27e-441ed68ff40c sdh 1073741824 root disk brw-rw---- LVM2_member n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 4c80fb4c-d24d-422d-b27e-441ed68ff40c sdi 1073741824 root disk brw-rw---- LVM2_member qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 79a7012c-8274-4876-83b2-72818858beb9 sdj 1073741824 root disk brw-rw---- LVM2_member oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 79a7012c-8274-4876-83b2-72818858beb9 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:22:08,552 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:08,552 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:08,552 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:22:08,553 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:08,553 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:22:08,553 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:22:08,553 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:08,564 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:08,579 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:22:08,584 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/wwn-0x600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/scsi-3600140527ab2a1accd44956adbb66e9e', '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': '3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA', 'ID_FS_UUID_ENC': '3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA', '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': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'ID_SERIAL': '3600140527ab2a1accd44956adbb66e9e', 'ID_SERIAL_SHORT': '600140527ab2a1accd44956adbb66e9e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140527ab2a1ac', 'ID_WWN_VENDOR_EXTENSION': '0xcd44956adbb66e9e', 'ID_WWN_WITH_EXTENSION': '0x600140527ab2a1accd44956adbb66e9e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140527ab2a1accd44956adbb66e9e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876679713'} ; 2024-03-01 17:22:08,584 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:22:08,584 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:22:08,618 INFO program/MainThread: stdout[3]: 2024-03-01 17:22:08,619 INFO program/MainThread: stderr[3]: 2024-03-01 17:22:08,619 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:22:08,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:08,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:08,632 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:22:08,637 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:22:08,637 INFO blivet/MainThread: sda is a disk 2024-03-01 17:22:08,638 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:22:08,638 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:22:08,641 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:22:08,645 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:22:08,645 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:22:08,648 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:22:08,649 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:22:08,649 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:22:08,649 INFO blivet/MainThread: got device: DiskDevice instance (0x7f993a79bcc0) -- 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 = 600140527ab2a1accd44956adbb66e9e 2024-03-01 17:22:08,653 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:22:08,657 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:08,657 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:22:08,660 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:08,660 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:22:08,664 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:08,664 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:22:08,667 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:08,668 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:22:08,671 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:22:08,671 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:22:08,671 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:22:08,703 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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:22:08,704 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154. WARNING: Couldn't find device with uuid 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV. WARNING: VG test_vg1 is missing PV YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV (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:22:08,704 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:22:08,704 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:22:08,709 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA ; label: None ; device: /dev/sda ; serial: 3600140527ab2a1accd44956adbb66e9e ; exists: True ; vg_name: test_vg1 ; vg_uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; pe_start: 8 MiB ; 2024-03-01 17:22:08,709 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:22:08,712 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:22:08,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; incomplete: True ; hidden: False ; 2024-03-01 17:22:08,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:08,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:08,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:08,725 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:22:08,755 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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:22:08,755 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154. WARNING: Couldn't find device with uuid 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV. WARNING: VG test_vg1 is missing PV YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV (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:22:08,756 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:22:08,756 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:22:08,756 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:22:08,764 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:22:08,768 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:22:08,768 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:22:08,772 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:22:08,772 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:22:08,803 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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:22:08,804 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154. WARNING: Couldn't find device with uuid 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV. WARNING: VG test_vg1 is missing PV YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV (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:22:08,804 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:22:08,809 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:22:08,809 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:22:08,812 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:22:08,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; incomplete: True ; hidden: False ; 2024-03-01 17:22:08,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:22:08,819 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:22:08,819 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:08,823 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/scsi-3600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/lvm-pv-uuid-YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154', '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': 'YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154', 'ID_FS_UUID_ENC': 'YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154', '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': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'ID_SERIAL': '3600140555d3b81a364b40338c696b8d2', 'ID_SERIAL_SHORT': '600140555d3b81a364b40338c696b8d2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140555d3b81a3', 'ID_WWN_VENDOR_EXTENSION': '0x64b40338c696b8d2', 'ID_WWN_WITH_EXTENSION': '0x600140555d3b81a364b40338c696b8d2', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140555d3b81a364b40338c696b8d2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876637314'} ; 2024-03-01 17:22:08,823 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:22:08,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:22:08,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:08,833 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:22:08,834 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:22:08,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:22:08,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:22:08,837 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:22:08,841 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:22:08,841 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:22:08,844 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:22:08,845 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:22:08,845 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:22:08,845 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9939609320) -- 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 = 600140555d3b81a364b40338c696b8d2 2024-03-01 17:22:08,849 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:22:08,852 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:08,853 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:22:08,856 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:08,856 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:22:08,859 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:08,860 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:22:08,863 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:08,863 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:22:08,866 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:22:08,866 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:22:08,866 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:22:08,897 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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:22:08,898 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV. WARNING: VG test_vg1 is missing PV 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV (last written to /dev/sdc). 2024-03-01 17:22:08,898 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:22:08,898 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:22:08,902 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 ; label: None ; device: /dev/sdb ; serial: 3600140555d3b81a364b40338c696b8d2 ; exists: True ; vg_name: test_vg1 ; vg_uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:22:08,903 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:22:08,906 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:22:08,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; incomplete: True ; hidden: False ; 2024-03-01 17:22:08,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:22:08,916 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:22:08,919 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:22:08,922 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:22:08,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; incomplete: True ; hidden: False ; 2024-03-01 17:22:08,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:08,929 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:22:08,956 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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:22:08,957 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV. WARNING: VG test_vg1 is missing PV 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV (last written to /dev/sdc). 2024-03-01 17:22:08,957 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:22:08,957 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:22:08,957 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:08,962 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-360014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94', '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': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'ID_SERIAL': '360014054e00594cc9d74b4aa43b70905', 'ID_SERIAL_SHORT': '60014054e00594cc9d74b4aa43b70905', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e00594cc', 'ID_WWN_VENDOR_EXTENSION': '0x9d74b4aa43b70905', 'ID_WWN_WITH_EXTENSION': '0x60014054e00594cc9d74b4aa43b70905', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e00594cc9d74b4aa43b70905', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877351104'} ; 2024-03-01 17:22:08,962 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:22:08,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:22:08,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:08,973 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:22:08,973 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:22:08,973 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:22:08,974 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:22:08,977 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:22:08,980 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:22:08,980 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:22:08,984 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:22:08,984 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:22:08,984 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:22:08,985 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9939609c88) -- 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 = 60014054e00594cc9d74b4aa43b70905 2024-03-01 17:22:08,988 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:22:08,988 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:22:08,992 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/scsi-3600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/wwn-0x600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', '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': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'ID_SERIAL': '3600140518e3c0f61a1c477ba1954b852', 'ID_SERIAL_SHORT': '600140518e3c0f61a1c477ba1954b852', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140518e3c0f61', 'ID_WWN_VENDOR_EXTENSION': '0xa1c477ba1954b852', 'ID_WWN_WITH_EXTENSION': '0x600140518e3c0f61a1c477ba1954b852', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140518e3c0f61a1c477ba1954b852', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877521593'} ; 2024-03-01 17:22:08,992 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:22:08,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:22:08,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:09,002 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:22:09,003 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:22:09,003 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:22:09,003 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:22:09,006 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:22:09,009 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:22:09,010 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:22:09,013 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:22:09,013 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:22:09,014 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:22:09,014 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9939616cf8) -- 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 = 600140518e3c0f61a1c477ba1954b852 2024-03-01 17:22:09,017 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:22:09,017 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:22:09,021 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/wwn-0x6001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/scsi-36001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/lvm-pv-uuid-8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_ac984c9a-9204-4e78-9d51-ff55155e9488', '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': '8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV', 'ID_FS_UUID_ENC': '8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV', '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': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'ID_SERIAL': '36001405ac984c9a92044e789d51ff551', 'ID_SERIAL_SHORT': '6001405ac984c9a92044e789d51ff551', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac984c9a9', 'ID_WWN_VENDOR_EXTENSION': '0x2044e789d51ff551', 'ID_WWN_WITH_EXTENSION': '0x6001405ac984c9a92044e789d51ff551', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac984c9a92044e789d51ff551', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876764312'} ; 2024-03-01 17:22:09,021 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:22:09,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:22:09,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:09,031 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:22:09,032 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:22:09,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:22:09,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:22:09,035 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:22:09,038 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:22:09,038 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:22:09,042 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:22:09,042 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:22:09,042 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:22:09,043 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99396202e8) -- 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 = 6001405ac984c9a92044e789d51ff551 2024-03-01 17:22:09,046 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:22:09,050 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:09,050 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:22:09,053 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:09,053 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:22:09,057 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:09,057 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:22:09,060 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:09,060 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:22:09,063 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:22:09,063 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:22:09,064 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:09,094 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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:22:09,095 INFO program/MainThread: stderr[9]: 2024-03-01 17:22:09,095 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:22:09,095 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:22:09,100 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV ; label: None ; device: /dev/sdc ; serial: 36001405ac984c9a92044e789d51ff551 ; exists: True ; vg_name: test_vg1 ; vg_uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:22:09,100 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:22:09,103 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:22:09,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; incomplete: True ; hidden: False ; 2024-03-01 17:22:09,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:09,113 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:22:09,116 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:22:09,120 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:22:09,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH ; incomplete: True ; hidden: False ; 2024-03-01 17:22:09,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:09,126 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:09,160 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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:22:09,161 INFO program/MainThread: stderr[10]: 2024-03-01 17:22:09,161 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:22:09,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:09,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:09,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO ; incomplete: False ; hidden: False ; 2024-03-01 17:22:09,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:09,175 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:22:09,179 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:22:09,179 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:22:09,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:22:09,187 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:22:09,187 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:22:09,191 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:22:09,191 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:22:09,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:22:09,196 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:22:09,200 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:22:09,200 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:22:09,204 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:22:09,207 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:22:09,207 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:22:09,211 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:22:09,211 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:22:09,212 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:22:09,212 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:22:09,215 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:22:09,215 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:22:09,219 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:22:09,219 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:22:09,223 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/2e9f9ff1-7653-4e72-b6ed-2312e03b89b2 ' '/dev/disk/by-id/dm-uuid-LVM-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHPgevZBhDAdW4A5ITQdsHBWzx7OEjb6fO ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/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-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHPgevZBhDAdW4A5ITQdsHBWzx7OEjb6fO', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2e9f9ff1-7653-4e72-b6ed-2312e03b89b2', 'ID_FS_UUID_ENC': '2e9f9ff1-7653-4e72-b6ed-2312e03b89b2', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1306407489'} ; 2024-03-01 17:22:09,223 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:22:09,223 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:09,227 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:22:09,227 INFO program/MainThread: stderr[11]: 2024-03-01 17:22:09,228 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:22:09,228 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:09,231 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:22:09,231 INFO program/MainThread: stderr[12]: 2024-03-01 17:22:09,231 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:22:09,231 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:09,234 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:22:09,234 INFO program/MainThread: stderr[13]: 2024-03-01 17:22:09,234 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:22:09,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:09,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:22:09,245 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:09,246 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:22:09,246 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:09,247 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:22:09,243 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:09,247 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:09,252 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:22:09,252 INFO program/MainThread: stderr[14]: 2024-03-01 17:22:09,252 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:22:09,256 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:22:09,260 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:09,260 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:22:09,264 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:09,264 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:22:09,268 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:09,268 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:22:09,272 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:09,272 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:22:09,274 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:22:09,274 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:22:09,277 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:09,278 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:22:09,281 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:22:09,282 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:09,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:09,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:09,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U ; incomplete: False ; hidden: False ; 2024-03-01 17:22:09,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:09,295 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:22:09,299 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:22:09,299 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:22:09,303 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:22:09,306 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:22:09,307 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:22:09,310 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:22:09,311 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:22:09,311 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:22:09,315 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:22:09,318 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:22:09,318 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:22:09,322 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:22:09,326 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:22:09,326 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:22:09,329 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:22:09,330 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:22:09,330 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:22:09,330 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:22:09,334 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:22:09,334 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:22:09,337 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:22:09,338 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:22:09,341 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHM4CSYPvVYf8QTyAVrLKMgQdlzDphKG0U ' '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/73244423-24ce-4c54-81b4-90d8d43738b0 ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHM4CSYPvVYf8QTyAVrLKMgQdlzDphKG0U', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '73244423-24ce-4c54-81b4-90d8d43738b0', 'ID_FS_UUID_ENC': '73244423-24ce-4c54-81b4-90d8d43738b0', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1306069525'} ; 2024-03-01 17:22:09,342 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:22:09,342 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:09,346 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:22:09,347 INFO program/MainThread: stderr[15]: 2024-03-01 17:22:09,347 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:22:09,347 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:09,351 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:22:09,352 INFO program/MainThread: stderr[16]: 2024-03-01 17:22:09,352 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:22:09,352 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:09,356 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:22:09,356 INFO program/MainThread: stderr[17]: 2024-03-01 17:22:09,356 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:22:09,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:09,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:22:09,367 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:09,368 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:09,369 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:09,369 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:09,365 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:09,370 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:09,374 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:22:09,374 INFO program/MainThread: stderr[18]: 2024-03-01 17:22:09,374 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:22:09,379 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:22:09,383 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:09,383 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:22:09,387 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:09,387 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:22:09,390 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:09,391 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:22:09,394 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:09,395 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:22:09,395 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:22:09,398 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:09,398 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:22:09,402 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:22:09,402 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:09,402 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:09,406 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_65903281-4ab2-4b88-8534-5837e6dcff0b ' '/dev/disk/by-id/lvm-pv-uuid-EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO ' '/dev/disk/by-id/scsi-36001405659032814ab24b8885345837e ' '/dev/disk/by-id/wwn-0x6001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', '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': 'EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO', 'ID_FS_UUID_ENC': 'EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO', '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': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'ID_SERIAL': '36001405659032814ab24b8885345837e', 'ID_SERIAL_SHORT': '6001405659032814ab24b8885345837e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659032814', 'ID_WWN_VENDOR_EXTENSION': '0xab24b8885345837e', 'ID_WWN_WITH_EXTENSION': '0x6001405659032814ab24b8885345837e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659032814ab24b8885345837e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876801756'} ; 2024-03-01 17:22:09,406 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:22:09,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:22:09,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:09,417 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:22:09,418 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:22:09,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:22:09,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:22:09,421 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:22:09,424 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:22:09,425 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:22:09,428 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:22:09,428 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:22:09,429 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:22:09,429 INFO blivet/MainThread: got device: DiskDevice instance (0x7f993962f0b8) -- 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 = 6001405659032814ab24b8885345837e 2024-03-01 17:22:09,432 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:22:09,436 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:09,436 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:22:09,439 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:09,440 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:22:09,443 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:09,443 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:22:09,446 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:09,447 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:22:09,450 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:22:09,450 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:22:09,450 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/sda$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:09,479 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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:22:09,480 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew. WARNING: Couldn't find device with uuid 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21. WARNING: VG test_vg2 is missing PV Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 (last written to /dev/sdf). 2024-03-01 17:22:09,480 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:22:09,480 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:22:09,485 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO ; label: None ; device: /dev/sdd ; serial: 36001405659032814ab24b8885345837e ; exists: True ; vg_name: test_vg2 ; vg_uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:22:09,485 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:22:09,488 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:22:09,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; incomplete: True ; hidden: False ; 2024-03-01 17:22:09,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:09,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:09,501 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:09,501 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/sda$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:09,530 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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:22:09,530 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew. WARNING: Couldn't find device with uuid 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21. WARNING: VG test_vg2 is missing PV Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 (last written to /dev/sdf). 2024-03-01 17:22:09,531 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:22:09,531 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:22:09,532 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:22:09,536 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:22:09,540 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:22:09,540 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:22:09,544 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:22:09,544 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/sda$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:09,573 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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=Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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:22:09,574 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew. WARNING: Couldn't find device with uuid 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21. WARNING: VG test_vg2 is missing PV Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew (last written to /dev/sde). WARNING: VG test_vg2 is missing PV 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 (last written to /dev/sdf). 2024-03-01 17:22:09,574 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:22:09,579 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:22:09,579 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:22:09,582 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:22:09,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; incomplete: True ; hidden: False ; 2024-03-01 17:22:09,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:22:09,589 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:22:09,589 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:09,593 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/wwn-0x60014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/lvm-pv-uuid-Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew ' '/dev/disk/by-id/scsi-360014057e7b2b54ab6547a397e3bf8da', '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': 'Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew', 'ID_FS_UUID_ENC': 'Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew', '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': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'ID_SERIAL': '360014057e7b2b54ab6547a397e3bf8da', 'ID_SERIAL_SHORT': '60014057e7b2b54ab6547a397e3bf8da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057e7b2b54a', 'ID_WWN_VENDOR_EXTENSION': '0xb6547a397e3bf8da', 'ID_WWN_WITH_EXTENSION': '0x60014057e7b2b54ab6547a397e3bf8da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057e7b2b54ab6547a397e3bf8da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876904798'} ; 2024-03-01 17:22:09,593 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:22:09,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:22:09,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:09,604 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:22:09,604 INFO blivet/MainThread: sde is a disk 2024-03-01 17:22:09,605 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:22:09,605 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:22:09,608 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:22:09,611 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:22:09,612 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:22:09,615 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:22:09,615 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:22:09,616 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:22:09,616 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99396377b8) -- 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 = 60014057e7b2b54ab6547a397e3bf8da 2024-03-01 17:22:09,619 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:22:09,623 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:09,623 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:22:09,627 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:09,627 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:22:09,630 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:09,630 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:22:09,634 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:09,634 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:22:09,637 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:22:09,637 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:22:09,637 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/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:09,666 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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:22:09,667 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21. WARNING: VG test_vg2 is missing PV 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 (last written to /dev/sdf). 2024-03-01 17:22:09,667 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:22:09,667 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:22:09,672 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew ; label: None ; device: /dev/sde ; serial: 360014057e7b2b54ab6547a397e3bf8da ; exists: True ; vg_name: test_vg2 ; vg_uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:22:09,672 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:22:09,675 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:22:09,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; incomplete: True ; hidden: False ; 2024-03-01 17:22:09,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:22:09,686 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:22:09,689 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:22:09,692 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:22:09,695 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; incomplete: True ; hidden: False ; 2024-03-01 17:22:09,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:09,699 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/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:09,729 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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=Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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:22:09,729 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21. WARNING: VG test_vg2 is missing PV 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 (last written to /dev/sdf). 2024-03-01 17:22:09,730 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:22:09,730 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:22:09,730 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:09,735 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/lvm-pv-uuid-6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 ' '/dev/disk/by-id/scsi-36001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7', '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': '6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21', 'ID_FS_UUID_ENC': '6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21', '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': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'ID_SERIAL': '36001405ab03e1deb42b49d7baf199854', 'ID_SERIAL_SHORT': '6001405ab03e1deb42b49d7baf199854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab03e1deb', 'ID_WWN_VENDOR_EXTENSION': '0x42b49d7baf199854', 'ID_WWN_WITH_EXTENSION': '0x6001405ab03e1deb42b49d7baf199854', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab03e1deb42b49d7baf199854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877042293'} ; 2024-03-01 17:22:09,735 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:22:09,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:22:09,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:09,746 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:22:09,747 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:22:09,747 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:22:09,747 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:22:09,750 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:22:09,754 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:22:09,754 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:22:09,757 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:22:09,758 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:22:09,758 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:22:09,758 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99396376d8) -- 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 = 6001405ab03e1deb42b49d7baf199854 2024-03-01 17:22:09,762 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:22:09,766 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:09,766 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:22:09,769 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:09,769 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:22:09,773 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:09,773 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:22:09,776 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:09,776 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:22:09,779 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:22:09,779 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:22:09,780 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/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:09,808 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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:22:09,809 INFO program/MainThread: stderr[24]: 2024-03-01 17:22:09,809 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:22:09,809 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:22:09,813 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 ; label: None ; device: /dev/sdf ; serial: 36001405ab03e1deb42b49d7baf199854 ; exists: True ; vg_name: test_vg2 ; vg_uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:22:09,814 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:22:09,817 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:22:09,820 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; incomplete: True ; hidden: False ; 2024-03-01 17:22:09,823 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:09,827 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:22:09,830 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:22:09,834 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:22:09,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y ; incomplete: True ; hidden: False ; 2024-03-01 17:22:09,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:09,841 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/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:09,871 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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=Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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:22:09,872 INFO program/MainThread: stderr[25]: 2024-03-01 17:22:09,872 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:22:09,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:09,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:09,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e ; incomplete: False ; hidden: False ; 2024-03-01 17:22:09,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:09,887 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:22:09,890 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:22:09,891 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:22:09,894 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:22:09,898 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:22:09,898 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:22:09,902 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:22:09,902 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:22:09,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:22:09,906 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:22:09,910 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:22:09,910 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:22:09,913 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:22:09,917 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:22:09,917 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:22:09,921 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:22:09,921 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:22:09,921 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:22:09,921 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:22:09,925 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:22:09,925 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:22:09,928 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:22:09,929 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:22:09,932 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-IYB7hv2G5yDblddbBRQEt19bHT13MM6y8hhZCvlxkHoHGY7WgkwWwCFk24ayJu9e ' '/dev/disk/by-uuid/f1d2d1c1-0283-4e64-987c-baa239f7da34 ' '/dev/mapper/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-IYB7hv2G5yDblddbBRQEt19bHT13MM6y8hhZCvlxkHoHGY7WgkwWwCFk24ayJu9e', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f1d2d1c1-0283-4e64-987c-baa239f7da34', 'ID_FS_UUID_ENC': 'f1d2d1c1-0283-4e64-987c-baa239f7da34', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1305124853'} ; 2024-03-01 17:22:09,932 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:22:09,933 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:09,937 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:22:09,937 INFO program/MainThread: stderr[26]: 2024-03-01 17:22:09,937 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:22:09,937 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:09,941 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:22:09,941 INFO program/MainThread: stderr[27]: 2024-03-01 17:22:09,941 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:22:09,941 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:09,944 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:22:09,944 INFO program/MainThread: stderr[28]: 2024-03-01 17:22:09,944 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:22:09,949 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:09,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:22:09,955 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:09,956 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:22:09,956 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:09,957 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:22:09,953 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:09,957 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:09,961 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:22:09,961 INFO program/MainThread: stderr[29]: 2024-03-01 17:22:09,961 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:22:09,966 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:22:09,970 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:09,970 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:22:09,974 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:09,974 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:22:09,978 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:09,978 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:22:09,981 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:09,981 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:22:09,982 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:22:09,985 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:09,985 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:22:09,989 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:22:09,989 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:09,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:09,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:09,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:10,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:10,012 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:22:10,015 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:22:10,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:22:10,019 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:22:10,022 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:22:10,023 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:22:10,026 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:22:10,027 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:22:10,027 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:22:10,031 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:22:10,034 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:22:10,034 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:22:10,038 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:22:10,041 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:22:10,042 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:22:10,045 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:22:10,046 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:22:10,046 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:22:10,046 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:22:10,049 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:22:10,050 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:22:10,053 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:22:10,053 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:22:10,057 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-IYB7hv2G5yDblddbBRQEt19bHT13MM6yQfpqglGV0Qb9FslNdjnNOKeGRhDci6L8 ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/7ec7aa15-2de8-439e-9879-8859769a73d5 ' '/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-IYB7hv2G5yDblddbBRQEt19bHT13MM6yQfpqglGV0Qb9FslNdjnNOKeGRhDci6L8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7ec7aa15-2de8-439e-9879-8859769a73d5', 'ID_FS_UUID_ENC': '7ec7aa15-2de8-439e-9879-8859769a73d5', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1304811463'} ; 2024-03-01 17:22:10,057 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:22:10,058 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:10,062 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:22:10,062 INFO program/MainThread: stderr[30]: 2024-03-01 17:22:10,062 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:22:10,062 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:10,065 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:22:10,066 INFO program/MainThread: stderr[31]: 2024-03-01 17:22:10,066 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:22:10,066 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:10,069 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:22:10,069 INFO program/MainThread: stderr[32]: 2024-03-01 17:22:10,069 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:22:10,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:10,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:22:10,080 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:10,081 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:10,082 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:10,082 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:10,078 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:10,083 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:10,087 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:22:10,087 INFO program/MainThread: stderr[33]: 2024-03-01 17:22:10,087 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:22:10,092 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:22:10,096 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:10,096 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:22:10,100 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:10,100 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:22:10,103 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:10,103 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:22:10,107 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:10,107 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:22:10,108 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:22:10,111 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:10,111 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:22:10,115 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:22:10,115 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:10,115 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:10,119 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/scsi-360014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/lvm-pv-uuid-128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 ' '/dev/disk/by-id/wwn-0x60014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6cf54f2d-9076-4af6-9d16-6ee31f1f686c', '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': '128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4', 'ID_FS_UUID_ENC': '128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4', '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': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'ID_SERIAL': '360014056cf54f2d90764af69d166ee31', 'ID_SERIAL_SHORT': '60014056cf54f2d90764af69d166ee31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056cf54f2d9', 'ID_WWN_VENDOR_EXTENSION': '0x0764af69d166ee31', 'ID_WWN_WITH_EXTENSION': '0x60014056cf54f2d90764af69d166ee31', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056cf54f2d90764af69d166ee31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877135338'} ; 2024-03-01 17:22:10,119 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:22:10,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:22:10,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:10,130 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:22:10,131 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:22:10,131 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:22:10,131 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:22:10,134 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:22:10,137 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:22:10,138 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:22:10,141 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:22:10,141 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:22:10,142 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:22:10,142 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9939620cf8) -- 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 = 60014056cf54f2d90764af69d166ee31 2024-03-01 17:22:10,146 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:22:10,149 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:10,149 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:22:10,153 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:10,153 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:22:10,156 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:10,156 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:22:10,160 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:10,160 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:22:10,163 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:22:10,163 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:22:10,163 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/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:10,193 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:10,194 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI. WARNING: Couldn't find device with uuid qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW. WARNING: Couldn't find device with uuid oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj. WARNING: VG test_vg3 is missing PV n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj (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:22:10,194 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:22:10,194 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:22:10,198 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 ; label: None ; device: /dev/sdg ; serial: 360014056cf54f2d90764af69d166ee31 ; exists: True ; vg_name: test_vg3 ; vg_uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:22:10,199 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:22:10,202 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:22:10,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:22:10,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:10,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:10,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:10,215 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/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:10,245 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:10,245 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI. WARNING: Couldn't find device with uuid qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW. WARNING: Couldn't find device with uuid oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj. WARNING: VG test_vg3 is missing PV n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj (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:22:10,245 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:22:10,246 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:22:10,246 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:22:10,251 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:22:10,255 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:22:10,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:22:10,259 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:22:10,259 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/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:10,290 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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=Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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=1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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:22:10,291 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI. WARNING: Couldn't find device with uuid qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW. WARNING: Couldn't find device with uuid oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj. WARNING: VG test_vg3 is missing PV n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj (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:22:10,291 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:22:10,296 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:22:10,296 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:22:10,299 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:22:10,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:22:10,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:22:10,306 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:22:10,306 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:10,310 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/wwn-0x600140535647ead679842debee029dc4 ' '/dev/disk/by-id/lvm-pv-uuid-n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e', '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': 'n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI', 'ID_FS_UUID_ENC': 'n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI', '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': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'ID_SERIAL': '3600140535647ead679842debee029dc4', 'ID_SERIAL_SHORT': '600140535647ead679842debee029dc4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140535647ead6', 'ID_WWN_VENDOR_EXTENSION': '0x79842debee029dc4', 'ID_WWN_WITH_EXTENSION': '0x600140535647ead679842debee029dc4', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140535647ead679842debee029dc4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877079595'} ; 2024-03-01 17:22:10,310 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:22:10,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:22:10,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:10,322 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:22:10,322 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:22:10,322 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:22:10,322 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:22:10,326 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:22:10,329 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:22:10,330 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:22:10,333 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:22:10,333 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:22:10,334 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:22:10,334 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9939616668) -- 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 = 600140535647ead679842debee029dc4 2024-03-01 17:22:10,337 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:22:10,341 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:10,341 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:22:10,344 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:10,344 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:22:10,348 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:10,348 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:22:10,351 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:10,351 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:22:10,354 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:22:10,355 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:22:10,355 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/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:10,383 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:10,383 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW. WARNING: Couldn't find device with uuid oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj. WARNING: VG test_vg3 is missing PV qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj (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:22:10,384 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:22:10,384 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:22:10,388 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI ; label: None ; device: /dev/sdh ; serial: 3600140535647ead679842debee029dc4 ; exists: True ; vg_name: test_vg3 ; vg_uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; pe_start: 8 MiB ; 2024-03-01 17:22:10,389 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:22:10,392 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:22:10,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:22:10,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:22:10,402 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:22:10,406 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:22:10,409 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:22:10,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:22:10,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:10,415 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/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:10,445 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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=Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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=1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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:22:10,445 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW. WARNING: Couldn't find device with uuid oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj. WARNING: VG test_vg3 is missing PV qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj (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:22:10,446 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:22:10,446 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:22:10,446 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:10,451 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/scsi-3600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/wwn-0x600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/lvm-pv-uuid-qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW', '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': 'qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW', 'ID_FS_UUID_ENC': 'qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW', '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': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'ID_SERIAL': '3600140579d13d79caaf48bbb493cfa55', 'ID_SERIAL_SHORT': '600140579d13d79caaf48bbb493cfa55', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140579d13d79c', 'ID_WWN_VENDOR_EXTENSION': '0xaaf48bbb493cfa55', 'ID_WWN_WITH_EXTENSION': '0x600140579d13d79caaf48bbb493cfa55', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140579d13d79caaf48bbb493cfa55', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877225857'} ; 2024-03-01 17:22:10,451 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:22:10,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:22:10,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:10,463 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:22:10,463 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:22:10,464 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:22:10,464 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:22:10,467 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:22:10,470 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:22:10,471 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:22:10,474 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:22:10,474 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:22:10,475 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:22:10,475 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9939637da0) -- 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 = 600140579d13d79caaf48bbb493cfa55 2024-03-01 17:22:10,479 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:22:10,482 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:10,482 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:22:10,486 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:10,486 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:22:10,489 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:10,489 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:22:10,493 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:10,493 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:22:10,496 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:22:10,496 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:22:10,496 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/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:10,527 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:10,528 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj. WARNING: VG test_vg3 is missing PV oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj (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:22:10,528 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:22:10,528 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:22:10,533 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW ; label: None ; device: /dev/sdi ; serial: 3600140579d13d79caaf48bbb493cfa55 ; exists: True ; vg_name: test_vg3 ; vg_uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; pe_start: 8 MiB ; 2024-03-01 17:22:10,533 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:22:10,536 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:22:10,539 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:22:10,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:10,546 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:22:10,550 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:22:10,553 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:22:10,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:22:10,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:10,560 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/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:10,590 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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=Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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=1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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:22:10,591 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj. WARNING: VG test_vg3 is missing PV oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj (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:22:10,591 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:22:10,591 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:22:10,591 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:10,596 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/scsi-36001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/lvm-pv-uuid-oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a6af134a-bf19-4494-b7a8-71ab3c4f54d8', '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': 'oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj', 'ID_FS_UUID_ENC': 'oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj', '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': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'ID_SERIAL': '36001405a6af134abf194494b7a871ab3', 'ID_SERIAL_SHORT': '6001405a6af134abf194494b7a871ab3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a6af134ab', 'ID_WWN_VENDOR_EXTENSION': '0xf194494b7a871ab3', 'ID_WWN_WITH_EXTENSION': '0x6001405a6af134abf194494b7a871ab3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a6af134abf194494b7a871ab3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877316888'} ; 2024-03-01 17:22:10,596 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:22:10,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:22:10,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:10,608 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:22:10,609 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:22:10,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:22:10,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:22:10,612 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:22:10,615 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:22:10,616 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:22:10,619 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:22:10,619 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:22:10,620 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:22:10,620 INFO blivet/MainThread: got device: DiskDevice instance (0x7f9939648550) -- 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 = 6001405a6af134abf194494b7a871ab3 2024-03-01 17:22:10,623 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:22:10,627 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:10,627 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:22:10,631 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:10,631 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:22:10,634 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:10,634 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:22:10,638 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:10,638 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:22:10,641 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:22:10,641 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:22:10,641 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/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:10,671 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=3GrCWi-bqnC-oFFY-N6aP-uY3S-83I9-AXhFKA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=YXbLdq-9hDq-WD1a-UPtf-H5D9-kAmo-5a6154 LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=8izIwF-NIrL-W4OG-YMeN-j0Fw-jSv1-g0FivV LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH 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=EbnIWy-0F7G-HSmh-pJcN-1Ntd-aaf5-xFq3pO LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=Twpx8T-Msmh-MGO0-Yw4S-FRqn-lVzQ-qf83Ew LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=6YNWR2-nVeH-UDsU-xttK-2YIu-JN18-cWxY21 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y 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=128sUR-J1pM-bD3A-Ekyj-b9De-eLen-HYyxZ4 LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=n1kF0K-9Kcy-lrW2-vINK-U0qj-vwgg-Ue0wAI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=qxpV8g-QE0B-Dcd1-10d7-6EYt-izc7-iZVUIW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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=oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:10,672 INFO program/MainThread: stderr[41]: 2024-03-01 17:22:10,672 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:22:10,672 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:22:10,676 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: oiKMSh-6it2-4cNP-bqty-23Ua-YCug-up6pfj ; label: None ; device: /dev/sdj ; serial: 36001405a6af134abf194494b7a871ab3 ; exists: True ; vg_name: test_vg3 ; vg_uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:22:10,677 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:22:10,680 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:22:10,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:22:10,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:10,690 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:22:10,694 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:22:10,697 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:22:10,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz ; incomplete: True ; hidden: False ; 2024-03-01 17:22:10,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:10,704 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/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:10,735 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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=8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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=Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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=66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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=1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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:22:10,736 INFO program/MainThread: stderr[42]: 2024-03-01 17:22:10,736 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:22:10,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:10,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:10,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J ; incomplete: False ; hidden: False ; 2024-03-01 17:22:10,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:10,751 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:22:10,755 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:22:10,755 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:22:10,758 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:22:10,762 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:22:10,763 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:22:10,766 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:22:10,767 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:22:10,767 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:22:10,771 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:22:10,775 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:22:10,775 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:22:10,778 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:22:10,782 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:22:10,782 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:22:10,786 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:22:10,786 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:22:10,786 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:22:10,787 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:22:10,790 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:22:10,790 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:22:10,794 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:22:10,794 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:22:10,798 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/79a7012c-8274-4876-83b2-72818858beb9 ' '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz5QOMPJqnDhNGzijitqRLhaNXwAfQW97J ' '/dev/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_ACTIVATION': '1', '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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz5QOMPJqnDhNGzijitqRLhaNXwAfQW97J', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '79a7012c-8274-4876-83b2-72818858beb9', 'ID_FS_UUID_ENC': '79a7012c-8274-4876-83b2-72818858beb9', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1303877469'} ; 2024-03-01 17:22:10,798 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:22:10,798 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:10,802 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:22:10,802 INFO program/MainThread: stderr[43]: 2024-03-01 17:22:10,803 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:22:10,803 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:10,806 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:22:10,806 INFO program/MainThread: stderr[44]: 2024-03-01 17:22:10,806 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:22:10,806 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:10,809 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:22:10,809 INFO program/MainThread: stderr[45]: 2024-03-01 17:22:10,810 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:22:10,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:10,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:22:10,821 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:10,822 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:22:10,822 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:10,823 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:22:10,818 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:10,823 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:10,827 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:22:10,827 INFO program/MainThread: stderr[46]: 2024-03-01 17:22:10,827 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:22:10,832 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:22:10,836 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:10,836 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:22:10,840 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:10,840 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:22:10,843 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:10,844 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:22:10,847 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:10,847 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:22:10,848 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:22:10,851 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:10,851 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:22:10,854 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:22:10,855 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:10,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:10,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:10,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ ; incomplete: False ; hidden: False ; 2024-03-01 17:22:10,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:10,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:22:10,872 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:22:10,872 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:22:10,876 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:22:10,880 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:10,880 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:22:10,884 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:22:10,884 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:22:10,884 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:22:10,888 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:22:10,892 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:22:10,892 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:22:10,895 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:22:10,899 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:10,899 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:22:10,903 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:22:10,903 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:22:10,903 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:22:10,904 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:22:10,907 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:10,907 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:22:10,911 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:22:10,911 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:22:10,915 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-uuid/4c80fb4c-d24d-422d-b27e-441ed68ff40c ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWzhxZ1DowLeshebcRHUJaAzy0WnpzrAIpZ', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWzhxZ1DowLeshebcRHUJaAzy0WnpzrAIpZ', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4c80fb4c-d24d-422d-b27e-441ed68ff40c', 'ID_FS_UUID_ENC': '4c80fb4c-d24d-422d-b27e-441ed68ff40c', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1303541474'} ; 2024-03-01 17:22:10,915 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:22:10,915 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:10,919 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:22:10,919 INFO program/MainThread: stderr[47]: 2024-03-01 17:22:10,920 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:22:10,920 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:10,923 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:22:10,923 INFO program/MainThread: stderr[48]: 2024-03-01 17:22:10,923 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:22:10,923 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:10,926 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:22:10,927 INFO program/MainThread: stderr[49]: 2024-03-01 17:22:10,927 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:22:10,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:10,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:22:10,938 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:10,939 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:22:10,940 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:10,941 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:22:10,935 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:10,941 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:10,945 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:22:10,945 INFO program/MainThread: stderr[50]: 2024-03-01 17:22:10,945 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:22:10,949 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:22:10,953 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:10,953 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:22:10,957 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:10,957 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:22:10,960 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:10,961 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:22:10,964 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:10,964 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:22:10,965 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:22:10,968 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:10,968 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:22:10,972 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:22:10,972 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:10,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:10,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:10,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU ; incomplete: False ; hidden: False ; 2024-03-01 17:22:10,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:10,986 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:22:10,989 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:22:10,989 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:22:10,993 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:22:10,997 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:22:10,997 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:22:11,001 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:22:11,001 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:22:11,001 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:22:11,005 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:22:11,009 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:22:11,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:22:11,013 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:22:11,016 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:22:11,017 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:22:11,020 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:22:11,021 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:22:11,021 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:22:11,021 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:22:11,024 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:22:11,025 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:22:11,028 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:22:11,028 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:22:11,032 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/2a189338-b322-4c93-8b99-c17313e47819 ' '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz66CZVsvfKW7EGsl6O9ymI7ObIlZLnDLU ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz66CZVsvfKW7EGsl6O9ymI7ObIlZLnDLU', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2a189338-b322-4c93-8b99-c17313e47819', 'ID_FS_UUID_ENC': '2a189338-b322-4c93-8b99-c17313e47819', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1303207432'} ; 2024-03-01 17:22:11,032 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:22:11,033 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:11,037 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:22:11,037 INFO program/MainThread: stderr[51]: 2024-03-01 17:22:11,037 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:22:11,037 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:11,040 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:22:11,041 INFO program/MainThread: stderr[52]: 2024-03-01 17:22:11,041 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:22:11,041 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:11,044 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:22:11,044 INFO program/MainThread: stderr[53]: 2024-03-01 17:22:11,044 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:22:11,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:11,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:22:11,056 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:11,057 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:22:11,058 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:11,059 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:22:11,053 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:11,059 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:11,063 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:22:11,063 INFO program/MainThread: stderr[54]: 2024-03-01 17:22:11,064 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:22:11,068 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:22:11,072 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:11,072 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:22:11,076 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:11,076 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:22:11,080 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:11,080 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:22:11,083 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:11,083 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:22:11,084 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:22:11,087 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:11,087 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:22:11,091 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:22:11,091 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:11,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:11,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:11,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy ; incomplete: False ; hidden: False ; 2024-03-01 17:22:11,104 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:22:11,105 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:22:11,108 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:22:11,109 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:22:11,112 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:22:11,116 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:22:11,116 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:22:11,120 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:22:11,120 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:22:11,120 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:22:11,124 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:22:11,128 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:22:11,128 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:22:11,131 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:22:11,135 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:22:11,135 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:22:11,139 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:22:11,139 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:22:11,140 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:22:11,140 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:22:11,143 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:22:11,143 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:22:11,147 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:22:11,147 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:22:11,151 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/test_vg3/lv8 /dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/5524a505-ea63-4f25-ab55-87b223f2fb5f ' '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz1dZDPBXg7ZBecEohQ0qmZJBmRGjxlVwy ' '/dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz1dZDPBXg7ZBecEohQ0qmZJBmRGjxlVwy', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5524a505-ea63-4f25-ab55-87b223f2fb5f', 'ID_FS_UUID_ENC': '5524a505-ea63-4f25-ab55-87b223f2fb5f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1302811513'} ; 2024-03-01 17:22:11,151 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:22:11,151 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:11,155 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:22:11,155 INFO program/MainThread: stderr[55]: 2024-03-01 17:22:11,156 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:22:11,156 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:11,159 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:22:11,159 INFO program/MainThread: stderr[56]: 2024-03-01 17:22:11,159 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:22:11,159 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:11,162 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:22:11,162 INFO program/MainThread: stderr[57]: 2024-03-01 17:22:11,163 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:22:11,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:11,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:22:11,175 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:11,176 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:11,177 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:11,178 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:11,172 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:11,179 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:11,183 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:22:11,183 INFO program/MainThread: stderr[58]: 2024-03-01 17:22:11,183 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:22:11,188 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:22:11,191 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:11,192 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:22:11,195 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:11,195 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:22:11,199 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:11,199 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:22:11,203 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:11,203 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:22:11,203 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:22:11,207 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:11,207 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:22:11,210 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:22:11,211 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:11,211 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:22:11,214 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': '19811683'} ; 2024-03-01 17:22:11,214 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:22:11,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:11,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:11,226 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:22:11,226 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:22:11,226 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:22:11,226 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:22:11,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:22:11,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:22:11,230 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:22:11,233 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:22:11,234 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:22:11,237 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:22:11,237 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:22:11,238 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:22:11,238 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99395de048) -- 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:22:11,241 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:22:11,245 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:11,245 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:22:11,248 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:11,249 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:22:11,252 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:11,252 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:22:11,255 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:11,255 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:22:11,259 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:22:11,262 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:11,265 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:22:11,271 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 0x7f9939632b48> 2024-03-01 17:22:14,099 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:22:14,104 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:22:14,104 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:22:14,108 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': '19814317'} ; 2024-03-01 17:22:14,108 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:22:14,109 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:22:14,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:14,120 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:22:14,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:14,127 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:14,141 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:14,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:22:14,165 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:22:14,169 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:22:14,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:22:14,172 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:22:14,176 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:22:14,176 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:22:14,180 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:22:14,180 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:22:14,180 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:22:14,183 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:22:14,187 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:22:14,190 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:22:14,194 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:22:14,197 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:22:14,198 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:22:14,198 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:22:14,199 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:22:14,198 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f99395f1fd0) -- 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 0x7f99395f69e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:22:14,203 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:22:14,207 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:14,207 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:22:14,210 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:14,210 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:22:14,214 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:14,214 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:22:14,217 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:14,217 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:22:14,218 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:22:14,221 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:14,221 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:22:14,224 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:22:14,224 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:14,228 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz1dZDPBXg7ZBecEohQ0qmZJBmRGjxlVwy ' '/dev/disk/by-uuid/5524a505-ea63-4f25-ab55-87b223f2fb5f ' '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz1dZDPBXg7ZBecEohQ0qmZJBmRGjxlVwy', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5524a505-ea63-4f25-ab55-87b223f2fb5f', 'ID_FS_UUID_ENC': '5524a505-ea63-4f25-ab55-87b223f2fb5f', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1302811513'} ; 2024-03-01 17:22:14,228 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:22:14,228 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:14,233 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:22:14,233 INFO program/MainThread: stderr[59]: 2024-03-01 17:22:14,233 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:22:14,233 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:14,236 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:22:14,237 INFO program/MainThread: stderr[60]: 2024-03-01 17:22:14,237 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:22:14,237 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:14,240 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:22:14,240 INFO program/MainThread: stderr[61]: 2024-03-01 17:22:14,240 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:22:14,245 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,249 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:22:14,253 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:14,254 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:14,254 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:14,255 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:14,249 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:14,256 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:22:14,260 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:22:14,260 INFO program/MainThread: stderr[62]: 2024-03-01 17:22:14,261 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:22:14,265 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:22:14,265 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:22:14,269 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz66CZVsvfKW7EGsl6O9ymI7ObIlZLnDLU ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/2a189338-b322-4c93-8b99-c17313e47819', '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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz66CZVsvfKW7EGsl6O9ymI7ObIlZLnDLU', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2a189338-b322-4c93-8b99-c17313e47819', 'ID_FS_UUID_ENC': '2a189338-b322-4c93-8b99-c17313e47819', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1303207432'} ; 2024-03-01 17:22:14,269 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:22:14,269 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:14,273 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:22:14,273 INFO program/MainThread: stderr[63]: 2024-03-01 17:22:14,273 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:22:14,273 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:14,276 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:22:14,277 INFO program/MainThread: stderr[64]: 2024-03-01 17:22:14,277 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:22:14,277 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:14,280 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:22:14,280 INFO program/MainThread: stderr[65]: 2024-03-01 17:22:14,280 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:22:14,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,289 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:22:14,292 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:14,294 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:14,294 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:14,295 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:14,289 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:14,296 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:22:14,300 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:22:14,300 INFO program/MainThread: stderr[66]: 2024-03-01 17:22:14,300 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:22:14,304 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:22:14,305 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:22:14,308 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWzhxZ1DowLeshebcRHUJaAzy0WnpzrAIpZ ' '/dev/disk/by-uuid/4c80fb4c-d24d-422d-b27e-441ed68ff40c ' '/dev/test_vg3/lv6 /dev/mapper/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_ACTIVATION': '1', '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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWzhxZ1DowLeshebcRHUJaAzy0WnpzrAIpZ', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '4c80fb4c-d24d-422d-b27e-441ed68ff40c', 'ID_FS_UUID_ENC': '4c80fb4c-d24d-422d-b27e-441ed68ff40c', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1303541474'} ; 2024-03-01 17:22:14,308 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:22:14,308 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:14,312 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:22:14,312 INFO program/MainThread: stderr[67]: 2024-03-01 17:22:14,312 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:22:14,312 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:14,316 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:22:14,316 INFO program/MainThread: stderr[68]: 2024-03-01 17:22:14,316 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:22:14,316 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:14,319 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:22:14,320 INFO program/MainThread: stderr[69]: 2024-03-01 17:22:14,320 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:22:14,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,328 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:22:14,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:14,333 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:14,334 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:14,335 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:14,329 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:14,336 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:22:14,339 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:22:14,340 INFO program/MainThread: stderr[70]: 2024-03-01 17:22:14,340 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:22:14,344 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:22:14,344 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:22:14,347 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz5QOMPJqnDhNGzijitqRLhaNXwAfQW97J ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/79a7012c-8274-4876-83b2-72818858beb9', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-eiEdMCZ57fiSBmHTjyo8nic5IaitYJWz5QOMPJqnDhNGzijitqRLhaNXwAfQW97J', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '79a7012c-8274-4876-83b2-72818858beb9', 'ID_FS_UUID_ENC': '79a7012c-8274-4876-83b2-72818858beb9', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1303877469'} ; 2024-03-01 17:22:14,348 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:22:14,348 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:14,352 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:22:14,352 INFO program/MainThread: stderr[71]: 2024-03-01 17:22:14,352 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:22:14,352 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:14,355 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:22:14,356 INFO program/MainThread: stderr[72]: 2024-03-01 17:22:14,356 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:22:14,356 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:14,359 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:22:14,359 INFO program/MainThread: stderr[73]: 2024-03-01 17:22:14,359 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:22:14,364 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,368 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:22:14,371 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:14,373 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:14,373 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:14,374 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:14,368 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:14,375 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:22:14,379 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:22:14,379 INFO program/MainThread: stderr[74]: 2024-03-01 17:22:14,379 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:22:14,384 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:22:14,384 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:22:14,387 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-uuid/7ec7aa15-2de8-439e-9879-8859769a73d5 ' '/dev/disk/by-id/dm-uuid-LVM-IYB7hv2G5yDblddbBRQEt19bHT13MM6yQfpqglGV0Qb9FslNdjnNOKeGRhDci6L8 ' '/dev/mapper/test_vg2-lv4 /dev/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-IYB7hv2G5yDblddbBRQEt19bHT13MM6yQfpqglGV0Qb9FslNdjnNOKeGRhDci6L8', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '7ec7aa15-2de8-439e-9879-8859769a73d5', 'ID_FS_UUID_ENC': '7ec7aa15-2de8-439e-9879-8859769a73d5', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1304811463'} ; 2024-03-01 17:22:14,387 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:22:14,387 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:14,391 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:22:14,391 INFO program/MainThread: stderr[75]: 2024-03-01 17:22:14,391 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:22:14,391 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:14,395 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:22:14,395 INFO program/MainThread: stderr[76]: 2024-03-01 17:22:14,395 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:22:14,395 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:14,398 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:22:14,399 INFO program/MainThread: stderr[77]: 2024-03-01 17:22:14,399 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:22:14,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,407 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:22:14,410 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:14,411 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:14,411 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:14,412 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:14,407 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:14,413 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:22:14,417 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:22:14,417 INFO program/MainThread: stderr[78]: 2024-03-01 17:22:14,417 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:22:14,421 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:22:14,421 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:22:14,424 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-IYB7hv2G5yDblddbBRQEt19bHT13MM6y8hhZCvlxkHoHGY7WgkwWwCFk24ayJu9e ' '/dev/disk/by-uuid/f1d2d1c1-0283-4e64-987c-baa239f7da34 ' '/dev/test_vg2/lv3 /dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-name-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-IYB7hv2G5yDblddbBRQEt19bHT13MM6y8hhZCvlxkHoHGY7WgkwWwCFk24ayJu9e', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f1d2d1c1-0283-4e64-987c-baa239f7da34', 'ID_FS_UUID_ENC': 'f1d2d1c1-0283-4e64-987c-baa239f7da34', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1305124853'} ; 2024-03-01 17:22:14,425 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:22:14,425 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:14,428 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:22:14,429 INFO program/MainThread: stderr[79]: 2024-03-01 17:22:14,429 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:22:14,429 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:14,432 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:22:14,432 INFO program/MainThread: stderr[80]: 2024-03-01 17:22:14,432 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:22:14,432 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:14,436 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:22:14,436 INFO program/MainThread: stderr[81]: 2024-03-01 17:22:14,436 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:22:14,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,444 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:22:14,448 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:14,448 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:14,449 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:14,450 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:14,445 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:14,450 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:22:14,454 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:22:14,454 INFO program/MainThread: stderr[82]: 2024-03-01 17:22:14,454 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:22:14,458 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:22:14,459 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:22:14,462 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/73244423-24ce-4c54-81b4-90d8d43738b0 ' '/dev/disk/by-id/dm-uuid-LVM-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHM4CSYPvVYf8QTyAVrLKMgQdlzDphKG0U ' '/dev/test_vg1/lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHM4CSYPvVYf8QTyAVrLKMgQdlzDphKG0U', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '73244423-24ce-4c54-81b4-90d8d43738b0', 'ID_FS_UUID_ENC': '73244423-24ce-4c54-81b4-90d8d43738b0', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1306069525'} ; 2024-03-01 17:22:14,462 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:22:14,462 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:14,466 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:22:14,466 INFO program/MainThread: stderr[83]: 2024-03-01 17:22:14,466 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:22:14,466 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:14,469 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:22:14,470 INFO program/MainThread: stderr[84]: 2024-03-01 17:22:14,470 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:22:14,470 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:14,473 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:22:14,473 INFO program/MainThread: stderr[85]: 2024-03-01 17:22:14,473 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:22:14,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,481 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:22:14,484 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,485 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,485 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,486 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,482 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,487 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:22:14,490 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:22:14,491 INFO program/MainThread: stderr[86]: 2024-03-01 17:22:14,491 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:22:14,495 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:22:14,495 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:22:14,498 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHPgevZBhDAdW4A5ITQdsHBWzx7OEjb6fO ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/2e9f9ff1-7653-4e72-b6ed-2312e03b89b2 ' '/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-rMWC1wgcV9zqCFRd0hgsqpi0j6ficzZHPgevZBhDAdW4A5ITQdsHBWzx7OEjb6fO', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2e9f9ff1-7653-4e72-b6ed-2312e03b89b2', 'ID_FS_UUID_ENC': '2e9f9ff1-7653-4e72-b6ed-2312e03b89b2', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1306407489'} ; 2024-03-01 17:22:14,498 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:22:14,499 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:14,502 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:22:14,502 INFO program/MainThread: stderr[87]: 2024-03-01 17:22:14,502 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:22:14,503 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:14,506 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:22:14,506 INFO program/MainThread: stderr[88]: 2024-03-01 17:22:14,506 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:22:14,506 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:14,509 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:22:14,510 INFO program/MainThread: stderr[89]: 2024-03-01 17:22:14,510 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:22:14,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,518 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:22:14,521 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,522 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,522 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,523 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,518 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,524 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:22:14,527 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:22:14,527 INFO program/MainThread: stderr[90]: 2024-03-01 17:22:14,527 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:22:14,532 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:22:14,532 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:22:14,532 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:14,543 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:14,560 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:22:14,560 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:22:14,565 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:22:14,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:14,571 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:22:14,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:14,575 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:22:14,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:14,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:14,588 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:22:14,591 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:22:14,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:14,597 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:22:14,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:14,601 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:22:14,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:14,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:14,614 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:22:14,617 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:22:14,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:14,624 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:22:14,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:14,627 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:22:14,630 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:22:14,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:14,637 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:22:14,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:14,640 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:22:14,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:14,647 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:22:14,647 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:14,648 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:14,648 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:14,648 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:14,649 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:14,649 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:14,650 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:14,650 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:14,650 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:14,651 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:14,651 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:14,652 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:22:14,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:22:14,658 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:22:14,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:22:14,664 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:22:14,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:22:14,670 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:22:14,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,677 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:22:14,677 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:22:14,679 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,680 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,681 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,681 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,677 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,684 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,685 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,685 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,686 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,689 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,690 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,690 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,691 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,687 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,694 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,695 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,695 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,696 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,692 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,699 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,699 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,700 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,701 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,696 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,703 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,704 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,704 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,705 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,701 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,708 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,709 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,709 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,710 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,706 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,713 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,713 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,714 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,715 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,710 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,717 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,718 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,719 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,719 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,715 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,722 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,723 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,723 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,724 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,720 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,727 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,728 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,728 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,729 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,725 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,731 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,732 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,733 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,733 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,729 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,736 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,737 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,737 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,738 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,734 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,741 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,742 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,742 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,743 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,739 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,746 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,746 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,747 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,748 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,743 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,750 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,751 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,751 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,752 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,748 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,755 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,756 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,756 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,757 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,753 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,760 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,761 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,761 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,762 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,758 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,764 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,765 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,766 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,766 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,769 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,770 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,770 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,771 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,767 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,774 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,775 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,775 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,776 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,772 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,778 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,779 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,780 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,780 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,776 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,783 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,784 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,784 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,785 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,781 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,788 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,789 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,789 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,790 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,786 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,793 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,793 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,794 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,795 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,790 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,797 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,798 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,799 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,799 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,795 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,802 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,803 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,803 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,804 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,800 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,807 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,808 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,808 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,809 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,805 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,811 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,812 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,813 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,813 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,809 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,816 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,817 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,817 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,818 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,814 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,821 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,822 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,822 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,823 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,826 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,826 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,827 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,828 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:22:14,823 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = PgevZB-hDAd-W4A5-ITQd-sHBW-zx7O-Ejb6fO 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,828 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:22:14,832 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:22:14,832 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:14,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 17:22:14,836 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:22:14,836 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:14,837 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 17:22:14,841 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:22:14,841 INFO program/MainThread: stderr[91]: 2024-03-01 17:22:14,841 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 17:22:14,846 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 17:22:14,846 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:22:14,846 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:14,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:14,853 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:22:14,853 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:22:14,856 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,857 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,857 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,858 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,854 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,861 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,862 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,862 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,863 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,859 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,866 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,867 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,867 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,868 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,863 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,871 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,871 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,872 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,873 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,868 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,875 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,876 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,877 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,877 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,873 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,880 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,881 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,881 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,882 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,878 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,885 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,886 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,886 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,887 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,882 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,890 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,890 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,891 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,892 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,887 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,894 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,895 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,896 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,896 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,892 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,899 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,900 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,900 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,901 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,897 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,904 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,905 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,905 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,906 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,902 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,909 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,909 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,910 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,911 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,906 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,913 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,914 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,915 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,915 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,911 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,918 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,919 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,919 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,920 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,916 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,923 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,924 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,924 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,925 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,921 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,928 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,928 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,929 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,930 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,932 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,933 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,934 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,934 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,930 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,937 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,938 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,938 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,939 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,935 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,942 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,943 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,943 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,944 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,940 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,947 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,947 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,948 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,949 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,944 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,951 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,952 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,953 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,953 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,949 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,956 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,957 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,957 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,958 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,954 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,961 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,962 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,962 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,963 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,959 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,966 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,966 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,967 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,968 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,963 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,970 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,971 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,972 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,972 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,968 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,975 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,976 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,976 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,977 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,973 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,980 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,981 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,981 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,982 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,978 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,985 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,985 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,986 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,986 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,982 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,989 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,990 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,990 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,991 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,987 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,994 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,994 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,995 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,995 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,991 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:14,998 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:14,999 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,999 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:15,000 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:14,996 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:15,003 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:15,003 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:15,004 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:22:15,004 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:22:15,000 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939620dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = M4CSYP-vVYf-8QTy-AVrL-KMgQ-dlzD-phKG0U 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 (0x7f9939697ac8) -- 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 = rMWC1w-gcV9-zqCF-Rd0h-gsqp-i0j6-ficzZH size = 2.98 GiB format = existing None major = 0 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:22:15,005 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 17:22:15,008 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:22:15,009 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:15,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 17:22:15,012 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 17:22:15,012 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:15,016 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:22:15,016 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 17:22:15,016 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:15,016 DEBUG blivet.ansible/MainThread: ['sdb', 'sda', 'test_vg1', 'sdc'] 2024-03-01 17:22:15,017 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:22:15,020 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:22:15,020 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:15,023 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:22:15,027 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:22:15,030 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:22:15,030 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:22:15,030 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:22:15,030 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:22:15,030 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:22:15,033 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:15,034 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:15,034 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 17:22:15,037 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:22:15,037 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:22:15,037 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:22:15,037 DEBUG blivet/MainThread: removing sda 2024-03-01 17:22:15,040 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:15,041 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:15,041 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 17:22:15,044 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:22:15,044 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:22:15,044 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:22:15,044 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:22:15,047 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:15,047 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:15,048 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 17:22:15,051 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:22:15,051 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:22:15,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:15,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:15,058 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 17:22:15,058 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:15,058 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:15,059 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:15,059 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:15,059 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:15,060 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:15,060 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:15,061 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:15,061 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:15,061 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:15,062 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:15,062 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:22:15,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:22:15,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 17:22:15,069 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:22:15,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:22:15,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 17:22:15,075 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:22:15,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:22:15,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 17:22:15,081 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:22:15,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:15,087 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:22:15,088 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:22:15,090 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,091 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,091 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,092 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,095 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,096 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,096 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,097 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,093 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,100 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,100 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,101 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,102 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,097 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,104 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,105 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,105 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,106 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,102 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,109 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,110 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,110 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,111 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,107 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,114 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,114 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,115 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,116 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,111 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,118 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,119 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,119 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,120 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,116 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,123 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,124 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,124 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,125 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,121 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,128 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,128 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,129 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,130 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,125 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,132 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,133 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,133 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,134 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,130 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,137 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,138 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,138 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,139 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,135 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,142 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,142 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,143 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,144 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,139 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,146 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,147 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,148 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,148 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,144 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,151 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,152 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,152 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,153 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,149 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,156 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,156 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,157 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,158 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,154 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,160 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,161 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,161 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,162 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,158 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,165 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,166 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,166 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,167 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,163 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,170 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,170 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,171 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,172 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,168 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,174 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,175 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,175 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,176 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,172 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,179 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,180 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,180 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,181 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,177 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,184 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,184 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,185 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,186 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,181 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,188 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,189 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,189 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,190 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,186 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,193 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,194 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,194 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,195 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,191 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,198 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,198 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,199 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,200 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,196 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,202 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,203 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,204 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,204 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,200 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,207 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,208 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,208 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,209 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,205 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,212 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,212 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,213 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,214 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,210 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,216 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,217 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,217 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,218 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,214 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,221 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,222 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,222 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,223 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,219 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,226 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,226 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,227 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,228 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,223 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,230 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,231 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,231 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,232 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,228 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,235 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,236 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,236 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,237 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:22:15,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993963ff60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = 8hhZCv-lxkH-oHGY-7Wgk-wWwC-Fk24-ayJu9e 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,238 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 17:22:15,241 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:22:15,241 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:15,241 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 17:22:15,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 17:22:15,245 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:15,249 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 17:22:15,249 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 17:22:15,249 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:15,252 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:15,256 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:22:15,256 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:22:15,258 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,259 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,259 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,260 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,256 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,262 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,263 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,263 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,264 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,260 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,266 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,267 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,267 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,268 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,264 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,271 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,271 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,272 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,272 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,269 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,275 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,275 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,276 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,276 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,273 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,279 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,279 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,280 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,280 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,283 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,284 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,284 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,285 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,281 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,287 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,288 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,288 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,289 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,285 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,291 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,292 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,292 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,293 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,289 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,295 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,296 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,296 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,297 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,293 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,300 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,300 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,301 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,301 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,298 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,304 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,304 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,305 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,305 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,302 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,308 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,308 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,309 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,309 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,306 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,312 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,313 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,313 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,314 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,310 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,316 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,317 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,317 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,318 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,314 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,320 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,321 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,321 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,322 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,318 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,324 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,325 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,325 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,326 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,322 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,329 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,329 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,330 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,330 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,326 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,333 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,333 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,334 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,334 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,331 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,337 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,338 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,338 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,339 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,335 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,341 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,342 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,342 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,343 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,339 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,345 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,346 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,346 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,347 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,343 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,349 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,350 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,350 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,351 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,347 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,354 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,354 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,355 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,355 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,351 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,358 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,358 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,359 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,359 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,356 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,362 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,362 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,363 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,363 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,360 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,366 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,367 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,367 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,368 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,364 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,370 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,371 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,371 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,372 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,368 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,374 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,375 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,375 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,376 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,372 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,379 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,379 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,379 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,380 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,376 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,383 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,383 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,384 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,384 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,381 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,387 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,387 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,388 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:22:15,388 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:22:15,385 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99486b6ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Qfpqgl-GV0Q-b9Fs-lNdj-nNOK-eGRh-Dci6L8 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 (0x7f99396374e0) -- 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 = IYB7hv-2G5y-Dbld-dbBR-QEt1-9bHT-13MM6y size = 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:22:15,389 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 17:22:15,392 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:22:15,393 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:15,393 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 17:22:15,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 17:22:15,396 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:15,400 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:22:15,400 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 17:22:15,400 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:15,400 DEBUG blivet.ansible/MainThread: ['sdd', 'sde', 'test_vg2', 'sdf'] 2024-03-01 17:22:15,400 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 17:22:15,403 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 17:22:15,404 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:15,407 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:22:15,410 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:22:15,414 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:22:15,414 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 17:22:15,414 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:22:15,414 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 17:22:15,414 DEBUG blivet/MainThread: removing sdd 2024-03-01 17:22:15,417 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:15,417 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:15,417 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 17:22:15,420 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 17:22:15,421 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:22:15,421 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 17:22:15,421 DEBUG blivet/MainThread: removing sde 2024-03-01 17:22:15,424 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:15,424 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:15,424 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 17:22:15,427 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 17:22:15,427 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:22:15,427 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 17:22:15,427 DEBUG blivet/MainThread: removing sdf 2024-03-01 17:22:15,430 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:15,430 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:15,431 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 17:22:15,434 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 17:22:15,434 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:22:15,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:15,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:15,441 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 17:22:15,441 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:15,442 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:15,442 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:15,443 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:15,443 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:15,444 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:15,444 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:15,445 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:15,445 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:15,445 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:15,446 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:15,446 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:22:15,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:22:15,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 17:22:15,453 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:22:15,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:22:15,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 17:22:15,459 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:22:15,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:22:15,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 17:22:15,466 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:22:15,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:22:15,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 17:22:15,472 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:22:15,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:15,478 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:22:15,478 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:22:15,481 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,482 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,484 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,478 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,489 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,491 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,485 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,494 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,495 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,496 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,497 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,491 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,500 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,501 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,502 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,503 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,498 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,507 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,508 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,508 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,509 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,504 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,513 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,514 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,514 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,516 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,510 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,520 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,521 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,522 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,516 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,525 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,526 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,527 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,528 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,523 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,532 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,533 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,533 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,534 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,529 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,538 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,539 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,539 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,541 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,535 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,544 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,545 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,546 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,547 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,541 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,550 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,552 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,552 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,553 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,548 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,557 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,558 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,558 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,559 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,554 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,563 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,564 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,565 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,566 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,560 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,569 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,570 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,571 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,572 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,566 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,575 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,577 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,577 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,578 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,573 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,582 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,583 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,583 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,584 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,579 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,588 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,589 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,589 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,591 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,585 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,594 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,595 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,596 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,597 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,591 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,600 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,602 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,602 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,603 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,598 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,607 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,608 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,608 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,609 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,604 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,613 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,614 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,614 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,616 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,610 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,619 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,620 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,621 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,622 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,616 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,625 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,626 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,627 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,628 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,623 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,632 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,633 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,633 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,634 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,629 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,638 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,639 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,639 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,641 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,635 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,644 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,645 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,646 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,647 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,641 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,650 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,652 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,652 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,653 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,648 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,657 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,658 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,658 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,659 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,654 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,663 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,664 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,664 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,666 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,660 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,669 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,670 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,671 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,672 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,666 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,675 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,677 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,677 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,678 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:22:15,673 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f9939648a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5QOMPJ-qnDh-NGzi-jitq-RLha-NXwA-fQW97J 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,679 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 17:22:15,682 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:22:15,682 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:15,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 17:22:15,686 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 17:22:15,686 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:15,690 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 17:22:15,690 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 17:22:15,690 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:15,693 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:15,696 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:22:15,697 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:22:15,699 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,700 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,701 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,702 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,697 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,705 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,706 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,707 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,708 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,703 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,711 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,712 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,713 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,714 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,708 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,717 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,718 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,718 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,719 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,723 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,724 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,724 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,725 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,720 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,728 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,729 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,731 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,726 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,734 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,735 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,736 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,737 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,732 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,740 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,741 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,742 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,743 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,737 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,746 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,747 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,747 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,748 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,743 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,752 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,753 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,754 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,749 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,757 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,758 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,760 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,755 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,763 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,764 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,765 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,766 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,761 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,769 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,770 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,770 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,771 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,766 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,775 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,776 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,776 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,777 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,772 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,780 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,781 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,782 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,783 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,778 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,786 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,787 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,788 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,789 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,784 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,792 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,793 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,794 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,795 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,789 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,798 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,799 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,799 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,800 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,795 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,804 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,805 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,805 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,806 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,801 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,810 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,811 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,811 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,812 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,807 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,815 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,816 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,817 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,818 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,813 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,821 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,822 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,823 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,824 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,819 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,827 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,828 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,829 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,830 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,824 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,833 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,834 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,835 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,836 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,830 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,839 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,840 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,840 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,841 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,836 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,845 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,846 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,846 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,847 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,842 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,851 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,852 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,852 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,853 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,848 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,856 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,857 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,858 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,859 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,854 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,862 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,863 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,864 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,865 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,860 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,868 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,869 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,869 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,871 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,865 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,874 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,875 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,875 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,876 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,871 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,880 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,881 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,881 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,882 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:22:15,877 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993aa2a748) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = hxZ1Do-wLes-hebc-RHUJ-aAzy-0Wnp-zrAIpZ 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,883 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 17:22:15,886 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:22:15,886 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:15,887 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 17:22:15,890 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 17:22:15,890 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:15,894 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 17:22:15,894 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 17:22:15,894 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:15,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:15,900 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:22:15,901 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:22:15,903 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,904 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,905 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,906 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,901 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,909 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,910 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,910 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,911 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,906 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,914 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,915 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,915 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,916 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,912 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,919 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,920 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,921 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,922 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,917 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,925 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,926 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,926 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,927 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,922 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,930 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,931 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,931 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,932 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,927 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,935 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,936 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,938 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,933 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,941 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,942 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,942 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,943 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,938 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,946 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,947 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,947 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,948 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,943 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,951 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,952 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,953 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,953 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,949 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,957 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,957 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,958 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,959 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,954 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,962 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,963 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,963 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,964 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,959 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,967 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,968 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,968 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,969 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,965 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,972 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,973 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,974 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,975 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,970 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,978 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,979 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,980 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,975 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,983 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,984 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,984 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,985 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,980 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,988 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,989 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,990 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,990 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,986 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,994 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,995 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,995 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:15,996 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,991 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:15,999 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,000 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,000 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,001 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:15,996 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,004 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,005 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,006 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,006 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,010 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,011 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,012 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,007 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,016 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,017 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,020 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,021 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,022 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,018 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,025 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,026 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,027 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,028 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,023 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,031 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,032 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,032 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,033 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,028 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,036 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,037 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,037 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,038 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,033 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,041 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,042 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,043 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,043 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,039 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,047 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,047 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,048 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,049 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,044 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,052 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,053 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,053 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,054 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,049 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,057 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,058 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,058 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,059 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,055 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,062 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,063 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,064 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,065 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,060 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,068 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,069 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,069 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,070 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:22:16,065 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f993a7a1710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 66CZVs-vfKW-7EGs-l6O9-ymI7-ObIl-ZLnDLU 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,071 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 17:22:16,074 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:22:16,074 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:16,074 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 17:22:16,078 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 17:22:16,078 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:16,082 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:22:16,082 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 17:22:16,082 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:16,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:16,088 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:22:16,088 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:22:16,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,092 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,092 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,093 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,096 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,097 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,097 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,098 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,094 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,101 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,101 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,102 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,103 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,098 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,106 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,106 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,107 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,107 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,103 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,110 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,111 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,111 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,112 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,108 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,115 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,116 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,116 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,117 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,113 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,120 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,120 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,122 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,117 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,125 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,125 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,126 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,126 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,122 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,129 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,130 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,130 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,131 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,127 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,134 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,135 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,135 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,136 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,132 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,139 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,139 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,140 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,141 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,136 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,144 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,144 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,145 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,146 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,141 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,148 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,149 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,150 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,150 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,146 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,153 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,154 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,154 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,155 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,151 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,158 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,159 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,159 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,160 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,155 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,163 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,163 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,164 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,165 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,160 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,167 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,168 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,169 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,169 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,165 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,172 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,173 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,173 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,174 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,170 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,177 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,178 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,178 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,179 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,175 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,182 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,183 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,184 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,186 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,187 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,188 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,188 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,184 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,191 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,192 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,192 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,193 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,189 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,197 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,197 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,198 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,194 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,201 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,201 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,202 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,203 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,198 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,205 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,206 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,207 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,207 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,203 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,210 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,211 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,211 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,212 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,208 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,215 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,216 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,216 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,217 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,213 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,220 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,220 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,221 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,222 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,224 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,225 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,226 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,226 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,222 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,229 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,230 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,230 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,231 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,227 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,234 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,235 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,235 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,236 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,232 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,239 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,239 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,240 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:22:16,241 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:22:16,236 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99395d27f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 1dZDPB-Xg7Z-BecE-ohQ0-qmZJ-BmRG-jxlVwy 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 (0x7f9939609828) -- 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 = eiEdMC-Z57f-iSBm-HTjy-o8ni-c5Ia-itYJWz 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:22:16,241 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 17:22:16,244 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:22:16,245 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:16,245 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 17:22:16,248 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 17:22:16,248 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:16,252 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 17:22:16,252 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 17:22:16,252 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:16,252 DEBUG blivet.ansible/MainThread: ['test_vg3', 'sdj', 'sdh', 'sdi', 'sdg'] 2024-03-01 17:22:16,252 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 17:22:16,255 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 17:22:16,256 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:16,259 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:22:16,263 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:22:16,266 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:22:16,269 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:22:16,269 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 17:22:16,269 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:22:16,269 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 17:22:16,269 DEBUG blivet/MainThread: removing sdj 2024-03-01 17:22:16,273 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:16,273 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:16,273 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 17:22:16,276 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 17:22:16,276 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:22:16,276 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 17:22:16,276 DEBUG blivet/MainThread: removing sdh 2024-03-01 17:22:16,279 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:16,279 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:16,280 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 17:22:16,283 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 17:22:16,283 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:22:16,283 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 17:22:16,283 DEBUG blivet/MainThread: removing sdi 2024-03-01 17:22:16,286 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:16,286 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:16,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 17:22:16,289 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 17:22:16,289 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:22:16,290 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 17:22:16,290 DEBUG blivet/MainThread: removing sdg 2024-03-01 17:22:16,293 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 17:22:16,293 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:22:16,293 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 17:22:16,296 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 17:22:16,296 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:22:16,297 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:16,309 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:16,325 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:16,339 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:16,359 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:22:16,359 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:16,371 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:16,391 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:22:16,392 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:16,403 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:16,423 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:22:16,423 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:16,435 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:16,455 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:22:16,455 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:16,467 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:16,487 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:22:16,487 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:16,501 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:16,521 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:22:16,521 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:16,535 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:16,555 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:22:16,556 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:16,570 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:16,590 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:22:16,591 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:16,591 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:16,591 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:16,591 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:16,591 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:22:16,591 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:22:16,591 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:22:16,591 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:22:16,592 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:16,592 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:16,592 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:16,592 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:16,592 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:22:16,592 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:22:16,592 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:22:16,592 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:22:16,592 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:16,592 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:16,592 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:16,592 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:16,593 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:16,593 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:16,593 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:16,593 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:16,593 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:22:16,593 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:22:16,593 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:22:16,593 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:22:16,593 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:22:16,593 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:22:16,595 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:22:16,598 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:22:16,601 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:22:16,605 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:22:16,605 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:22:16,608 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:22:16,608 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 0x7f99395c7888> 2024-03-01 17:22:16,608 INFO blivet/MainThread: sorting actions... 2024-03-01 17:22:16,630 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:16,630 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:16,631 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:16,631 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:16,631 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:16,631 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:16,631 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:16,631 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:16,632 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:22:16,632 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:22:16,632 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:22:16,632 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:22:16,632 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:22:16,632 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:16,632 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:16,633 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:16,633 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:16,633 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:22:16,633 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:22:16,633 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:22:16,633 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:22:16,633 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:16,634 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:16,634 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:16,634 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:16,634 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:22:16,634 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:22:16,634 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:22:16,635 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:22:16,635 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:16,638 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:16,642 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:22:16,642 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 17:22:16,654 INFO program/MainThread: stdout: 2024-03-01 17:22:16,654 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:16,654 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:16,654 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:16,673 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:16,674 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:16,687 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:16,688 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:22:16,693 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 17:22:16,696 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:22:16,700 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:22:16,704 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 17:22:16,708 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:22:16,708 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:16,741 INFO program/MainThread: stdout[92]: 2024-03-01 17:22:16,741 INFO program/MainThread: stderr[92]: 2024-03-01 17:22:16,741 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 17:22:16,746 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:22:16,749 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:16,752 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:22:16,756 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:16,759 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:22:16,762 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:16,766 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:22:16,769 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:16,772 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:22:16,776 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 17:22:16,776 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:16,820 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 17:22:16,820 INFO program/MainThread: stderr[93]: 2024-03-01 17:22:16,820 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 17:22:16,821 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:16,829 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:16,845 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:22:16,846 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 17:22:16,872 INFO program/MainThread: stdout: 2024-03-01 17:22:16,872 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:16,872 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:16,873 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:16,893 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:16,893 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:16,907 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:16,908 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:22:16,912 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 17:22:16,916 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:22:16,920 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:22:16,924 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 17:22:16,927 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:22:16,927 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:16,963 INFO program/MainThread: stdout[94]: 2024-03-01 17:22:16,964 INFO program/MainThread: stderr[94]: 2024-03-01 17:22:16,964 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 17:22:16,968 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:22:16,972 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:16,975 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:22:16,979 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:16,982 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:22:16,986 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:16,989 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:22:16,992 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:16,996 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:22:16,999 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 17:22:16,999 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:17,056 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 17:22:17,057 INFO program/MainThread: stderr[95]: 2024-03-01 17:22:17,057 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 17:22:17,058 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:17,066 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,076 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:22:17,077 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 17:22:17,097 INFO program/MainThread: stdout: 2024-03-01 17:22:17,097 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:17,097 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:17,098 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:17,119 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:17,120 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:17,131 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:17,132 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:22:17,136 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 17:22:17,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:22:17,144 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:22:17,147 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 17:22:17,151 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:22:17,151 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:17,190 INFO program/MainThread: stdout[96]: 2024-03-01 17:22:17,190 INFO program/MainThread: stderr[96]: 2024-03-01 17:22:17,190 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 17:22:17,195 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:22:17,198 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,201 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:22:17,205 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,208 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:22:17,212 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,215 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:22:17,218 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,221 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:22:17,225 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 17:22:17,225 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:17,270 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 17:22:17,271 INFO program/MainThread: stderr[97]: 2024-03-01 17:22:17,271 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 17:22:17,272 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:17,279 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,296 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:22:17,297 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 17:22:17,314 INFO program/MainThread: stdout: 2024-03-01 17:22:17,314 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:17,314 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:17,314 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:17,344 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:17,345 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:17,358 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:17,359 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:22:17,363 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 17:22:17,367 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:22:17,371 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:22:17,375 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 17:22:17,378 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:22:17,378 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:17,413 INFO program/MainThread: stdout[98]: 2024-03-01 17:22:17,414 INFO program/MainThread: stderr[98]: 2024-03-01 17:22:17,414 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 17:22:17,418 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:22:17,422 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,426 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:22:17,429 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,432 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:22:17,435 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,439 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:22:17,442 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,445 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:22:17,449 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 17:22:17,449 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:17,490 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 17:22:17,490 INFO program/MainThread: stderr[99]: 2024-03-01 17:22:17,490 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 17:22:17,491 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:22:17,498 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 17:22:17,505 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 17:22:17,511 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:22:17,534 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,541 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:22:17,547 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,553 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:22:17,559 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,565 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:22:17,569 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,573 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:22:17,576 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 17:22:17,576 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:17,613 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 17:22:17,613 INFO program/MainThread: stderr[100]: 2024-03-01 17:22:17,613 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 17:22:17,614 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:17,673 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 17:22:17,673 INFO program/MainThread: stderr[101]: 2024-03-01 17:22:17,674 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 17:22:17,674 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:17,724 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 17:22:17,724 INFO program/MainThread: stderr[102]: 2024-03-01 17:22:17,724 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 17:22:17,725 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:22:17,732 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,741 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:22:17,747 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:22:17,747 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:17,799 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 17:22:17,800 INFO program/MainThread: stderr[103]: 2024-03-01 17:22:17,800 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 17:22:17,800 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 17:22:17,800 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:17,838 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:17,838 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:17,854 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:17,854 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:17,869 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:17,870 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:22:17,874 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,877 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:22:17,880 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:22:17,880 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:17,912 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 17:22:17,913 INFO program/MainThread: stderr[104]: 2024-03-01 17:22:17,913 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 17:22:17,913 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 17:22:17,913 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:17,947 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:17,947 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:17,961 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:17,961 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:17,976 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:17,977 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:22:17,981 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:17,984 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:22:17,987 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:22:17,987 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:18,017 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 17:22:18,017 INFO program/MainThread: stderr[105]: 2024-03-01 17:22:18,017 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 17:22:18,017 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 17:22:18,018 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,055 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,055 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,067 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,067 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,082 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,083 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:22:18,087 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:18,090 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:22:18,093 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:22:18,093 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdj$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:18,121 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 17:22:18,121 INFO program/MainThread: stderr[106]: 2024-03-01 17:22:18,121 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 17:22:18,121 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 17:22:18,122 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,161 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,161 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,175 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,176 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,189 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,190 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:18,194 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:18,198 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:22:18,198 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 17:22:18,208 INFO program/MainThread: stdout: 2024-03-01 17:22:18,209 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:18,209 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,209 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,224 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,224 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,236 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,237 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:22:18,241 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 17:22:18,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:22:18,249 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:22:18,253 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 17:22:18,256 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:22:18,256 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:18,290 INFO program/MainThread: stdout[107]: 2024-03-01 17:22:18,291 INFO program/MainThread: stderr[107]: 2024-03-01 17:22:18,291 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 17:22:18,295 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:22:18,299 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:18,302 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 17:22:18,306 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:18,309 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 17:22:18,312 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:18,315 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 17:22:18,319 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 17:22:18,319 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:18,362 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 17:22:18,363 INFO program/MainThread: stderr[108]: 2024-03-01 17:22:18,363 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 17:22:18,363 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:18,371 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:18,379 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:22:18,380 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 17:22:18,399 INFO program/MainThread: stdout: 2024-03-01 17:22:18,400 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:18,400 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,400 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,416 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,416 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,427 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,428 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:22:18,432 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 17:22:18,436 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:22:18,440 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:22:18,443 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 17:22:18,447 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:22:18,447 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:18,482 INFO program/MainThread: stdout[109]: 2024-03-01 17:22:18,483 INFO program/MainThread: stderr[109]: 2024-03-01 17:22:18,483 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 17:22:18,487 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:22:18,491 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:18,494 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:22:18,497 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:18,501 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:22:18,504 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:18,507 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:22:18,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 17:22:18,511 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:18,552 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 17:22:18,553 INFO program/MainThread: stderr[110]: 2024-03-01 17:22:18,553 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 17:22:18,554 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:22:18,561 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 17:22:18,571 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 17:22:18,577 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:22:18,584 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:18,591 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:22:18,595 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:18,599 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:22:18,606 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:18,612 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:22:18,615 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 17:22:18,615 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:18,648 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 17:22:18,648 INFO program/MainThread: stderr[111]: 2024-03-01 17:22:18,648 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 17:22:18,648 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:18,695 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 17:22:18,696 INFO program/MainThread: stderr[112]: 2024-03-01 17:22:18,696 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 17:22:18,696 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:18,730 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 17:22:18,730 INFO program/MainThread: stderr[113]: 2024-03-01 17:22:18,730 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 17:22:18,731 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:22:18,738 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:18,745 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:22:18,751 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:22:18,751 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:18,805 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 17:22:18,806 INFO program/MainThread: stderr[114]: 2024-03-01 17:22:18,806 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 17:22:18,806 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 17:22:18,806 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,844 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,844 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,861 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,861 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,873 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,874 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:22:18,878 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:18,881 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:22:18,884 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:22:18,884 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:18,913 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 17:22:18,914 INFO program/MainThread: stderr[115]: 2024-03-01 17:22:18,914 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 17:22:18,914 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 17:22:18,914 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,950 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,950 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,963 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,963 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:18,978 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:18,979 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:22:18,983 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:18,986 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:22:18,989 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:22:18,989 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:19,020 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 17:22:19,020 INFO program/MainThread: stderr[116]: 2024-03-01 17:22:19,020 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 17:22:19,020 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 17:22:19,021 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,053 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,053 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,067 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,067 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,082 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,083 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:19,088 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:19,091 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:22:19,091 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 17:22:19,101 INFO program/MainThread: stdout: 2024-03-01 17:22:19,102 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:19,102 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,102 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,117 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,117 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,131 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,132 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:22:19,136 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 17:22:19,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:22:19,144 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:22:19,147 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 17:22:19,151 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:22:19,151 INFO program/MainThread: Running [117] lvm lvchange -an test_vg1/lv2 --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:22:19,188 INFO program/MainThread: stdout[117]: 2024-03-01 17:22:19,189 INFO program/MainThread: stderr[117]: 2024-03-01 17:22:19,189 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 17:22:19,194 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:22:19,197 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:19,201 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 17:22:19,204 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:19,207 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 17:22:19,210 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:19,214 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 17:22:19,217 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 17:22:19,217 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg1/lv2 --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:22:19,261 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 17:22:19,261 INFO program/MainThread: stderr[118]: 2024-03-01 17:22:19,261 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 17:22:19,262 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:19,270 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:19,276 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:22:19,277 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:22:19,292 INFO program/MainThread: stdout: 2024-03-01 17:22:19,292 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:22:19,292 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,292 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,315 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,315 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,327 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,328 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:22:19,332 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:22:19,336 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:22:19,340 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:22:19,344 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:22:19,347 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:22:19,347 INFO program/MainThread: Running [119] lvm lvchange -an test_vg1/lv1 --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:22:19,380 INFO program/MainThread: stdout[119]: 2024-03-01 17:22:19,381 INFO program/MainThread: stderr[119]: 2024-03-01 17:22:19,381 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 17:22:19,385 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:22:19,389 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:19,392 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:22:19,396 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:19,399 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:22:19,403 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:19,406 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:22:19,409 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:22:19,409 INFO program/MainThread: Running [120] lvm lvremove --yes test_vg1/lv1 --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:22:19,452 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 17:22:19,453 INFO program/MainThread: stderr[120]: 2024-03-01 17:22:19,453 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 17:22:19,454 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:22:19,458 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:22:19,465 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:22:19,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:22:19,477 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:19,483 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:22:19,495 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:19,501 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:22:19,507 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:19,511 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:22:19,514 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:22:19,514 INFO program/MainThread: Running [121] lvm vgreduce --removemissing --force 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:22:19,553 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 17:22:19,553 INFO program/MainThread: stderr[121]: 2024-03-01 17:22:19,554 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 17:22:19,554 INFO program/MainThread: Running [122] lvm vgchange -an 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:22:19,596 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:22:19,597 INFO program/MainThread: stderr[122]: 2024-03-01 17:22:19,597 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 17:22:19,597 INFO program/MainThread: Running [123] lvm vgremove --force 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:22:19,636 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 17:22:19,636 INFO program/MainThread: stderr[123]: 2024-03-01 17:22:19,636 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 17:22:19,637 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:22:19,644 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:19,651 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:22:19,658 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:22:19,658 INFO program/MainThread: Running [124] lvm pvremove --force --force --yes /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:22:19,703 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:22:19,703 INFO program/MainThread: stderr[124]: 2024-03-01 17:22:19,703 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 17:22:19,703 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:22:19,703 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,740 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,740 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,753 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,753 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,768 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,769 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:22:19,773 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:19,776 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:22:19,779 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:22:19,780 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:22:19,807 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:22:19,808 INFO program/MainThread: stderr[125]: 2024-03-01 17:22:19,808 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 17:22:19,808 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:22:19,808 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,846 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,846 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,861 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,862 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,874 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,875 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:22:19,879 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:22:19,882 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:22:19,885 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:22:19,885 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:22:19,913 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:22:19,914 INFO program/MainThread: stderr[126]: 2024-03-01 17:22:19,914 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 17:22:19,914 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:22:19,914 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,948 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,948 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,962 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,962 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:19,977 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:19,983 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:22:19,983 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 0x7f99395c7780> 2024-03-01 17:22:36,218 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_2jjomyy1/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:22:41,172 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_wq7zl9th/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:22:48,634 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ih3b5k14/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:22:48,671 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:48,671 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:22:48,675 INFO program/MainThread: stdout[2]: 2024-03-01 17:22:48,675 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:22:48,675 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:22:48,675 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:22:48,680 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:48,680 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:22:48,684 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:48,684 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:22:48,687 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:48,687 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:22:48,690 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:48,691 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:22:48,699 INFO program/MainThread: stdout: 2024-03-01 17:22:48,699 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:22:48,699 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:22:48,699 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:22:48,699 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:22:48,699 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:22:48,699 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:22:48,699 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:22:48,699 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:22:48,699 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:22:48,699 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:22:48,699 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:22:48,699 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:22:48,699 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:22:48,700 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:22:48,700 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:22:48,700 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:48,700 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:22:48,700 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:48,700 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:48,700 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:22:48,700 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:48,701 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:22:48,701 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:22:48,701 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:48,716 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:48,728 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:22:48,733 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/scsi-3600140527ab2a1accd44956adbb66e9e', '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': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'ID_SERIAL': '3600140527ab2a1accd44956adbb66e9e', 'ID_SERIAL_SHORT': '600140527ab2a1accd44956adbb66e9e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140527ab2a1ac', 'ID_WWN_VENDOR_EXTENSION': '0xcd44956adbb66e9e', 'ID_WWN_WITH_EXTENSION': '0x600140527ab2a1accd44956adbb66e9e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140527ab2a1accd44956adbb66e9e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876679713'} ; 2024-03-01 17:22:48,733 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:22:48,734 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:22:48,764 INFO program/MainThread: stdout[3]: 2024-03-01 17:22:48,765 INFO program/MainThread: stderr[3]: 2024-03-01 17:22:48,765 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:22:48,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:48,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:48,778 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:22:48,783 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:22:48,784 INFO blivet/MainThread: sda is a disk 2024-03-01 17:22:48,784 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:22:48,784 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:22:48,788 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:22:48,791 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:22:48,791 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:22:48,795 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:22:48,795 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:22:48,796 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:22:48,796 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2a919ce6a0) -- 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 = 600140527ab2a1accd44956adbb66e9e 2024-03-01 17:22:48,800 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:22:48,800 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:22:48,803 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/wwn-0x600140555d3b81a364b40338c696b8d2', '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': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'ID_SERIAL': '3600140555d3b81a364b40338c696b8d2', 'ID_SERIAL_SHORT': '600140555d3b81a364b40338c696b8d2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140555d3b81a3', 'ID_WWN_VENDOR_EXTENSION': '0x64b40338c696b8d2', 'ID_WWN_WITH_EXTENSION': '0x600140555d3b81a364b40338c696b8d2', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140555d3b81a364b40338c696b8d2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876637314'} ; 2024-03-01 17:22:48,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:22:48,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:22:48,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:48,814 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:22:48,814 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:22:48,814 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:22:48,815 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:22:48,818 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:22:48,821 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:22:48,821 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:22:48,825 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:22:48,825 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:22:48,825 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:22:48,825 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2a9190feb8) -- 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 = 600140555d3b81a364b40338c696b8d2 2024-03-01 17:22:48,829 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:22:48,829 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:22:48,833 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/wwn-0x60014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_4e00594c-c9d7-4b4a-a43b-709053873c94', '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': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'ID_SERIAL': '360014054e00594cc9d74b4aa43b70905', 'ID_SERIAL_SHORT': '60014054e00594cc9d74b4aa43b70905', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e00594cc', 'ID_WWN_VENDOR_EXTENSION': '0x9d74b4aa43b70905', 'ID_WWN_WITH_EXTENSION': '0x60014054e00594cc9d74b4aa43b70905', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e00594cc9d74b4aa43b70905', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877351104'} ; 2024-03-01 17:22:48,833 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:22:48,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:22:48,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:48,843 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:22:48,843 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:22:48,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:22:48,844 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:22:48,847 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:22:48,850 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:22:48,850 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:22:48,854 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:22:48,854 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:22:48,855 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:22:48,855 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2a9190fda0) -- 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 = 60014054e00594cc9d74b4aa43b70905 2024-03-01 17:22:48,858 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:22:48,858 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:22:48,862 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/scsi-3600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/wwn-0x600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_18e3c0f6-1a1c-477b-a195-4b852fc08b6e', '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': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'ID_SERIAL': '3600140518e3c0f61a1c477ba1954b852', 'ID_SERIAL_SHORT': '600140518e3c0f61a1c477ba1954b852', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140518e3c0f61', 'ID_WWN_VENDOR_EXTENSION': '0xa1c477ba1954b852', 'ID_WWN_WITH_EXTENSION': '0x600140518e3c0f61a1c477ba1954b852', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140518e3c0f61a1c477ba1954b852', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877521593'} ; 2024-03-01 17:22:48,862 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:22:48,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:22:48,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:48,872 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:22:48,873 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:22:48,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:22:48,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:22:48,876 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:22:48,879 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:22:48,880 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:22:48,883 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:22:48,884 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:22:48,884 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:22:48,884 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2a908c3f60) -- 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 = 600140518e3c0f61a1c477ba1954b852 2024-03-01 17:22:48,888 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:22:48,888 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:22:48,891 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/wwn-0x6001405ac984c9a92044e789d51ff551', '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': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'ID_SERIAL': '36001405ac984c9a92044e789d51ff551', 'ID_SERIAL_SHORT': '6001405ac984c9a92044e789d51ff551', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac984c9a9', 'ID_WWN_VENDOR_EXTENSION': '0x2044e789d51ff551', 'ID_WWN_WITH_EXTENSION': '0x6001405ac984c9a92044e789d51ff551', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac984c9a92044e789d51ff551', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876764312'} ; 2024-03-01 17:22:48,891 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:22:48,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:22:48,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:48,901 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:22:48,902 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:22:48,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:22:48,902 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:22:48,905 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:22:48,909 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:22:48,909 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:22:48,912 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:22:48,913 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:22:48,913 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:22:48,913 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2a9190fe10) -- 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 = 6001405ac984c9a92044e789d51ff551 2024-03-01 17:22:48,917 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:22:48,917 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:22:48,920 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_65903281-4ab2-4b88-8534-5837e6dcff0b ' '/dev/disk/by-id/wwn-0x6001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b ' '/dev/disk/by-id/scsi-36001405659032814ab24b8885345837e', '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': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'ID_SERIAL': '36001405659032814ab24b8885345837e', 'ID_SERIAL_SHORT': '6001405659032814ab24b8885345837e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659032814', 'ID_WWN_VENDOR_EXTENSION': '0xab24b8885345837e', 'ID_WWN_WITH_EXTENSION': '0x6001405659032814ab24b8885345837e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659032814ab24b8885345837e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '876801756'} ; 2024-03-01 17:22:48,920 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:22:48,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:22:48,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:48,931 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:22:48,931 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:22:48,931 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:22:48,931 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:22:48,935 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:22:48,938 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:22:48,938 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:22:48,942 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:22:48,942 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:22:48,942 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:22:48,943 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2a908c0eb8) -- 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 = 6001405659032814ab24b8885345837e 2024-03-01 17:22:48,946 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:22:48,946 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:22:48,950 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/scsi-360014057e7b2b54ab6547a397e3bf8da', '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': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'ID_SERIAL': '360014057e7b2b54ab6547a397e3bf8da', 'ID_SERIAL_SHORT': '60014057e7b2b54ab6547a397e3bf8da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057e7b2b54a', 'ID_WWN_VENDOR_EXTENSION': '0xb6547a397e3bf8da', 'ID_WWN_WITH_EXTENSION': '0x60014057e7b2b54ab6547a397e3bf8da', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057e7b2b54ab6547a397e3bf8da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '876904798'} ; 2024-03-01 17:22:48,950 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:22:48,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:22:48,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:48,960 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:22:48,961 INFO blivet/MainThread: sde is a disk 2024-03-01 17:22:48,961 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:22:48,961 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:22:48,964 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:22:48,967 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:22:48,968 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:22:48,971 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:22:48,971 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:22:48,972 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:22:48,972 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2a908d7550) -- 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 = 60014057e7b2b54ab6547a397e3bf8da 2024-03-01 17:22:48,975 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:22:48,975 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:22:48,979 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/scsi-36001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7', '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': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'ID_SERIAL': '36001405ab03e1deb42b49d7baf199854', 'ID_SERIAL_SHORT': '6001405ab03e1deb42b49d7baf199854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab03e1deb', 'ID_WWN_VENDOR_EXTENSION': '0x42b49d7baf199854', 'ID_WWN_WITH_EXTENSION': '0x6001405ab03e1deb42b49d7baf199854', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab03e1deb42b49d7baf199854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877042293'} ; 2024-03-01 17:22:48,979 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:22:48,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:22:48,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:48,990 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:22:48,990 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:22:48,990 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:22:48,990 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:22:48,993 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:22:48,997 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:22:48,997 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:22:49,000 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:22:49,001 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:22:49,001 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:22:49,001 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2a908c0898) -- 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 = 6001405ab03e1deb42b49d7baf199854 2024-03-01 17:22:49,005 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:22:49,005 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:22:49,008 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/wwn-0x60014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', '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': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'ID_SERIAL': '360014056cf54f2d90764af69d166ee31', 'ID_SERIAL_SHORT': '60014056cf54f2d90764af69d166ee31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056cf54f2d9', 'ID_WWN_VENDOR_EXTENSION': '0x0764af69d166ee31', 'ID_WWN_WITH_EXTENSION': '0x60014056cf54f2d90764af69d166ee31', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056cf54f2d90764af69d166ee31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877135338'} ; 2024-03-01 17:22:49,008 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:22:49,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:22:49,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:49,019 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:22:49,019 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:22:49,019 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:22:49,019 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:22:49,023 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:22:49,026 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:22:49,026 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:22:49,030 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:22:49,030 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:22:49,031 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:22:49,031 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2a908d8438) -- 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 = 60014056cf54f2d90764af69d166ee31 2024-03-01 17:22:49,034 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:22:49,034 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:22:49,038 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/wwn-0x600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_35647ead-6798-42de-bee0-29dc4ac6b84e', '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': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'ID_SERIAL': '3600140535647ead679842debee029dc4', 'ID_SERIAL_SHORT': '600140535647ead679842debee029dc4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140535647ead6', 'ID_WWN_VENDOR_EXTENSION': '0x79842debee029dc4', 'ID_WWN_WITH_EXTENSION': '0x600140535647ead679842debee029dc4', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140535647ead679842debee029dc4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877079595'} ; 2024-03-01 17:22:49,038 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:22:49,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:22:49,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:49,048 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:22:49,049 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:22:49,049 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:22:49,049 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:22:49,052 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:22:49,056 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:22:49,056 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:22:49,059 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:22:49,059 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:22:49,060 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:22:49,060 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2a908d8978) -- 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 = 600140535647ead679842debee029dc4 2024-03-01 17:22:49,063 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:22:49,063 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:22:49,067 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/scsi-3600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/wwn-0x600140579d13d79caaf48bbb493cfa55', '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': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'ID_SERIAL': '3600140579d13d79caaf48bbb493cfa55', 'ID_SERIAL_SHORT': '600140579d13d79caaf48bbb493cfa55', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140579d13d79c', 'ID_WWN_VENDOR_EXTENSION': '0xaaf48bbb493cfa55', 'ID_WWN_WITH_EXTENSION': '0x600140579d13d79caaf48bbb493cfa55', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140579d13d79caaf48bbb493cfa55', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877225857'} ; 2024-03-01 17:22:49,067 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:22:49,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:22:49,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:49,077 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:22:49,078 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:22:49,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:22:49,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:22:49,082 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:22:49,085 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:22:49,085 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:22:49,088 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:22:49,089 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:22:49,089 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:22:49,089 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2a908e0358) -- 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 = 600140579d13d79caaf48bbb493cfa55 2024-03-01 17:22:49,093 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:22:49,093 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:22:49,096 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/scsi-36001405a6af134abf194494b7a871ab3', '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': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'ID_SERIAL': '36001405a6af134abf194494b7a871ab3', 'ID_SERIAL_SHORT': '6001405a6af134abf194494b7a871ab3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a6af134ab', 'ID_WWN_VENDOR_EXTENSION': '0xf194494b7a871ab3', 'ID_WWN_WITH_EXTENSION': '0x6001405a6af134abf194494b7a871ab3', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a6af134abf194494b7a871ab3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877316888'} ; 2024-03-01 17:22:49,096 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:22:49,100 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:22:49,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:49,107 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:22:49,108 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:22:49,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:22:49,108 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:22:49,111 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:22:49,114 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:22:49,114 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:22:49,118 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:22:49,118 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:22:49,119 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:22:49,119 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2a908e09e8) -- 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 = 6001405a6af134abf194494b7a871ab3 2024-03-01 17:22:49,122 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:22:49,122 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:22:49,125 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': '19811683'} ; 2024-03-01 17:22:49,126 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:22:49,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:49,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:49,136 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:22:49,136 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:22:49,136 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:22:49,136 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:22:49,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:22:49,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:22:49,140 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:22:49,143 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:22:49,143 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:22:49,147 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:22:49,147 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:22:49,147 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:22:49,148 INFO blivet/MainThread: got device: DiskDevice instance (0x7f2a908e0f28) -- 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:22:49,151 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:22:49,155 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:49,155 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:22:49,158 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:49,159 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:22:49,162 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:49,162 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:22:49,166 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:49,166 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:22:49,170 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:22:49,173 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:49,176 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:22:49,183 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 0x7f2a908c5e48> 2024-03-01 17:22:52,045 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:22:52,049 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:22:52,049 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:22:52,053 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': '19814317'} ; 2024-03-01 17:22:52,053 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:22:52,053 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:22:52,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:52,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:52,063 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:22:52,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:22:52,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:52,070 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:52,083 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:52,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:52,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:22:52,103 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:22:52,107 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:22:52,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:22:52,110 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:22:52,114 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:22:52,114 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:22:52,117 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:22:52,118 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:22:52,118 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:22:52,121 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:22:52,124 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:22:52,128 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:22:52,131 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:22:52,134 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:22:52,134 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:22:52,135 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:22:52,135 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:22:52,135 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f2a9f8f4208) -- 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 0x7f2a908f30f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:22:52,139 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:22:52,143 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:52,143 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:22:52,146 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:52,146 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:22:52,150 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:52,150 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:22:52,153 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:52,153 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:22:52,155 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:22:52,156 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:22:52,159 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:22:52,160 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:22:52,163 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:22:52,163 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:22:52,164 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:52,175 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:52,188 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:22:52,189 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:22:52,193 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:22:52,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:52,199 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:22:52,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:52,202 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:22:52,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:22:52,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:52,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:22:52,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:52,214 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:22:52,217 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:22:52,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:52,223 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:22:52,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:52,226 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:22:52,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:22:52,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:52,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:22:52,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:52,238 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:22:52,240 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:22:52,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:52,246 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:22:52,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:52,249 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:22:52,252 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:22:52,255 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:52,258 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:22:52,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:22:52,261 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:22:52,261 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:22:57,274 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_dhd1wjg4/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:22:57,311 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:57,311 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:22:57,315 INFO program/MainThread: stdout[2]: 2024-03-01 17:22:57,315 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:22:57,315 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:22:57,315 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:22:57,320 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:57,320 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:22:57,324 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:57,324 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:22:57,328 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:57,328 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:22:57,331 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:22:57,331 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:22:57,340 INFO program/MainThread: stdout: 2024-03-01 17:22:57,340 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:22:57,340 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:22:57,340 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:22:57,340 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:22:57,340 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:22:57,340 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:22:57,341 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:22:57,341 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:22:57,341 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:22:57,341 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:22:57,341 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:22:57,341 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:22:57,341 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:22:57,341 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:22:57,341 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:22:57,341 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:57,341 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:22:57,341 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:57,342 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:57,342 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:22:57,342 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:22:57,342 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:22:57,343 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:22:57,343 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:22:57,354 DEBUG program/MainThread: Return code: 0 2024-03-01 17:22:57,366 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:22:57,371 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/wwn-0x600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', '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': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'ID_SERIAL': '3600140527ab2a1accd44956adbb66e9e', 'ID_SERIAL_SHORT': '600140527ab2a1accd44956adbb66e9e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140527ab2a1ac', 'ID_WWN_VENDOR_EXTENSION': '0xcd44956adbb66e9e', 'ID_WWN_WITH_EXTENSION': '0x600140527ab2a1accd44956adbb66e9e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140527ab2a1accd44956adbb66e9e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876679713'} ; 2024-03-01 17:22:57,371 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:22:57,372 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:22:57,405 INFO program/MainThread: stdout[3]: 2024-03-01 17:22:57,405 INFO program/MainThread: stderr[3]: 2024-03-01 17:22:57,405 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:22:57,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:57,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:57,419 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:22:57,424 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:22:57,424 INFO blivet/MainThread: sda is a disk 2024-03-01 17:22:57,425 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:22:57,425 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:22:57,428 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:22:57,432 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:22:57,432 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:22:57,436 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:22:57,436 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:22:57,436 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:22:57,437 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae3604ff98) -- 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 = 600140527ab2a1accd44956adbb66e9e 2024-03-01 17:22:57,441 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:22:57,441 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:22:57,444 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/wwn-0x600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/scsi-3600140555d3b81a364b40338c696b8d2', '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': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'ID_SERIAL': '3600140555d3b81a364b40338c696b8d2', 'ID_SERIAL_SHORT': '600140555d3b81a364b40338c696b8d2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140555d3b81a3', 'ID_WWN_VENDOR_EXTENSION': '0x64b40338c696b8d2', 'ID_WWN_WITH_EXTENSION': '0x600140555d3b81a364b40338c696b8d2', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140555d3b81a364b40338c696b8d2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876637314'} ; 2024-03-01 17:22:57,444 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:22:57,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:22:57,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:57,455 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:22:57,455 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:22:57,455 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:22:57,455 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:22:57,459 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:22:57,462 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:22:57,462 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:22:57,466 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:22:57,466 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:22:57,466 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:22:57,466 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae35f90e80) -- 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 = 600140555d3b81a364b40338c696b8d2 2024-03-01 17:22:57,470 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:22:57,470 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:22:57,474 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/wwn-0x60014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-360014054e00594cc9d74b4aa43b70905', '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': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'ID_SERIAL': '360014054e00594cc9d74b4aa43b70905', 'ID_SERIAL_SHORT': '60014054e00594cc9d74b4aa43b70905', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e00594cc', 'ID_WWN_VENDOR_EXTENSION': '0x9d74b4aa43b70905', 'ID_WWN_WITH_EXTENSION': '0x60014054e00594cc9d74b4aa43b70905', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e00594cc9d74b4aa43b70905', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877351104'} ; 2024-03-01 17:22:57,474 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:22:57,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:22:57,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:57,484 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:22:57,484 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:22:57,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:22:57,485 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:22:57,488 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:22:57,491 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:22:57,491 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:22:57,495 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:22:57,495 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:22:57,495 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:22:57,496 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae35f90fd0) -- 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 = 60014054e00594cc9d74b4aa43b70905 2024-03-01 17:22:57,499 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:22:57,499 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:22:57,503 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/wwn-0x600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-3600140518e3c0f61a1c477ba1954b852', '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': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'ID_SERIAL': '3600140518e3c0f61a1c477ba1954b852', 'ID_SERIAL_SHORT': '600140518e3c0f61a1c477ba1954b852', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140518e3c0f61', 'ID_WWN_VENDOR_EXTENSION': '0xa1c477ba1954b852', 'ID_WWN_WITH_EXTENSION': '0x600140518e3c0f61a1c477ba1954b852', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140518e3c0f61a1c477ba1954b852', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877521593'} ; 2024-03-01 17:22:57,503 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:22:57,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:22:57,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:57,513 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:22:57,513 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:22:57,514 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:22:57,514 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:22:57,517 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:22:57,520 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:22:57,521 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:22:57,524 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:22:57,524 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:22:57,525 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:22:57,525 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae34f44eb8) -- 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 = 600140518e3c0f61a1c477ba1954b852 2024-03-01 17:22:57,528 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:22:57,528 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:22:57,532 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/scsi-36001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/wwn-0x6001405ac984c9a92044e789d51ff551', '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': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'ID_SERIAL': '36001405ac984c9a92044e789d51ff551', 'ID_SERIAL_SHORT': '6001405ac984c9a92044e789d51ff551', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac984c9a9', 'ID_WWN_VENDOR_EXTENSION': '0x2044e789d51ff551', 'ID_WWN_WITH_EXTENSION': '0x6001405ac984c9a92044e789d51ff551', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac984c9a92044e789d51ff551', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876764312'} ; 2024-03-01 17:22:57,532 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:22:57,535 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:22:57,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:57,542 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:22:57,543 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:22:57,543 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:22:57,543 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:22:57,546 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:22:57,550 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:22:57,550 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:22:57,553 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:22:57,553 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:22:57,554 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:22:57,554 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae35f90f98) -- 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 = 6001405ac984c9a92044e789d51ff551 2024-03-01 17:22:57,557 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:22:57,558 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:22:57,561 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-36001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_65903281-4ab2-4b88-8534-5837e6dcff0b', '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': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'ID_SERIAL': '36001405659032814ab24b8885345837e', 'ID_SERIAL_SHORT': '6001405659032814ab24b8885345837e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659032814', 'ID_WWN_VENDOR_EXTENSION': '0xab24b8885345837e', 'ID_WWN_WITH_EXTENSION': '0x6001405659032814ab24b8885345837e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659032814ab24b8885345837e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '876801756'} ; 2024-03-01 17:22:57,561 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:22:57,564 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:22:57,568 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:57,571 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:22:57,572 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:22:57,572 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:22:57,572 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:22:57,576 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:22:57,579 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:22:57,579 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:22:57,582 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:22:57,583 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:22:57,583 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:22:57,583 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae34f41e80) -- 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 = 6001405659032814ab24b8885345837e 2024-03-01 17:22:57,587 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:22:57,587 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:22:57,590 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/wwn-0x60014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/scsi-360014057e7b2b54ab6547a397e3bf8da', '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': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'ID_SERIAL': '360014057e7b2b54ab6547a397e3bf8da', 'ID_SERIAL_SHORT': '60014057e7b2b54ab6547a397e3bf8da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057e7b2b54a', 'ID_WWN_VENDOR_EXTENSION': '0xb6547a397e3bf8da', 'ID_WWN_WITH_EXTENSION': '0x60014057e7b2b54ab6547a397e3bf8da', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057e7b2b54ab6547a397e3bf8da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '876904798'} ; 2024-03-01 17:22:57,590 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:22:57,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:22:57,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:57,601 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:22:57,601 INFO blivet/MainThread: sde is a disk 2024-03-01 17:22:57,601 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:22:57,602 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:22:57,605 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:22:57,608 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:22:57,608 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:22:57,612 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:22:57,612 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:22:57,612 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:22:57,612 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae34f58518) -- 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 = 60014057e7b2b54ab6547a397e3bf8da 2024-03-01 17:22:57,616 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:22:57,616 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:22:57,620 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/wwn-0x6001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/scsi-36001405ab03e1deb42b49d7baf199854', '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': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'ID_SERIAL': '36001405ab03e1deb42b49d7baf199854', 'ID_SERIAL_SHORT': '6001405ab03e1deb42b49d7baf199854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab03e1deb', 'ID_WWN_VENDOR_EXTENSION': '0x42b49d7baf199854', 'ID_WWN_WITH_EXTENSION': '0x6001405ab03e1deb42b49d7baf199854', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab03e1deb42b49d7baf199854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877042293'} ; 2024-03-01 17:22:57,620 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:22:57,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:22:57,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:57,630 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:22:57,631 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:22:57,631 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:22:57,631 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:22:57,634 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:22:57,638 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:22:57,638 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:22:57,641 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:22:57,641 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:22:57,642 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:22:57,642 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae34f418d0) -- 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 = 6001405ab03e1deb42b49d7baf199854 2024-03-01 17:22:57,645 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:22:57,646 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:22:57,649 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/scsi-360014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', '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': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'ID_SERIAL': '360014056cf54f2d90764af69d166ee31', 'ID_SERIAL_SHORT': '60014056cf54f2d90764af69d166ee31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056cf54f2d9', 'ID_WWN_VENDOR_EXTENSION': '0x0764af69d166ee31', 'ID_WWN_WITH_EXTENSION': '0x60014056cf54f2d90764af69d166ee31', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056cf54f2d90764af69d166ee31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877135338'} ; 2024-03-01 17:22:57,649 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:22:57,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:22:57,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:57,659 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:22:57,660 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:22:57,660 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:22:57,660 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:22:57,663 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:22:57,667 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:22:57,667 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:22:57,670 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:22:57,671 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:22:57,671 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:22:57,671 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae34f59400) -- 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 = 60014056cf54f2d90764af69d166ee31 2024-03-01 17:22:57,675 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:22:57,675 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:22:57,678 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/wwn-0x600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_35647ead-6798-42de-bee0-29dc4ac6b84e', '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': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'ID_SERIAL': '3600140535647ead679842debee029dc4', 'ID_SERIAL_SHORT': '600140535647ead679842debee029dc4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140535647ead6', 'ID_WWN_VENDOR_EXTENSION': '0x79842debee029dc4', 'ID_WWN_WITH_EXTENSION': '0x600140535647ead679842debee029dc4', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140535647ead679842debee029dc4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877079595'} ; 2024-03-01 17:22:57,678 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:22:57,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:22:57,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:57,689 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:22:57,689 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:22:57,690 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:22:57,690 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:22:57,693 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:22:57,696 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:22:57,696 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:22:57,700 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:22:57,700 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:22:57,701 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:22:57,701 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae34f59940) -- 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 = 600140535647ead679842debee029dc4 2024-03-01 17:22:57,704 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:22:57,704 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:22:57,708 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/scsi-3600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_79d13d79-caaf-48bb-b493-cfa556ad1461', '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': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'ID_SERIAL': '3600140579d13d79caaf48bbb493cfa55', 'ID_SERIAL_SHORT': '600140579d13d79caaf48bbb493cfa55', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140579d13d79c', 'ID_WWN_VENDOR_EXTENSION': '0xaaf48bbb493cfa55', 'ID_WWN_WITH_EXTENSION': '0x600140579d13d79caaf48bbb493cfa55', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140579d13d79caaf48bbb493cfa55', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877225857'} ; 2024-03-01 17:22:57,708 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:22:57,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:22:57,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:57,718 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:22:57,719 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:22:57,719 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:22:57,719 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:22:57,723 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:22:57,726 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:22:57,726 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:22:57,729 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:22:57,730 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:22:57,730 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:22:57,730 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae34f61320) -- 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 = 600140579d13d79caaf48bbb493cfa55 2024-03-01 17:22:57,734 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:22:57,734 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:22:57,737 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/wwn-0x6001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a6af134a-bf19-4494-b7a8-71ab3c4f54d8', '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': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'ID_SERIAL': '36001405a6af134abf194494b7a871ab3', 'ID_SERIAL_SHORT': '6001405a6af134abf194494b7a871ab3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a6af134ab', 'ID_WWN_VENDOR_EXTENSION': '0xf194494b7a871ab3', 'ID_WWN_WITH_EXTENSION': '0x6001405a6af134abf194494b7a871ab3', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a6af134abf194494b7a871ab3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877316888'} ; 2024-03-01 17:22:57,737 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:22:57,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:22:57,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:57,748 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:22:57,748 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:22:57,748 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:22:57,749 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:22:57,752 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:22:57,755 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:22:57,755 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:22:57,759 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:22:57,759 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:22:57,760 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:22:57,760 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae34f619b0) -- 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 = 6001405a6af134abf194494b7a871ab3 2024-03-01 17:22:57,763 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:22:57,763 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:22:57,766 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': '19811683'} ; 2024-03-01 17:22:57,767 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:22:57,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:22:57,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:22:57,777 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:22:57,777 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:22:57,777 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:22:57,777 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:22:57,777 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:22:57,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:22:57,781 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:22:57,784 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:22:57,784 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:22:57,788 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:22:57,788 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:22:57,788 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:22:57,788 INFO blivet/MainThread: got device: DiskDevice instance (0x7fae34f61ef0) -- 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:22:57,792 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:22:57,796 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:22:57,796 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:22:57,799 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:22:57,799 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:22:57,803 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:57,803 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:22:57,807 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:22:57,807 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:22:57,811 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:22:57,814 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:22:57,817 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:22:57,822 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 0x7fae34f46408> 2024-03-01 17:23:00,905 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:23:00,909 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:23:00,909 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:23:00,913 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': '19814317'} ; 2024-03-01 17:23:00,913 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:23:00,914 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:23:00,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:00,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:00,923 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:23:00,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:00,930 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:00,930 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:00,942 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:00,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:23:00,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:23:00,962 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:23:00,966 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:23:00,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:23:00,970 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:23:00,973 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:23:00,974 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:23:00,977 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:23:00,978 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:23:00,978 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:23:00,981 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:23:00,985 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:23:00,988 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:23:00,991 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:23:00,994 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:23:00,995 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:23:00,995 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:23:00,996 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:23:00,995 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fae43f75208) -- 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 0x7fae34f740f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:23:01,000 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:23:01,003 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:23:01,003 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:23:01,007 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:23:01,007 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:23:01,011 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:01,011 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:23:01,014 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:01,014 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:23:01,016 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:23:01,016 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:23:01,020 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:23:01,020 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:23:01,023 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:23:01,023 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:23:01,024 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,038 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,051 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:23:01,052 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:23:01,056 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:23:01,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:01,062 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:23:01,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:01,065 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:23:01,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:23:01,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:01,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:23:01,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:01,077 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:23:01,080 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:23:01,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:01,086 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:23:01,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:01,089 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:23:01,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:23:01,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:01,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:23:01,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:01,101 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:23:01,104 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:23:01,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:01,110 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:23:01,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:01,113 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:23:01,115 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:23:01,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:01,121 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:23:01,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:01,124 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:23:01,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:01,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:01,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:01,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:01,137 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:23:01,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:23:01,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:23:01,143 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:23:01,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:23:01,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:23:01,149 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:23:01,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:23:01,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:23:01,155 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:23:01,158 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:23:01,159 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:23:01,159 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:23:01,162 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:23:01,163 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:23:01,166 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:23:01,166 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:23:01,169 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:23:01,169 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:23:01,170 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:23:01,173 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:23:01,173 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:23:01,176 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:23:01,176 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:23:01,179 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:23:01,179 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:23:01,180 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:23:01,183 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:23:01,183 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:23:01,186 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:23:01,186 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:23:01,187 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:23:01,192 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:23:01,195 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:23:01,199 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:23:01,203 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:23:01,207 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:23:01,210 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:23:01,211 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:23:01,215 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:23:01,215 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:23:01,216 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:23:01,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:01,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:01,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:01,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:01,229 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:23:01,230 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:23:01,230 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:23:01,230 DEBUG blivet.ansible/MainThread: size: 2.99 GiB ; 0.0 2024-03-01 17:23:01,231 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:23:01,231 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:23:01,234 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:23:01,235 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:23:01,237 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:23:01,238 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:23:01,242 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:23:01,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:23:01,246 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:23:01,249 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:23:01,252 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:23:01,256 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:23:01,259 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:23:01,260 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:23:01,260 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:23:01,261 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.99 GiB to test_vg1 2024-03-01 17:23:01,261 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:23:01,265 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:23:01,265 INFO program/MainThread: stderr[4]: 2024-03-01 17:23:01,265 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:23:01,266 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:23:01,266 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:23:01,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:23:01,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:23:01,271 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:23:01,272 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:23:01,272 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:23:01,272 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:23:01,272 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:23:01,273 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:23:01,273 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:23:01,273 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:23:01,273 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:23:01,273 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:23:01,273 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:23:01,273 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:23:01,276 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:23:01,279 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:23:01,282 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:23:01,282 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:23:01,285 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:23:01,285 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 0x7fae34eaad58> 2024-03-01 17:23:01,286 INFO blivet/MainThread: sorting actions... 2024-03-01 17:23:01,287 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:23:01,287 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:23:01,287 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:23:01,288 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:23:01,288 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:23:01,288 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:23:01,288 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:23:01,288 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:23:01,288 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:23:01,289 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:23:01,292 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:23:01,294 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:23:01,294 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:23:01,302 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,302 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,334 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,335 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,348 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,349 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:23:01,353 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:23:01,356 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:23:01,356 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:23:01,366 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,366 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,394 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,395 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,408 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,409 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:23:01,413 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:23:01,416 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:23:01,416 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:23:01,425 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,426 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,456 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,457 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,470 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,471 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:23:01,475 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:01,478 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:23:01,481 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:23:01,481 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:23:01,482 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:23:01,515 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:23:01,515 INFO program/MainThread: stderr[5]: 2024-03-01 17:23:01,515 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:23:01,516 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,534 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,539 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:23:01,539 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:23:01,540 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:23:01,551 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,552 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,575 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,576 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:23:01,580 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:01,583 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:23:01,586 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:23:01,586 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:23:01,586 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:23:01,619 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:23:01,619 INFO program/MainThread: stderr[6]: 2024-03-01 17:23:01,619 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:23:01,619 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,641 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,646 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:23:01,646 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:23:01,647 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:23:01,658 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,659 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,683 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,684 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:23:01,688 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:01,691 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:23:01,694 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:23:01,695 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:23:01,695 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:23:01,729 INFO program/MainThread: stdout[7]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:23:01,729 INFO program/MainThread: stderr[7]: 2024-03-01 17:23:01,730 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:23:01,730 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,752 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,757 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:23:01,757 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:23:01,758 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:23:01,769 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,770 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,792 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,793 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:23:01,797 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:23:01,800 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:23:01,803 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:01,806 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:23:01,810 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:01,813 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:23:01,816 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:01,819 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:23:01,822 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:23:01,823 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:23:01,883 INFO program/MainThread: stdout[8]: Volume group "test_vg1" successfully created 2024-03-01 17:23:01,883 INFO program/MainThread: stderr[8]: 2024-03-01 17:23:01,883 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:23:01,892 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:23:01,900 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:23:01,906 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:01,912 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:23:01,918 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:01,923 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:23:01,927 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:01,930 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:23:01,930 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,942 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,947 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:23:01,951 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:23:01,951 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,963 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,964 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:23:01,974 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,975 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:01,988 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:01,989 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:23:01,993 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:23:01,996 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:23:02,000 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:23:02,004 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:23:02,007 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:02,011 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:23:02,014 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:02,018 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:23:02,022 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:02,025 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:23:02,025 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:02,040 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:02,045 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:23:02,046 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:23:02,075 INFO program/MainThread: stdout[9]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid 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:23:02,076 INFO program/MainThread: stderr[9]: 2024-03-01 17:23:02,076 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:23:02,076 WARNING blivet/MainThread: test_vg1-lv1 LV's size (2.99 GiB) exceeds the VG's usable free space (2.98 GiB),shrinking the LV 2024-03-01 17:23:02,077 DEBUG blivet/MainThread: trying to set lv test_vg1-lv1 size to 2.98 GiB 2024-03-01 17:23:02,081 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:23:02,081 INFO program/MainThread: Running [10] lvm lvcreate -n lv1 -L 3121152K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:23:02,176 INFO program/MainThread: stdout[10]: Logical volume "lv1" created. 2024-03-01 17:23:02,176 INFO program/MainThread: stderr[10]: 2024-03-01 17:23:02,176 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:23:02,185 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:02,191 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:23:02,191 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:23:02,192 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:02,222 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:02,227 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:23:02,228 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 17:23:02,229 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:23:02,239 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:02,240 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:02,257 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:02,258 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:23:02,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:02,265 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:23:02,269 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:23:02,269 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:23:02,317 INFO program/MainThread: stdout: 2024-03-01 17:23:02,317 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=195072 blks 2024-03-01 17:23:02,317 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:23:02,317 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:23:02,317 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:23:02,317 INFO program/MainThread: data = bsize=4096 blocks=780288, imaxpct=25 2024-03-01 17:23:02,317 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:23:02,317 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:23:02,318 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:23:02,318 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:23:02,318 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:23:02,318 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:02,318 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:23:02,333 INFO program/MainThread: stdout: 2024-03-01 17:23:02,333 INFO program/MainThread: writing all SBs 2024-03-01 17:23:02,333 INFO program/MainThread: new label = "" 2024-03-01 17:23:02,333 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:02,333 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:02,350 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:02,355 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:23:02,355 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:23:02,356 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:23:02,367 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:02,367 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:02,385 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:02,391 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:23:02,391 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 0x7fae34e3f0f8> 2024-03-01 17:23:02,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:02,398 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 2.98 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:23:02,398 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:23:02,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:02,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 2.98 GiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:23:02,405 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:23:10,098 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_0mgrd69z/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:23:10,135 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:23:10,135 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:23:10,139 INFO program/MainThread: stdout[2]: 2024-03-01 17:23:10,139 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:23:10,139 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:23:10,139 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:23:10,144 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:10,144 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:23:10,148 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:23:10,148 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:23:10,151 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:23:10,152 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:23:10,155 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:23:10,155 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:23:10,165 INFO program/MainThread: stdout: 2024-03-01 17:23:10,165 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:23:10,165 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl 2024-03-01 17:23:10,165 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 26520ee7-2f65-4d6b-9070-8b9ecce95338 2024-03-01 17:23:10,165 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 2024-03-01 17:23:10,165 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 26520ee7-2f65-4d6b-9070-8b9ecce95338 2024-03-01 17:23:10,165 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV 2024-03-01 17:23:10,165 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 26520ee7-2f65-4d6b-9070-8b9ecce95338 2024-03-01 17:23:10,165 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:23:10,166 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:23:10,166 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:23:10,166 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:23:10,166 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:23:10,166 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:23:10,166 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:23:10,166 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:23:10,166 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:23:10,166 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:23:10,166 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:23:10,166 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:10,166 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 26520ee7-2f65-4d6b-9070-8b9ecce95338 sdb 1073741824 root disk brw-rw---- LVM2_member QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 26520ee7-2f65-4d6b-9070-8b9ecce95338 sdc 1073741824 root disk brw-rw---- LVM2_member NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 26520ee7-2f65-4d6b-9070-8b9ecce95338 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:23:10,166 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:23:10,167 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:23:10,167 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:23:10,167 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:23:10,167 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:23:10,167 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:23:10,168 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:10,181 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:10,194 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:23:10,198 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/scsi-3600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/lvm-pv-uuid-YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', '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': 'YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl', 'ID_FS_UUID_ENC': 'YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl', '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': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'ID_SERIAL': '3600140527ab2a1accd44956adbb66e9e', 'ID_SERIAL_SHORT': '600140527ab2a1accd44956adbb66e9e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140527ab2a1ac', 'ID_WWN_VENDOR_EXTENSION': '0xcd44956adbb66e9e', 'ID_WWN_WITH_EXTENSION': '0x600140527ab2a1accd44956adbb66e9e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140527ab2a1accd44956adbb66e9e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876679713'} ; 2024-03-01 17:23:10,199 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:23:10,199 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:23:10,231 INFO program/MainThread: stdout[3]: 2024-03-01 17:23:10,232 INFO program/MainThread: stderr[3]: 2024-03-01 17:23:10,232 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:23:10,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:23:10,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:10,245 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:23:10,250 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:23:10,251 INFO blivet/MainThread: sda is a disk 2024-03-01 17:23:10,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:23:10,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:23:10,255 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:23:10,258 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:23:10,259 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:23:10,262 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:23:10,263 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:23:10,263 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:23:10,263 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5847f4b358) -- 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 = 600140527ab2a1accd44956adbb66e9e 2024-03-01 17:23:10,267 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:23:10,271 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:23:10,271 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:23:10,275 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:23:10,275 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:23:10,279 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:10,279 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:23:10,282 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:10,282 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:23:10,286 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:23:10,286 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:23:10,286 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:23:10,317 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 17:23:10,318 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7. WARNING: Couldn't find device with uuid NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV. WARNING: VG test_vg1 is missing PV QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV (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:23:10,318 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:23:10,318 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:23:10,323 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl ; label: None ; device: /dev/sda ; serial: 3600140527ab2a1accd44956adbb66e9e ; exists: True ; vg_name: test_vg1 ; vg_uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; pe_start: 8 MiB ; 2024-03-01 17:23:10,323 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:23:10,327 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:23:10,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; incomplete: True ; hidden: False ; 2024-03-01 17:23:10,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:23:10,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:10,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:10,340 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:23:10,369 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 17:23:10,369 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7. WARNING: Couldn't find device with uuid NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV. WARNING: VG test_vg1 is missing PV QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV (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:23:10,369 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:23:10,369 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:23:10,370 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:23:10,375 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:23:10,379 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:23:10,379 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:23:10,383 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:23:10,383 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:23:10,413 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:23:10,413 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7. WARNING: Couldn't find device with uuid NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV. WARNING: VG test_vg1 is missing PV QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV (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:23:10,413 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:23:10,418 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:23:10,419 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:23:10,422 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:23:10,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; incomplete: True ; hidden: False ; 2024-03-01 17:23:10,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:23:10,429 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:23:10,429 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:23:10,433 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/wwn-0x600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/lvm-pv-uuid-QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7', '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': 'QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7', 'ID_FS_UUID_ENC': 'QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7', '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': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'ID_SERIAL': '3600140555d3b81a364b40338c696b8d2', 'ID_SERIAL_SHORT': '600140555d3b81a364b40338c696b8d2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140555d3b81a3', 'ID_WWN_VENDOR_EXTENSION': '0x64b40338c696b8d2', 'ID_WWN_WITH_EXTENSION': '0x600140555d3b81a364b40338c696b8d2', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140555d3b81a364b40338c696b8d2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876637314'} ; 2024-03-01 17:23:10,433 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:23:10,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:23:10,439 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:10,443 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:23:10,444 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:23:10,444 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:23:10,444 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:23:10,447 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:23:10,451 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:23:10,451 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:23:10,454 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:23:10,455 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:23:10,455 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:23:10,455 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5846f1d588) -- 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 = 600140555d3b81a364b40338c696b8d2 2024-03-01 17:23:10,459 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:23:10,463 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:23:10,463 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:23:10,466 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:23:10,466 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:23:10,470 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:10,470 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:23:10,473 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:10,474 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:23:10,477 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:23:10,477 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:23:10,477 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:23:10,509 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 17:23:10,510 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV. WARNING: VG test_vg1 is missing PV NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV (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:23:10,510 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:23:10,510 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:23:10,515 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 ; label: None ; device: /dev/sdb ; serial: 3600140555d3b81a364b40338c696b8d2 ; exists: True ; vg_name: test_vg1 ; vg_uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; pe_start: 8 MiB ; 2024-03-01 17:23:10,515 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:23:10,518 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:23:10,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; incomplete: True ; hidden: False ; 2024-03-01 17:23:10,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:23:10,528 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:23:10,532 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:23:10,535 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:23:10,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; incomplete: True ; hidden: False ; 2024-03-01 17:23:10,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:10,542 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:23:10,570 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:23:10,570 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV. WARNING: VG test_vg1 is missing PV NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV (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:23:10,570 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:23:10,570 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:23:10,570 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:23:10,575 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/wwn-0x60014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-360014054e00594cc9d74b4aa43b70905', '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': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'ID_SERIAL': '360014054e00594cc9d74b4aa43b70905', 'ID_SERIAL_SHORT': '60014054e00594cc9d74b4aa43b70905', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e00594cc', 'ID_WWN_VENDOR_EXTENSION': '0x9d74b4aa43b70905', 'ID_WWN_WITH_EXTENSION': '0x60014054e00594cc9d74b4aa43b70905', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e00594cc9d74b4aa43b70905', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877351104'} ; 2024-03-01 17:23:10,575 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:23:10,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:23:10,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:10,586 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:23:10,587 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:23:10,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:23:10,587 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:23:10,590 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:23:10,594 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:23:10,594 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:23:10,597 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:23:10,598 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:23:10,598 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:23:10,598 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5846f1dd68) -- 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 = 60014054e00594cc9d74b4aa43b70905 2024-03-01 17:23:10,602 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:23:10,602 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:23:10,605 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/scsi-3600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/wwn-0x600140518e3c0f61a1c477ba1954b852', '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': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'ID_SERIAL': '3600140518e3c0f61a1c477ba1954b852', 'ID_SERIAL_SHORT': '600140518e3c0f61a1c477ba1954b852', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140518e3c0f61', 'ID_WWN_VENDOR_EXTENSION': '0xa1c477ba1954b852', 'ID_WWN_WITH_EXTENSION': '0x600140518e3c0f61a1c477ba1954b852', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140518e3c0f61a1c477ba1954b852', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877521593'} ; 2024-03-01 17:23:10,605 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:23:10,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:23:10,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:10,616 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:23:10,616 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:23:10,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:23:10,617 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:23:10,620 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:23:10,623 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:23:10,624 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:23:10,627 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:23:10,627 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:23:10,628 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:23:10,628 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5846e81ef0) -- 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 = 600140518e3c0f61a1c477ba1954b852 2024-03-01 17:23:10,631 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:23:10,631 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:23:10,635 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/lvm-pv-uuid-NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/scsi-36001405ac984c9a92044e789d51ff551', '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': 'NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV', 'ID_FS_UUID_ENC': 'NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV', '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': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'ID_SERIAL': '36001405ac984c9a92044e789d51ff551', 'ID_SERIAL_SHORT': '6001405ac984c9a92044e789d51ff551', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac984c9a9', 'ID_WWN_VENDOR_EXTENSION': '0x2044e789d51ff551', 'ID_WWN_WITH_EXTENSION': '0x6001405ac984c9a92044e789d51ff551', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac984c9a92044e789d51ff551', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876764312'} ; 2024-03-01 17:23:10,635 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:23:10,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:23:10,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:10,645 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:23:10,646 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:23:10,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:23:10,646 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:23:10,649 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:23:10,653 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:23:10,653 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:23:10,656 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:23:10,657 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:23:10,657 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:23:10,657 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5846f1dac8) -- 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 = 6001405ac984c9a92044e789d51ff551 2024-03-01 17:23:10,661 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:23:10,664 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:23:10,664 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:23:10,668 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:23:10,668 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:23:10,671 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:10,672 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:23:10,675 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:10,675 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:23:10,678 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:23:10,678 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:23:10,678 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:23:10,707 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 17:23:10,708 INFO program/MainThread: stderr[9]: 2024-03-01 17:23:10,708 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:23:10,708 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:23:10,713 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV ; label: None ; device: /dev/sdc ; serial: 36001405ac984c9a92044e789d51ff551 ; exists: True ; vg_name: test_vg1 ; vg_uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; pe_start: 8 MiB ; 2024-03-01 17:23:10,713 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:23:10,716 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:23:10,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; incomplete: True ; hidden: False ; 2024-03-01 17:23:10,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:10,726 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:23:10,730 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:23:10,733 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:23:10,736 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; incomplete: True ; hidden: False ; 2024-03-01 17:23:10,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:10,740 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:23:10,768 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:23:10,769 INFO program/MainThread: stderr[10]: 2024-03-01 17:23:10,769 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:23:10,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:10,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:10,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:10,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:23:10,784 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:23:10,788 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:23:10,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:23:10,792 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:23:10,796 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:23:10,796 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:23:10,800 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:23:10,801 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 17:23:10,801 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:23:10,804 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:23:10,809 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:23:10,809 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:23:10,813 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:23:10,816 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:23:10,817 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:23:10,820 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:23:10,821 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 17:23:10,821 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.98 GiB to test_vg1 2024-03-01 17:23:10,821 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:23:10,824 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:23:10,825 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:23:10,828 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:23:10,829 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 17:23:10,832 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/26520ee7-2f65-4d6b-9070-8b9ecce95338 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-EkKc5ZkD6K4bA9HTVntzHsn9ERhhlniddVI2Agu0HzkbGG2cqtpWHh8Lkl1Xb2y6 ' '/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-EkKc5ZkD6K4bA9HTVntzHsn9ERhhlniddVI2Agu0HzkbGG2cqtpWHh8Lkl1Xb2y6', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '26520ee7-2f65-4d6b-9070-8b9ecce95338', 'ID_FS_UUID_ENC': '26520ee7-2f65-4d6b-9070-8b9ecce95338', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1396288172'} ; 2024-03-01 17:23:10,832 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:23:10,833 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:10,837 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:23:10,837 INFO program/MainThread: stderr[11]: 2024-03-01 17:23:10,837 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:23:10,838 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:10,842 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:23:10,842 INFO program/MainThread: stderr[12]: 2024-03-01 17:23:10,842 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:23:10,842 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:10,846 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:23:10,846 INFO program/MainThread: stderr[13]: 2024-03-01 17:23:10,846 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:23:10,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:10,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:23:10,857 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:10,858 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:10,858 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:10,859 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:10,855 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5846e81ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5846efc940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:10,860 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:10,864 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:23:10,864 INFO program/MainThread: stderr[14]: 2024-03-01 17:23:10,864 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:23:10,869 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:23:10,873 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:23:10,873 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:23:10,877 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:23:10,877 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:23:10,881 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:10,881 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:23:10,885 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:10,885 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:23:10,887 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:23:10,887 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:23:10,890 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:23:10,891 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:23:10,894 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:23:10,895 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:23:10,895 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:23:10,899 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-36001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_65903281-4ab2-4b88-8534-5837e6dcff0b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', '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': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'ID_SERIAL': '36001405659032814ab24b8885345837e', 'ID_SERIAL_SHORT': '6001405659032814ab24b8885345837e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659032814', 'ID_WWN_VENDOR_EXTENSION': '0xab24b8885345837e', 'ID_WWN_WITH_EXTENSION': '0x6001405659032814ab24b8885345837e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659032814ab24b8885345837e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '876801756'} ; 2024-03-01 17:23:10,899 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:23:10,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:23:10,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:10,910 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:23:10,910 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:23:10,911 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:23:10,911 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 17:23:10,914 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:23:10,918 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:23:10,918 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:23:10,921 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:23:10,922 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:23:10,922 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 17:23:10,922 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5846e8ec88) -- 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 = 6001405659032814ab24b8885345837e 2024-03-01 17:23:10,926 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:23:10,926 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:23:10,929 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/scsi-360014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/wwn-0x60014057e7b2b54ab6547a397e3bf8da', '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': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'ID_SERIAL': '360014057e7b2b54ab6547a397e3bf8da', 'ID_SERIAL_SHORT': '60014057e7b2b54ab6547a397e3bf8da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057e7b2b54a', 'ID_WWN_VENDOR_EXTENSION': '0xb6547a397e3bf8da', 'ID_WWN_WITH_EXTENSION': '0x60014057e7b2b54ab6547a397e3bf8da', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057e7b2b54ab6547a397e3bf8da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '876904798'} ; 2024-03-01 17:23:10,929 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:23:10,933 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:23:10,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:10,940 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:23:10,941 INFO blivet/MainThread: sde is a disk 2024-03-01 17:23:10,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 17:23:10,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 17:23:10,944 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:23:10,948 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:23:10,948 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:23:10,951 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:23:10,952 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:23:10,952 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 17:23:10,952 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5846e98320) -- 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 = 60014057e7b2b54ab6547a397e3bf8da 2024-03-01 17:23:10,956 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:23:10,956 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:23:10,959 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/scsi-36001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/wwn-0x6001405ab03e1deb42b49d7baf199854', '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': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'ID_SERIAL': '36001405ab03e1deb42b49d7baf199854', 'ID_SERIAL_SHORT': '6001405ab03e1deb42b49d7baf199854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab03e1deb', 'ID_WWN_VENDOR_EXTENSION': '0x42b49d7baf199854', 'ID_WWN_WITH_EXTENSION': '0x6001405ab03e1deb42b49d7baf199854', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab03e1deb42b49d7baf199854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877042293'} ; 2024-03-01 17:23:10,960 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:23:10,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:23:10,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:10,970 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:23:10,971 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:23:10,971 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 17:23:10,971 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 17:23:10,975 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:23:10,978 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:23:10,978 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:23:10,981 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:23:10,982 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:23:10,982 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 17:23:10,982 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5847f4b550) -- 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 = 6001405ab03e1deb42b49d7baf199854 2024-03-01 17:23:10,986 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:23:10,986 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:23:10,989 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/wwn-0x60014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6cf54f2d-9076-4af6-9d16-6ee31f1f686c', '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': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'ID_SERIAL': '360014056cf54f2d90764af69d166ee31', 'ID_SERIAL_SHORT': '60014056cf54f2d90764af69d166ee31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056cf54f2d9', 'ID_WWN_VENDOR_EXTENSION': '0x0764af69d166ee31', 'ID_WWN_WITH_EXTENSION': '0x60014056cf54f2d90764af69d166ee31', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056cf54f2d90764af69d166ee31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877135338'} ; 2024-03-01 17:23:10,990 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:23:10,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:23:10,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:11,000 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:23:11,001 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:23:11,001 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 17:23:11,001 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 17:23:11,004 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:23:11,008 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:23:11,008 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:23:11,011 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:23:11,012 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:23:11,012 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 17:23:11,012 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5846e85208) -- 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 = 60014056cf54f2d90764af69d166ee31 2024-03-01 17:23:11,016 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:23:11,016 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:23:11,019 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/wwn-0x600140535647ead679842debee029dc4', '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': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'ID_SERIAL': '3600140535647ead679842debee029dc4', 'ID_SERIAL_SHORT': '600140535647ead679842debee029dc4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140535647ead6', 'ID_WWN_VENDOR_EXTENSION': '0x79842debee029dc4', 'ID_WWN_WITH_EXTENSION': '0x600140535647ead679842debee029dc4', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140535647ead679842debee029dc4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877079595'} ; 2024-03-01 17:23:11,020 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:23:11,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:23:11,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:11,030 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:23:11,031 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:23:11,031 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 17:23:11,031 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 17:23:11,034 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:23:11,038 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:23:11,038 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:23:11,041 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:23:11,042 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:23:11,042 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 17:23:11,042 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5846e85748) -- 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 = 600140535647ead679842debee029dc4 2024-03-01 17:23:11,046 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:23:11,046 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:23:11,049 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/wwn-0x600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/scsi-3600140579d13d79caaf48bbb493cfa55', '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': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'ID_SERIAL': '3600140579d13d79caaf48bbb493cfa55', 'ID_SERIAL_SHORT': '600140579d13d79caaf48bbb493cfa55', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140579d13d79c', 'ID_WWN_VENDOR_EXTENSION': '0xaaf48bbb493cfa55', 'ID_WWN_WITH_EXTENSION': '0x600140579d13d79caaf48bbb493cfa55', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140579d13d79caaf48bbb493cfa55', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877225857'} ; 2024-03-01 17:23:11,049 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:23:11,053 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:23:11,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:11,060 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:23:11,061 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:23:11,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:23:11,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:23:11,065 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:23:11,068 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:23:11,068 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:23:11,072 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:23:11,072 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:23:11,072 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 17:23:11,072 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5846ea20f0) -- 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 = 600140579d13d79caaf48bbb493cfa55 2024-03-01 17:23:11,076 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:23:11,076 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:23:11,080 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/scsi-36001405a6af134abf194494b7a871ab3', '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': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'ID_SERIAL': '36001405a6af134abf194494b7a871ab3', 'ID_SERIAL_SHORT': '6001405a6af134abf194494b7a871ab3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a6af134ab', 'ID_WWN_VENDOR_EXTENSION': '0xf194494b7a871ab3', 'ID_WWN_WITH_EXTENSION': '0x6001405a6af134abf194494b7a871ab3', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a6af134abf194494b7a871ab3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877316888'} ; 2024-03-01 17:23:11,080 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:23:11,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:23:11,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:11,091 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:23:11,091 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:23:11,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 17:23:11,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 17:23:11,095 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:23:11,098 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:23:11,098 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:23:11,102 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:23:11,102 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:23:11,102 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 17:23:11,102 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5846ea27b8) -- 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 = 6001405a6af134abf194494b7a871ab3 2024-03-01 17:23:11,106 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:23:11,106 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:23:11,109 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': '19811683'} ; 2024-03-01 17:23:11,109 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:23:11,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:23:11,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:11,120 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:23:11,120 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:23:11,121 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:23:11,121 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:23:11,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:23:11,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:23:11,124 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:23:11,127 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:23:11,128 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:23:11,131 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:23:11,131 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:23:11,132 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 17:23:11,132 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5846ea2cf8) -- 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:23:11,135 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:23:11,139 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:23:11,139 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 17:23:11,142 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:23:11,142 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 17:23:11,146 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:11,146 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 17:23:11,149 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:11,149 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 17:23:11,153 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:23:11,156 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:11,160 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:23:11,166 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 0x7f5846f07708> 2024-03-01 17:23:14,277 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 17:23:14,282 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:23:14,282 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:23:14,286 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': '19814317'} ; 2024-03-01 17:23:14,286 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:23:14,287 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:23:14,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:14,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:14,297 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:23:14,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:14,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:14,303 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:14,318 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:14,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:23:14,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 17:23:14,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 17:23:14,342 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:23:14,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:23:14,346 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:23:14,349 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:23:14,350 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:23:14,353 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:23:14,354 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:23:14,354 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:23:14,357 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:23:14,361 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:23:14,364 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:23:14,367 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:23:14,370 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:23:14,371 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:23:14,371 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 17:23:14,372 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:23:14,371 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f5846eae4e0) -- 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 0x7f5846eb4eb8> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:23:14,376 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:23:14,379 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:23:14,379 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 17:23:14,383 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:23:14,383 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 17:23:14,387 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:14,387 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 17:23:14,390 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:14,390 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 17:23:14,391 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:23:14,394 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:23:14,394 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 17:23:14,397 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:23:14,397 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:23:14,401 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-EkKc5ZkD6K4bA9HTVntzHsn9ERhhlniddVI2Agu0HzkbGG2cqtpWHh8Lkl1Xb2y6 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/26520ee7-2f65-4d6b-9070-8b9ecce95338 ' '/dev/mapper/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-EkKc5ZkD6K4bA9HTVntzHsn9ERhhlniddVI2Agu0HzkbGG2cqtpWHh8Lkl1Xb2y6', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '26520ee7-2f65-4d6b-9070-8b9ecce95338', 'ID_FS_UUID_ENC': '26520ee7-2f65-4d6b-9070-8b9ecce95338', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1396288172'} ; 2024-03-01 17:23:14,401 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:23:14,401 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:14,406 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:23:14,406 INFO program/MainThread: stderr[15]: 2024-03-01 17:23:14,406 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:23:14,406 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:14,409 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:23:14,410 INFO program/MainThread: stderr[16]: 2024-03-01 17:23:14,410 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:23:14,410 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:14,413 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:23:14,413 INFO program/MainThread: stderr[17]: 2024-03-01 17:23:14,413 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:23:14,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:14,421 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:23:14,424 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:14,424 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:14,425 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:14,425 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:14,421 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f5846e81ac8) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f5846efc940) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:14,426 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:14,430 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:23:14,430 INFO program/MainThread: stderr[18]: 2024-03-01 17:23:14,430 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:23:14,434 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:23:14,434 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:23:14,434 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:14,447 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:14,460 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:23:14,461 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:23:14,466 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:23:14,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:14,472 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:23:14,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:14,475 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:23:14,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:23:14,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:14,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:23:14,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:14,488 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:23:14,491 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:23:14,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:14,497 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:23:14,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:14,500 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:23:14,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:23:14,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:14,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:23:14,512 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:14,512 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:23:14,515 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:23:14,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:14,521 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:23:14,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:14,524 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:23:14,527 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:23:14,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:14,533 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:23:14,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:14,536 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:23:19,313 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_llj3f6c6/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:23:19,349 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:23:19,349 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:23:19,353 INFO program/MainThread: stdout[2]: 2024-03-01 17:23:19,353 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:23:19,353 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:23:19,353 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:23:19,358 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:19,358 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:23:19,362 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:23:19,362 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:23:19,365 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:23:19,366 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:23:19,369 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:23:19,369 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:23:19,378 INFO program/MainThread: stdout: 2024-03-01 17:23:19,378 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:23:19,378 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl 2024-03-01 17:23:19,378 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 26520ee7-2f65-4d6b-9070-8b9ecce95338 2024-03-01 17:23:19,378 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 2024-03-01 17:23:19,379 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 26520ee7-2f65-4d6b-9070-8b9ecce95338 2024-03-01 17:23:19,379 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV 2024-03-01 17:23:19,379 INFO program/MainThread: `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 26520ee7-2f65-4d6b-9070-8b9ecce95338 2024-03-01 17:23:19,379 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:23:19,379 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:23:19,379 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:23:19,379 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:23:19,379 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:23:19,379 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:23:19,379 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:23:19,379 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:23:19,379 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:23:19,379 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:23:19,379 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:23:19,379 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:19,379 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 26520ee7-2f65-4d6b-9070-8b9ecce95338 sdb 1073741824 root disk brw-rw---- LVM2_member QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 26520ee7-2f65-4d6b-9070-8b9ecce95338 sdc 1073741824 root disk brw-rw---- LVM2_member NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV `-test_vg1-lv1 3196059648 root disk brw-rw---- xfs 26520ee7-2f65-4d6b-9070-8b9ecce95338 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:23:19,380 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:23:19,380 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:23:19,380 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:23:19,380 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:23:19,380 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:23:19,381 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:23:19,381 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:19,392 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:19,405 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:23:19,409 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/scsi-3600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/wwn-0x600140527ab2a1accd44956adbb66e9e', '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': 'YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl', 'ID_FS_UUID_ENC': 'YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl', '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': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'ID_SERIAL': '3600140527ab2a1accd44956adbb66e9e', 'ID_SERIAL_SHORT': '600140527ab2a1accd44956adbb66e9e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140527ab2a1ac', 'ID_WWN_VENDOR_EXTENSION': '0xcd44956adbb66e9e', 'ID_WWN_WITH_EXTENSION': '0x600140527ab2a1accd44956adbb66e9e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140527ab2a1accd44956adbb66e9e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876679713'} ; 2024-03-01 17:23:19,409 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:23:19,410 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:23:19,441 INFO program/MainThread: stdout[3]: 2024-03-01 17:23:19,442 INFO program/MainThread: stderr[3]: 2024-03-01 17:23:19,442 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:23:19,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:23:19,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:19,455 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:23:19,460 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:23:19,460 INFO blivet/MainThread: sda is a disk 2024-03-01 17:23:19,461 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:23:19,461 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:23:19,464 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:23:19,468 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:23:19,468 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:23:19,471 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:23:19,472 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:23:19,472 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:23:19,472 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e7d14f3c8) -- 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 = 600140527ab2a1accd44956adbb66e9e 2024-03-01 17:23:19,476 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:23:19,480 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:23:19,480 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:23:19,484 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:23:19,484 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:23:19,487 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:19,487 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:23:19,491 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:19,491 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:23:19,494 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:23:19,494 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:23:19,495 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:23:19,522 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 17:23:19,522 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7. WARNING: Couldn't find device with uuid NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV. WARNING: VG test_vg1 is missing PV QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV (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:23:19,522 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:23:19,522 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:23:19,527 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl ; label: None ; device: /dev/sda ; serial: 3600140527ab2a1accd44956adbb66e9e ; exists: True ; vg_name: test_vg1 ; vg_uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; pe_start: 8 MiB ; 2024-03-01 17:23:19,527 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:23:19,531 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:23:19,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; incomplete: True ; hidden: False ; 2024-03-01 17:23:19,537 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:23:19,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:19,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:19,543 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:23:19,571 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 17:23:19,572 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7. WARNING: Couldn't find device with uuid NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV. WARNING: VG test_vg1 is missing PV QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV (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:23:19,572 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:23:19,572 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:23:19,572 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:23:19,578 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:23:19,582 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:23:19,582 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:23:19,585 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:23:19,586 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:23:19,614 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:23:19,614 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7. WARNING: Couldn't find device with uuid NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV. WARNING: VG test_vg1 is missing PV QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV (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:23:19,614 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:23:19,619 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:23:19,620 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:23:19,623 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:23:19,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; incomplete: True ; hidden: False ; 2024-03-01 17:23:19,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:23:19,630 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:23:19,630 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:23:19,634 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/wwn-0x600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/scsi-3600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/lvm-pv-uuid-QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7', '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': 'QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7', 'ID_FS_UUID_ENC': 'QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7', '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': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'ID_SERIAL': '3600140555d3b81a364b40338c696b8d2', 'ID_SERIAL_SHORT': '600140555d3b81a364b40338c696b8d2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140555d3b81a3', 'ID_WWN_VENDOR_EXTENSION': '0x64b40338c696b8d2', 'ID_WWN_WITH_EXTENSION': '0x600140555d3b81a364b40338c696b8d2', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140555d3b81a364b40338c696b8d2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876637314'} ; 2024-03-01 17:23:19,634 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:23:19,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:23:19,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:19,644 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:23:19,645 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:23:19,645 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:23:19,645 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:23:19,649 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:23:19,652 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:23:19,652 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:23:19,656 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:23:19,656 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:23:19,656 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:23:19,656 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e7c1215c0) -- 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 = 600140555d3b81a364b40338c696b8d2 2024-03-01 17:23:19,660 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:23:19,664 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:23:19,664 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:23:19,667 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:23:19,668 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:23:19,671 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:19,671 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:23:19,674 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:19,675 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:23:19,678 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:23:19,678 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:23:19,678 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:23:19,706 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=[unknown] LVM2_PV_UUID=NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 17:23:19,707 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV. WARNING: VG test_vg1 is missing PV NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV (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:23:19,707 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:23:19,707 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:23:19,712 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 ; label: None ; device: /dev/sdb ; serial: 3600140555d3b81a364b40338c696b8d2 ; exists: True ; vg_name: test_vg1 ; vg_uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; pe_start: 8 MiB ; 2024-03-01 17:23:19,712 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:23:19,715 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:23:19,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; incomplete: True ; hidden: False ; 2024-03-01 17:23:19,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:23:19,725 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:23:19,729 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:23:19,732 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:23:19,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; incomplete: True ; hidden: False ; 2024-03-01 17:23:19,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:19,739 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:23:19,770 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:23:19,771 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV. WARNING: VG test_vg1 is missing PV NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV (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:23:19,771 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:23:19,771 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:23:19,771 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:23:19,776 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/wwn-0x60014054e00594cc9d74b4aa43b70905', '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': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'ID_SERIAL': '360014054e00594cc9d74b4aa43b70905', 'ID_SERIAL_SHORT': '60014054e00594cc9d74b4aa43b70905', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e00594cc', 'ID_WWN_VENDOR_EXTENSION': '0x9d74b4aa43b70905', 'ID_WWN_WITH_EXTENSION': '0x60014054e00594cc9d74b4aa43b70905', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e00594cc9d74b4aa43b70905', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877351104'} ; 2024-03-01 17:23:19,776 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:23:19,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:23:19,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:19,787 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:23:19,788 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:23:19,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:23:19,788 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:23:19,791 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:23:19,795 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:23:19,795 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:23:19,798 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:23:19,799 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:23:19,799 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:23:19,799 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e7c121da0) -- 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 = 60014054e00594cc9d74b4aa43b70905 2024-03-01 17:23:19,803 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:23:19,803 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:23:19,806 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/wwn-0x600140518e3c0f61a1c477ba1954b852', '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': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'ID_SERIAL': '3600140518e3c0f61a1c477ba1954b852', 'ID_SERIAL_SHORT': '600140518e3c0f61a1c477ba1954b852', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140518e3c0f61', 'ID_WWN_VENDOR_EXTENSION': '0xa1c477ba1954b852', 'ID_WWN_WITH_EXTENSION': '0x600140518e3c0f61a1c477ba1954b852', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140518e3c0f61a1c477ba1954b852', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877521593'} ; 2024-03-01 17:23:19,806 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:23:19,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:23:19,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:19,817 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:23:19,817 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:23:19,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:23:19,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:23:19,821 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:23:19,824 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:23:19,824 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:23:19,828 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:23:19,828 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:23:19,828 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:23:19,828 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e7c085f28) -- 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 = 600140518e3c0f61a1c477ba1954b852 2024-03-01 17:23:19,832 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:23:19,832 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:23:19,835 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/lvm-pv-uuid-NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/wwn-0x6001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_ac984c9a-9204-4e78-9d51-ff55155e9488', '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': 'NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV', 'ID_FS_UUID_ENC': 'NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV', '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': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'ID_SERIAL': '36001405ac984c9a92044e789d51ff551', 'ID_SERIAL_SHORT': '6001405ac984c9a92044e789d51ff551', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac984c9a9', 'ID_WWN_VENDOR_EXTENSION': '0x2044e789d51ff551', 'ID_WWN_WITH_EXTENSION': '0x6001405ac984c9a92044e789d51ff551', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac984c9a92044e789d51ff551', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876764312'} ; 2024-03-01 17:23:19,836 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:23:19,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:23:19,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:19,846 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:23:19,846 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:23:19,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:23:19,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:23:19,850 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:23:19,853 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:23:19,853 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:23:19,857 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:23:19,857 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:23:19,858 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:23:19,858 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e7c121b00) -- 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 = 6001405ac984c9a92044e789d51ff551 2024-03-01 17:23:19,861 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:23:19,865 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:23:19,865 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:23:19,869 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:23:19,869 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:23:19,872 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:19,872 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:23:19,876 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:19,876 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:23:19,879 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:23:19,879 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:23:19,879 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:23:19,907 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=YXpnwt-TvKk-C9z7-14Mh-4BK6-G0jl-LRyJsl LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdb LVM2_PV_UUID=QEdya2-XEB3-Oqua-sM5m-6veX-3uyG-aNNVe7 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 LVM2_PV_NAME=/dev/sdc LVM2_PV_UUID=NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=0 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=0 LVM2_PV_COUNT=3 2024-03-01 17:23:19,908 INFO program/MainThread: stderr[9]: 2024-03-01 17:23:19,908 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:23:19,908 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:23:19,912 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: NRcQYr-zmTG-Ft1w-2eK2-ttfI-zRne-CiafyV ; label: None ; device: /dev/sdc ; serial: 36001405ac984c9a92044e789d51ff551 ; exists: True ; vg_name: test_vg1 ; vg_uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; pe_start: 8 MiB ; 2024-03-01 17:23:19,913 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:23:19,916 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:23:19,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; incomplete: True ; hidden: False ; 2024-03-01 17:23:19,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:19,926 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:23:19,929 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:23:19,933 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:23:19,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid ; incomplete: True ; hidden: False ; 2024-03-01 17:23:19,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:19,940 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:23:19,968 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 LVM2_LV_SIZE=3196059648 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:23:19,969 INFO program/MainThread: stderr[10]: 2024-03-01 17:23:19,969 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:23:19,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:19,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:19,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:19,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:23:19,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:23:19,987 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:23:19,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:23:19,991 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:23:19,995 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:23:19,995 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:23:19,999 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:23:20,000 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 17:23:20,000 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:23:20,003 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:23:20,008 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:23:20,008 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:23:20,012 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:23:20,015 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:23:20,015 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:23:20,019 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:23:20,019 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 17:23:20,020 DEBUG blivet/MainThread: Adding test_vg1-lv1/2.98 GiB to test_vg1 2024-03-01 17:23:20,020 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:23:20,023 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:23:20,023 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:23:20,027 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:23:20,027 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 2.98 GiB (2.98 GiB) 2024-03-01 17:23:20,031 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/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-EkKc5ZkD6K4bA9HTVntzHsn9ERhhlniddVI2Agu0HzkbGG2cqtpWHh8Lkl1Xb2y6 ' '/dev/disk/by-uuid/26520ee7-2f65-4d6b-9070-8b9ecce95338', '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-EkKc5ZkD6K4bA9HTVntzHsn9ERhhlniddVI2Agu0HzkbGG2cqtpWHh8Lkl1Xb2y6', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '26520ee7-2f65-4d6b-9070-8b9ecce95338', 'ID_FS_UUID_ENC': '26520ee7-2f65-4d6b-9070-8b9ecce95338', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1396288172'} ; 2024-03-01 17:23:20,031 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:23:20,031 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:20,035 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:23:20,036 INFO program/MainThread: stderr[11]: 2024-03-01 17:23:20,036 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:23:20,036 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:20,039 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:23:20,039 INFO program/MainThread: stderr[12]: 2024-03-01 17:23:20,039 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:23:20,039 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:20,043 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:23:20,043 INFO program/MainThread: stderr[13]: 2024-03-01 17:23:20,043 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:23:20,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:20,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:23:20,054 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:20,054 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:20,055 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:20,055 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:20,051 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = None target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45)'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:20,056 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:20,060 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:23:20,060 INFO program/MainThread: stderr[14]: 2024-03-01 17:23:20,060 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:23:20,065 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:23:20,068 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:23:20,069 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:23:20,073 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:23:20,073 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:23:20,076 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:20,076 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:23:20,080 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:20,080 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:23:20,082 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:23:20,082 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:23:20,086 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:23:20,086 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:23:20,090 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:23:20,090 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:23:20,090 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:23:20,094 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_65903281-4ab2-4b88-8534-5837e6dcff0b ' '/dev/disk/by-id/wwn-0x6001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', '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': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'ID_SERIAL': '36001405659032814ab24b8885345837e', 'ID_SERIAL_SHORT': '6001405659032814ab24b8885345837e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659032814', 'ID_WWN_VENDOR_EXTENSION': '0xab24b8885345837e', 'ID_WWN_WITH_EXTENSION': '0x6001405659032814ab24b8885345837e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659032814ab24b8885345837e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '876801756'} ; 2024-03-01 17:23:20,094 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:23:20,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:23:20,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:20,105 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:23:20,105 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:23:20,106 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:23:20,106 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 61 2024-03-01 17:23:20,109 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:23:20,112 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:23:20,113 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:23:20,116 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:23:20,116 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:23:20,117 INFO blivet/MainThread: added disk sdd (id 59) to device tree 2024-03-01 17:23:20,117 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e7c091cc0) -- 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 = 6001405659032814ab24b8885345837e 2024-03-01 17:23:20,121 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:23:20,121 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:23:20,124 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/wwn-0x60014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7e7b2b54-ab65-47a3-97e3-bf8daf383abd', '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': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'ID_SERIAL': '360014057e7b2b54ab6547a397e3bf8da', 'ID_SERIAL_SHORT': '60014057e7b2b54ab6547a397e3bf8da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057e7b2b54a', 'ID_WWN_VENDOR_EXTENSION': '0xb6547a397e3bf8da', 'ID_WWN_WITH_EXTENSION': '0x60014057e7b2b54ab6547a397e3bf8da', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057e7b2b54ab6547a397e3bf8da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '876904798'} ; 2024-03-01 17:23:20,124 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:23:20,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:23:20,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:20,135 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:23:20,135 INFO blivet/MainThread: sde is a disk 2024-03-01 17:23:20,135 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 65 2024-03-01 17:23:20,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 66 2024-03-01 17:23:20,139 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:23:20,142 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:23:20,142 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:23:20,146 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:23:20,146 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:23:20,146 INFO blivet/MainThread: added disk sde (id 64) to device tree 2024-03-01 17:23:20,147 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e7c09c358) -- 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 = 60014057e7b2b54ab6547a397e3bf8da 2024-03-01 17:23:20,150 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:23:20,150 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:23:20,154 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/scsi-36001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/wwn-0x6001405ab03e1deb42b49d7baf199854', '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': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'ID_SERIAL': '36001405ab03e1deb42b49d7baf199854', 'ID_SERIAL_SHORT': '6001405ab03e1deb42b49d7baf199854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab03e1deb', 'ID_WWN_VENDOR_EXTENSION': '0x42b49d7baf199854', 'ID_WWN_WITH_EXTENSION': '0x6001405ab03e1deb42b49d7baf199854', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab03e1deb42b49d7baf199854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877042293'} ; 2024-03-01 17:23:20,154 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:23:20,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:23:20,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:20,165 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:23:20,165 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:23:20,165 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 70 2024-03-01 17:23:20,165 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 71 2024-03-01 17:23:20,169 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:23:20,172 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:23:20,172 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:23:20,175 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:23:20,176 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:23:20,176 INFO blivet/MainThread: added disk sdf (id 69) to device tree 2024-03-01 17:23:20,176 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e8b133208) -- 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 = 6001405ab03e1deb42b49d7baf199854 2024-03-01 17:23:20,180 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:23:20,180 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:23:20,183 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/wwn-0x60014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6cf54f2d-9076-4af6-9d16-6ee31f1f686c', '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': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'ID_SERIAL': '360014056cf54f2d90764af69d166ee31', 'ID_SERIAL_SHORT': '60014056cf54f2d90764af69d166ee31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056cf54f2d9', 'ID_WWN_VENDOR_EXTENSION': '0x0764af69d166ee31', 'ID_WWN_WITH_EXTENSION': '0x60014056cf54f2d90764af69d166ee31', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056cf54f2d90764af69d166ee31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877135338'} ; 2024-03-01 17:23:20,183 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:23:20,187 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:23:20,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:20,194 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:23:20,195 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:23:20,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 75 2024-03-01 17:23:20,195 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 76 2024-03-01 17:23:20,198 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:23:20,201 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:23:20,202 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:23:20,205 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:23:20,205 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:23:20,206 INFO blivet/MainThread: added disk sdg (id 74) to device tree 2024-03-01 17:23:20,206 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e7c089240) -- 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 = 60014056cf54f2d90764af69d166ee31 2024-03-01 17:23:20,209 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:23:20,210 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:23:20,213 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/scsi-3600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e', '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': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'ID_SERIAL': '3600140535647ead679842debee029dc4', 'ID_SERIAL_SHORT': '600140535647ead679842debee029dc4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140535647ead6', 'ID_WWN_VENDOR_EXTENSION': '0x79842debee029dc4', 'ID_WWN_WITH_EXTENSION': '0x600140535647ead679842debee029dc4', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140535647ead679842debee029dc4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877079595'} ; 2024-03-01 17:23:20,213 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:23:20,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:23:20,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:20,224 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:23:20,224 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:23:20,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 80 2024-03-01 17:23:20,224 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 81 2024-03-01 17:23:20,228 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:23:20,231 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:23:20,231 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:23:20,234 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:23:20,235 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:23:20,235 INFO blivet/MainThread: added disk sdh (id 79) to device tree 2024-03-01 17:23:20,235 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e7c089780) -- 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 = 600140535647ead679842debee029dc4 2024-03-01 17:23:20,239 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:23:20,239 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:23:20,242 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/scsi-3600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/wwn-0x600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_79d13d79-caaf-48bb-b493-cfa556ad1461', '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': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'ID_SERIAL': '3600140579d13d79caaf48bbb493cfa55', 'ID_SERIAL_SHORT': '600140579d13d79caaf48bbb493cfa55', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140579d13d79c', 'ID_WWN_VENDOR_EXTENSION': '0xaaf48bbb493cfa55', 'ID_WWN_WITH_EXTENSION': '0x600140579d13d79caaf48bbb493cfa55', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140579d13d79caaf48bbb493cfa55', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877225857'} ; 2024-03-01 17:23:20,242 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:23:20,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:23:20,249 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:20,253 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:23:20,253 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:23:20,253 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:23:20,254 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:23:20,257 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:23:20,260 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:23:20,261 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:23:20,264 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:23:20,264 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:23:20,265 INFO blivet/MainThread: added disk sdi (id 84) to device tree 2024-03-01 17:23:20,265 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e7c0a7128) -- 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 = 600140579d13d79caaf48bbb493cfa55 2024-03-01 17:23:20,268 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:23:20,268 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:23:20,272 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/scsi-36001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a6af134a-bf19-4494-b7a8-71ab3c4f54d8', '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': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'ID_SERIAL': '36001405a6af134abf194494b7a871ab3', 'ID_SERIAL_SHORT': '6001405a6af134abf194494b7a871ab3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a6af134ab', 'ID_WWN_VENDOR_EXTENSION': '0xf194494b7a871ab3', 'ID_WWN_WITH_EXTENSION': '0x6001405a6af134abf194494b7a871ab3', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a6af134abf194494b7a871ab3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877316888'} ; 2024-03-01 17:23:20,272 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:23:20,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:23:20,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:20,283 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:23:20,283 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:23:20,283 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 90 2024-03-01 17:23:20,284 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 91 2024-03-01 17:23:20,287 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:23:20,290 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:23:20,290 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:23:20,294 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:23:20,294 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:23:20,294 INFO blivet/MainThread: added disk sdj (id 89) to device tree 2024-03-01 17:23:20,294 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e7c0a77f0) -- 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 = 6001405a6af134abf194494b7a871ab3 2024-03-01 17:23:20,298 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:23:20,298 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:23:20,301 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': '19811683'} ; 2024-03-01 17:23:20,301 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:23:20,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:23:20,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:20,312 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:23:20,312 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:23:20,312 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:23:20,312 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:23:20,312 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:23:20,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:23:20,316 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:23:20,319 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:23:20,319 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:23:20,323 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:23:20,323 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:23:20,323 INFO blivet/MainThread: added disk xvda (id 94) to device tree 2024-03-01 17:23:20,323 INFO blivet/MainThread: got device: DiskDevice instance (0x7f6e7c0a7d30) -- 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:23:20,327 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:23:20,330 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:23:20,330 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 98 2024-03-01 17:23:20,334 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:23:20,334 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 99 2024-03-01 17:23:20,337 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:20,337 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 100 2024-03-01 17:23:20,341 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:20,341 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 101 2024-03-01 17:23:20,344 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:23:20,348 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:20,351 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:23:20,359 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 0x7f6e7c095f48> 2024-03-01 17:23:23,158 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 102 2024-03-01 17:23:23,163 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:23:23,163 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:23:23,167 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': '19814317'} ; 2024-03-01 17:23:23,167 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:23:23,168 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:23:23,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:23,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:23,178 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:23:23,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:23,184 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:23,184 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:23,195 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:23,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:23:23,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (94) with existing msdos disklabel 2024-03-01 17:23:23,215 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 105 2024-03-01 17:23:23,219 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:23:23,219 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:23:23,222 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:23:23,226 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:23:23,226 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:23:23,230 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:23:23,230 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:23:23,230 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:23:23,233 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:23:23,237 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:23:23,240 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:23:23,243 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:23:23,246 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:23:23,247 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:23:23,247 INFO blivet/MainThread: added partition xvda1 (id 104) to device tree 2024-03-01 17:23:23,248 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:23:23,247 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f6e7c0ab438) -- 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 0x7f6e7c0b8eb8> disk = existing 250 GiB disk xvda (94) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:23:23,251 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:23:23,255 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:23:23,255 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 108 2024-03-01 17:23:23,259 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:23:23,259 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 109 2024-03-01 17:23:23,262 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:23,262 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 110 2024-03-01 17:23:23,266 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:23,266 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 111 2024-03-01 17:23:23,266 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:23:23,269 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:23:23,270 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 112 2024-03-01 17:23:23,273 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:23:23,273 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:23:23,276 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/26520ee7-2f65-4d6b-9070-8b9ecce95338 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-EkKc5ZkD6K4bA9HTVntzHsn9ERhhlniddVI2Agu0HzkbGG2cqtpWHh8Lkl1Xb2y6 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-EkKc5ZkD6K4bA9HTVntzHsn9ERhhlniddVI2Agu0HzkbGG2cqtpWHh8Lkl1Xb2y6', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '26520ee7-2f65-4d6b-9070-8b9ecce95338', 'ID_FS_UUID_ENC': '26520ee7-2f65-4d6b-9070-8b9ecce95338', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1396288172'} ; 2024-03-01 17:23:23,276 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:23:23,277 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:23,281 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:23:23,281 INFO program/MainThread: stderr[15]: 2024-03-01 17:23:23,281 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:23:23,281 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:23,284 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:23:23,285 INFO program/MainThread: stderr[16]: 2024-03-01 17:23:23,285 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:23:23,285 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:23,288 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:23:23,288 INFO program/MainThread: stderr[17]: 2024-03-01 17:23:23,288 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:23:23,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:23,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:23:23,299 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,299 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,300 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,300 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,296 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,301 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:23:23,304 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:23:23,304 INFO program/MainThread: stderr[18]: 2024-03-01 17:23:23,304 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:23:23,308 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:23:23,309 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:23:23,309 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:23,319 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:23,332 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:23:23,333 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:23:23,337 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:23:23,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:23,343 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:23:23,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:23,346 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:23:23,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:23:23,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:23,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:23:23,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:23,359 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:23:23,362 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:23:23,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:23,368 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:23:23,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:23,371 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:23:23,374 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:23:23,377 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:23,380 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:23:23,383 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:23,383 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:23:23,386 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:23:23,389 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:23,392 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:23:23,395 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:23,395 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:23:23,398 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:23:23,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:23,404 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:23:23,407 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:23,407 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:23:23,410 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:23,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:23,414 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:23:23,414 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:23,414 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:23,415 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:23,415 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:23,416 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:23,416 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:23,416 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:23,417 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:23,417 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:23,418 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:23,418 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:23,418 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:23:23,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:23:23,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:23:23,425 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:23:23,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:23:23,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:23:23,431 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:23:23,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:23:23,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:23:23,437 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:23:23,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:23,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem 2024-03-01 17:23:23,443 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:23:23,445 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,446 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,446 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,447 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,443 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,450 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,450 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,451 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,451 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,448 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,454 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,455 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,455 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,456 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,452 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,458 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,459 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,459 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,460 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,456 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,462 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,463 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,463 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,464 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,460 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,467 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,467 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,468 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,468 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,464 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,471 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,471 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,472 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,472 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,469 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,475 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,476 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,476 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,477 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,473 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,479 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,480 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,480 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,481 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,477 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,483 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,484 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,484 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,485 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,481 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,487 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,488 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,488 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,489 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,485 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,491 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,492 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,492 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,493 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,489 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,496 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,496 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,497 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,497 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,494 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,500 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,500 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,501 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,501 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,498 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,504 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,505 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,505 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,506 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,502 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,508 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,509 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,509 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,510 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,506 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,512 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,513 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,513 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,514 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,510 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,516 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,517 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,517 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,518 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,514 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,521 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,521 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,522 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,522 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,519 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,525 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,525 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,526 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,526 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,523 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,529 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,530 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,530 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,531 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,527 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,533 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,534 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,534 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,535 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,531 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,537 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,538 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,538 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,539 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,535 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,541 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,542 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,542 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,543 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,539 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,546 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,546 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,546 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,547 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,550 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,550 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,551 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,551 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,548 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,554 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,554 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,555 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,555 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,552 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,558 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,559 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,559 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,560 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,556 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,562 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,563 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,563 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,564 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,560 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,566 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,567 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,567 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,568 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,564 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,570 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,571 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,571 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,572 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,568 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,575 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,575 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,576 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:23:23,576 DEBUG blivet/MainThread: vg test_vg1 has 0 B free 2024-03-01 17:23:23,573 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f6e7c085b00) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = dVI2Ag-u0Hz-kbGG-2cqt-pWHh-8Lkl-1Xb2y6 size = 2.98 GiB format = existing xfs filesystem major = 0 minor = 0 exists = True protected = False sysfs path = /sys/devices/virtual/block/dm-0 target size = 2.98 GiB path = /dev/mapper/test_vg1-lv1 format args = [] original_format = xfs target = None dm_uuid = None VG device = LVMVolumeGroupDevice instance (0x7f6e7c0fe978) -- name = test_vg1 status = True id = 11 children = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] parents = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] uuid = EkKc5Z-kD6K-4bA9-HTVn-tzHs-n9ER-hhlnid size = 2.98 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 2.98 GiB path = /dev/test_vg1 format args = [] original_format = None free = 0 B PE Size = 4 MiB PE Count = 762 PE Free = 0 PV Count = 3 modified = False extents = 762 free space = 0 B free extents = 0 reserved percent = 0 reserved space = 0 B PVs = ['existing 1024 MiB disk sda (2) with existing lvmpv', 'existing 1024 MiB disk sdb (16) with existing lvmpv', 'existing 1024 MiB disk sdc (36) with existing lvmpv'] LVs = ['existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem'] segment type = linear percent = 0 VG space used = 2.98 GiB 2024-03-01 17:23:23,577 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:23:23,580 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmlv test_vg1-lv1 (45) with existing xfs filesystem ; hidden: False ; 2024-03-01 17:23:23,580 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:23:23,581 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 115 2024-03-01 17:23:23,584 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:23:23,584 INFO blivet/MainThread: registered action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:23:23,585 INFO program/MainThread: Running [19] dmsetup --version ... 2024-03-01 17:23:23,589 INFO program/MainThread: stdout[19]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:23:23,589 INFO program/MainThread: stderr[19]: 2024-03-01 17:23:23,589 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:23:23,594 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:23:23,594 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:23:23,594 INFO blivet/MainThread: registered action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:23:23,595 DEBUG blivet.ansible/MainThread: ['sdb', 'sda', 'sdc', 'test_vg1'] 2024-03-01 17:23:23,595 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:23:23,598 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:23:23,599 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:23:23,602 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:23:23,605 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:23:23,608 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:23:23,608 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:23:23,608 INFO blivet/MainThread: registered action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:23:23,609 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:23:23,609 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:23:23,611 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:23:23,612 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:23:23,613 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:23:23,616 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:23:23,616 INFO blivet/MainThread: registered action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:23:23,616 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:23:23,616 DEBUG blivet/MainThread: removing sda 2024-03-01 17:23:23,619 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:23:23,619 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:23:23,619 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 121 2024-03-01 17:23:23,622 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:23:23,622 INFO blivet/MainThread: registered action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:23:23,622 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:23:23,622 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:23:23,625 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:23:23,625 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:23:23,626 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:23:23,629 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:23:23,629 INFO blivet/MainThread: registered action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:23:23,630 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:23,641 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:23,654 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:23,665 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:23,681 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:23:23,682 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:23:23,682 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:23:23,682 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:23:23,682 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:23:23,682 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:23:23,682 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:23:23,682 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:23:23,683 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:23:23,686 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:23:23,689 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:23:23,692 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:23:23,692 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:23:23,695 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:23:23,695 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 0x7f6e7c079150> 2024-03-01 17:23:23,696 INFO blivet/MainThread: sorting actions... 2024-03-01 17:23:23,696 DEBUG blivet/MainThread: action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:23:23,697 DEBUG blivet/MainThread: action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:23:23,697 DEBUG blivet/MainThread: action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:23:23,697 DEBUG blivet/MainThread: action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:23:23,697 DEBUG blivet/MainThread: action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:23:23,697 DEBUG blivet/MainThread: action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:23:23,697 INFO blivet/MainThread: executing action: [114] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:23:23,701 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:23:23,704 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:23:23,704 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:23:23,713 INFO program/MainThread: stdout: 2024-03-01 17:23:23,713 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:23:23,713 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:23,713 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:23,729 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:23,729 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:23,742 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:23,743 INFO blivet/MainThread: executing action: [116] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:23:23,747 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:23:23,751 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:23:23,754 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:23:23,758 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:23:23,772 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:23:23,772 INFO program/MainThread: Running [20] lvm lvchange -an test_vg1/lv1 --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:23:23,809 INFO program/MainThread: stdout[20]: 2024-03-01 17:23:23,810 INFO program/MainThread: stderr[20]: 2024-03-01 17:23:23,810 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:23:23,814 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:23:23,818 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:23:23,821 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:23:23,824 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:23:23,828 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:23:23,831 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:23:23,834 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:23:23,837 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:23:23,837 INFO program/MainThread: Running [21] lvm lvremove --yes test_vg1/lv1 --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:23:23,875 INFO program/MainThread: stdout[21]: Logical volume "lv1" successfully removed. 2024-03-01 17:23:23,875 INFO program/MainThread: stderr[21]: 2024-03-01 17:23:23,875 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:23:23,876 INFO blivet/MainThread: executing action: [117] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:23:23,883 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:23:23,896 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:23:23,902 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:23:23,910 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:23:23,916 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:23:23,922 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:23:23,931 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:23:23,934 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:23:23,937 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:23:23,940 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:23:23,941 INFO program/MainThread: Running [22] lvm vgreduce --removemissing --force 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:23:23,971 INFO program/MainThread: stdout[22]: Volume group "test_vg1" is already consistent. 2024-03-01 17:23:23,972 INFO program/MainThread: stderr[22]: 2024-03-01 17:23:23,972 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:23:23,972 INFO program/MainThread: Running [23] lvm vgchange -an 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:23:24,019 INFO program/MainThread: stdout[23]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:23:24,019 INFO program/MainThread: stderr[23]: 2024-03-01 17:23:24,019 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:23:24,020 INFO program/MainThread: Running [24] lvm vgremove --force 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:23:24,059 INFO program/MainThread: stdout[24]: Volume group "test_vg1" successfully removed 2024-03-01 17:23:24,059 INFO program/MainThread: stderr[24]: 2024-03-01 17:23:24,059 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:23:24,060 INFO blivet/MainThread: executing action: [122] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:23:24,067 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:23:24,074 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:23:24,079 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:23:24,079 INFO program/MainThread: Running [25] lvm pvremove --force --force --yes /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:23:24,123 INFO program/MainThread: stdout[25]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:23:24,124 INFO program/MainThread: stderr[25]: 2024-03-01 17:23:24,124 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:23:24,124 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:23:24,124 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:24,163 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:24,164 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:24,182 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:24,182 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:24,198 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:24,199 INFO blivet/MainThread: executing action: [120] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:23:24,203 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:23:24,206 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:23:24,209 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:23:24,209 INFO program/MainThread: Running [26] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:23:24,238 INFO program/MainThread: stdout[26]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:23:24,238 INFO program/MainThread: stderr[26]: 2024-03-01 17:23:24,239 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:23:24,239 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:23:24,239 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:24,273 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:24,273 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:24,288 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:24,288 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:24,303 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:24,304 INFO blivet/MainThread: executing action: [118] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:23:24,308 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:23:24,311 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:23:24,314 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:23:24,314 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:23:24,345 INFO program/MainThread: stdout[27]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:23:24,346 INFO program/MainThread: stderr[27]: 2024-03-01 17:23:24,346 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:23:24,346 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:23:24,346 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:24,382 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:24,382 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:24,396 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:24,396 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:24,410 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:24,416 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:23:24,416 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 0x7f6e7d197308> 2024-03-01 17:23:36,794 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_1627o9jw/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:23:41,456 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_5jo74two/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:23:53,871 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_eah3wzqm/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:23:53,908 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:23:53,908 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:23:53,912 INFO program/MainThread: stdout[2]: 2024-03-01 17:23:53,912 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:23:53,912 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:23:53,912 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:23:53,917 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:53,918 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:23:53,922 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:23:53,922 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:23:53,925 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:23:53,925 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:23:53,928 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:23:53,928 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:23:53,937 INFO program/MainThread: stdout: 2024-03-01 17:23:53,937 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:23:53,937 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:23:53,937 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:23:53,937 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:23:53,937 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:23:53,937 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:23:53,937 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:23:53,937 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:23:53,937 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:23:53,937 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:23:53,937 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:23:53,937 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:23:53,937 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:23:53,937 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:23:53,938 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:23:53,938 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:53,938 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:23:53,938 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:23:53,938 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:23:53,938 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:23:53,938 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:23:53,939 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:23:53,939 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:23:53,939 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:53,954 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:53,966 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:23:53,970 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/scsi-3600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', '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': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'ID_SERIAL': '3600140527ab2a1accd44956adbb66e9e', 'ID_SERIAL_SHORT': '600140527ab2a1accd44956adbb66e9e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140527ab2a1ac', 'ID_WWN_VENDOR_EXTENSION': '0xcd44956adbb66e9e', 'ID_WWN_WITH_EXTENSION': '0x600140527ab2a1accd44956adbb66e9e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140527ab2a1accd44956adbb66e9e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876679713'} ; 2024-03-01 17:23:53,971 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:23:53,971 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:23:53,999 INFO program/MainThread: stdout[3]: 2024-03-01 17:23:54,000 INFO program/MainThread: stderr[3]: 2024-03-01 17:23:54,000 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:23:54,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:23:54,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:54,013 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:23:54,018 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:23:54,019 INFO blivet/MainThread: sda is a disk 2024-03-01 17:23:54,019 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:23:54,019 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:23:54,023 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:23:54,027 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:23:54,027 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:23:54,030 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:23:54,031 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:23:54,031 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:23:54,031 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1913a90470) -- 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 = 600140527ab2a1accd44956adbb66e9e 2024-03-01 17:23:54,035 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:23:54,035 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:23:54,038 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/scsi-3600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/wwn-0x600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_55d3b81a-364b-4033-8c69-6b8d22cd07e4', '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': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'ID_SERIAL': '3600140555d3b81a364b40338c696b8d2', 'ID_SERIAL_SHORT': '600140555d3b81a364b40338c696b8d2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140555d3b81a3', 'ID_WWN_VENDOR_EXTENSION': '0x64b40338c696b8d2', 'ID_WWN_WITH_EXTENSION': '0x600140555d3b81a364b40338c696b8d2', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140555d3b81a364b40338c696b8d2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876637314'} ; 2024-03-01 17:23:54,039 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:23:54,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:23:54,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:54,049 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:23:54,049 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:23:54,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:23:54,050 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:23:54,053 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:23:54,056 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:23:54,056 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:23:54,059 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:23:54,060 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:23:54,060 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:23:54,060 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1912a3e400) -- 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 = 600140555d3b81a364b40338c696b8d2 2024-03-01 17:23:54,064 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:23:54,064 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:23:54,067 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/wwn-0x60014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-360014054e00594cc9d74b4aa43b70905', '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': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'ID_SERIAL': '360014054e00594cc9d74b4aa43b70905', 'ID_SERIAL_SHORT': '60014054e00594cc9d74b4aa43b70905', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e00594cc', 'ID_WWN_VENDOR_EXTENSION': '0x9d74b4aa43b70905', 'ID_WWN_WITH_EXTENSION': '0x60014054e00594cc9d74b4aa43b70905', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e00594cc9d74b4aa43b70905', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877351104'} ; 2024-03-01 17:23:54,068 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:23:54,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:23:54,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:54,078 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:23:54,078 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:23:54,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:23:54,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:23:54,082 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:23:54,085 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:23:54,085 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:23:54,088 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:23:54,089 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:23:54,089 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:23:54,089 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1912a3e4a8) -- 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 = 60014054e00594cc9d74b4aa43b70905 2024-03-01 17:23:54,093 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:23:54,093 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:23:54,096 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/wwn-0x600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/scsi-3600140518e3c0f61a1c477ba1954b852', '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': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'ID_SERIAL': '3600140518e3c0f61a1c477ba1954b852', 'ID_SERIAL_SHORT': '600140518e3c0f61a1c477ba1954b852', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140518e3c0f61', 'ID_WWN_VENDOR_EXTENSION': '0xa1c477ba1954b852', 'ID_WWN_WITH_EXTENSION': '0x600140518e3c0f61a1c477ba1954b852', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140518e3c0f61a1c477ba1954b852', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877521593'} ; 2024-03-01 17:23:54,096 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:23:54,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:23:54,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:54,106 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:23:54,107 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:23:54,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:23:54,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:23:54,110 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:23:54,114 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:23:54,114 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:23:54,117 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:23:54,117 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:23:54,118 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:23:54,118 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1912a445c0) -- 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 = 600140518e3c0f61a1c477ba1954b852 2024-03-01 17:23:54,121 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:23:54,121 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:23:54,125 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/scsi-36001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/wwn-0x6001405ac984c9a92044e789d51ff551', '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': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'ID_SERIAL': '36001405ac984c9a92044e789d51ff551', 'ID_SERIAL_SHORT': '6001405ac984c9a92044e789d51ff551', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac984c9a9', 'ID_WWN_VENDOR_EXTENSION': '0x2044e789d51ff551', 'ID_WWN_WITH_EXTENSION': '0x6001405ac984c9a92044e789d51ff551', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac984c9a92044e789d51ff551', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876764312'} ; 2024-03-01 17:23:54,125 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:23:54,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:23:54,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:54,135 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:23:54,135 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:23:54,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:23:54,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:23:54,139 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:23:54,142 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:23:54,142 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:23:54,146 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:23:54,146 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:23:54,146 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:23:54,146 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1912a44438) -- 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 = 6001405ac984c9a92044e789d51ff551 2024-03-01 17:23:54,150 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:23:54,150 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:23:54,153 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b ' '/dev/disk/by-id/wwn-0x6001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_65903281-4ab2-4b88-8534-5837e6dcff0b', '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': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'ID_SERIAL': '36001405659032814ab24b8885345837e', 'ID_SERIAL_SHORT': '6001405659032814ab24b8885345837e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659032814', 'ID_WWN_VENDOR_EXTENSION': '0xab24b8885345837e', 'ID_WWN_WITH_EXTENSION': '0x6001405659032814ab24b8885345837e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659032814ab24b8885345837e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '876801756'} ; 2024-03-01 17:23:54,153 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:23:54,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:23:54,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:54,163 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:23:54,164 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:23:54,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:23:54,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:23:54,167 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:23:54,171 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:23:54,171 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:23:54,174 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:23:54,174 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:23:54,175 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:23:54,175 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1912a544a8) -- 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 = 6001405659032814ab24b8885345837e 2024-03-01 17:23:54,178 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:23:54,178 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:23:54,182 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/scsi-360014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/wwn-0x60014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd', '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': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'ID_SERIAL': '360014057e7b2b54ab6547a397e3bf8da', 'ID_SERIAL_SHORT': '60014057e7b2b54ab6547a397e3bf8da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057e7b2b54a', 'ID_WWN_VENDOR_EXTENSION': '0xb6547a397e3bf8da', 'ID_WWN_WITH_EXTENSION': '0x60014057e7b2b54ab6547a397e3bf8da', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057e7b2b54ab6547a397e3bf8da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '876904798'} ; 2024-03-01 17:23:54,182 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:23:54,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:23:54,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:54,192 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:23:54,192 INFO blivet/MainThread: sde is a disk 2024-03-01 17:23:54,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:23:54,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:23:54,196 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:23:54,199 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:23:54,199 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:23:54,202 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:23:54,203 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:23:54,203 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:23:54,203 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1912a54b38) -- 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 = 60014057e7b2b54ab6547a397e3bf8da 2024-03-01 17:23:54,207 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:23:54,207 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:23:54,210 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-36001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_ab03e1de-b42b-49d7-baf1-998541b2c3a7', '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': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'ID_SERIAL': '36001405ab03e1deb42b49d7baf199854', 'ID_SERIAL_SHORT': '6001405ab03e1deb42b49d7baf199854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab03e1deb', 'ID_WWN_VENDOR_EXTENSION': '0x42b49d7baf199854', 'ID_WWN_WITH_EXTENSION': '0x6001405ab03e1deb42b49d7baf199854', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab03e1deb42b49d7baf199854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877042293'} ; 2024-03-01 17:23:54,210 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:23:54,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:23:54,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:54,221 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:23:54,221 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:23:54,221 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:23:54,221 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:23:54,225 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:23:54,228 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:23:54,228 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:23:54,231 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:23:54,232 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:23:54,232 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:23:54,232 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1912a54240) -- 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 = 6001405ab03e1deb42b49d7baf199854 2024-03-01 17:23:54,236 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:23:54,236 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:23:54,239 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/wwn-0x60014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6cf54f2d-9076-4af6-9d16-6ee31f1f686c', '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': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'ID_SERIAL': '360014056cf54f2d90764af69d166ee31', 'ID_SERIAL_SHORT': '60014056cf54f2d90764af69d166ee31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056cf54f2d9', 'ID_WWN_VENDOR_EXTENSION': '0x0764af69d166ee31', 'ID_WWN_WITH_EXTENSION': '0x60014056cf54f2d90764af69d166ee31', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056cf54f2d90764af69d166ee31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877135338'} ; 2024-03-01 17:23:54,239 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:23:54,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:23:54,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:54,250 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:23:54,250 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:23:54,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:23:54,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:23:54,254 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:23:54,257 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:23:54,257 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:23:54,261 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:23:54,261 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:23:54,261 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:23:54,261 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1912a40a20) -- 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 = 60014056cf54f2d90764af69d166ee31 2024-03-01 17:23:54,265 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:23:54,265 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:23:54,268 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/wwn-0x600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/scsi-3600140535647ead679842debee029dc4', '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': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'ID_SERIAL': '3600140535647ead679842debee029dc4', 'ID_SERIAL_SHORT': '600140535647ead679842debee029dc4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140535647ead6', 'ID_WWN_VENDOR_EXTENSION': '0x79842debee029dc4', 'ID_WWN_WITH_EXTENSION': '0x600140535647ead679842debee029dc4', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140535647ead679842debee029dc4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877079595'} ; 2024-03-01 17:23:54,268 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:23:54,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:23:54,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:54,279 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:23:54,279 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:23:54,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:23:54,280 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:23:54,283 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:23:54,286 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:23:54,286 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:23:54,289 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:23:54,290 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:23:54,290 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:23:54,290 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1912a54cf8) -- 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 = 600140535647ead679842debee029dc4 2024-03-01 17:23:54,294 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:23:54,294 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:23:54,297 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/wwn-0x600140579d13d79caaf48bbb493cfa55', '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': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'ID_SERIAL': '3600140579d13d79caaf48bbb493cfa55', 'ID_SERIAL_SHORT': '600140579d13d79caaf48bbb493cfa55', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140579d13d79c', 'ID_WWN_VENDOR_EXTENSION': '0xaaf48bbb493cfa55', 'ID_WWN_WITH_EXTENSION': '0x600140579d13d79caaf48bbb493cfa55', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140579d13d79caaf48bbb493cfa55', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877225857'} ; 2024-03-01 17:23:54,297 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:23:54,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:23:54,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:54,308 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:23:54,308 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:23:54,308 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:23:54,308 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:23:54,312 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:23:54,315 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:23:54,315 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:23:54,318 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:23:54,319 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:23:54,319 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:23:54,319 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1912a64940) -- 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 = 600140579d13d79caaf48bbb493cfa55 2024-03-01 17:23:54,323 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:23:54,323 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:23:54,326 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/scsi-36001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/wwn-0x6001405a6af134abf194494b7a871ab3', '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': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'ID_SERIAL': '36001405a6af134abf194494b7a871ab3', 'ID_SERIAL_SHORT': '6001405a6af134abf194494b7a871ab3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a6af134ab', 'ID_WWN_VENDOR_EXTENSION': '0xf194494b7a871ab3', 'ID_WWN_WITH_EXTENSION': '0x6001405a6af134abf194494b7a871ab3', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a6af134abf194494b7a871ab3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877316888'} ; 2024-03-01 17:23:54,326 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:23:54,330 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:23:54,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:54,336 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:23:54,337 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:23:54,337 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:23:54,337 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:23:54,340 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:23:54,344 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:23:54,344 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:23:54,347 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:23:54,347 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:23:54,348 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:23:54,348 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1912a64fd0) -- 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 = 6001405a6af134abf194494b7a871ab3 2024-03-01 17:23:54,351 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:23:54,351 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:23:54,354 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': '19811683'} ; 2024-03-01 17:23:54,354 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:23:54,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:23:54,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:54,365 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:23:54,365 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:23:54,365 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:23:54,365 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:23:54,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:23:54,365 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:23:54,369 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:23:54,372 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:23:54,372 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:23:54,375 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:23:54,376 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:23:54,376 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:23:54,376 INFO blivet/MainThread: got device: DiskDevice instance (0x7f1912a64f28) -- 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:23:54,379 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:23:54,383 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:23:54,383 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:23:54,387 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:23:54,387 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:23:54,390 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:54,390 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:23:54,394 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:54,394 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:23:54,398 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:23:54,401 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:23:54,404 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:23:54,410 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 0x7f1912a55a08> 2024-03-01 17:23:57,588 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:23:57,593 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:23:57,593 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:23:57,597 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': '19814317'} ; 2024-03-01 17:23:57,597 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:23:57,597 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:23:57,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:57,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:57,607 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:23:57,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:23:57,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:57,613 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:57,625 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:57,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:23:57,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:23:57,644 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:23:57,648 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:23:57,648 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:23:57,652 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:23:57,655 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:23:57,655 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:23:57,658 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:23:57,659 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:23:57,659 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:23:57,662 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:23:57,666 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:23:57,669 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:23:57,672 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:23:57,675 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:23:57,675 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:23:57,676 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:23:57,676 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:23:57,676 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f1913ddb390) -- 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 0x7f19129fa0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:23:57,680 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:23:57,683 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:23:57,684 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:23:57,687 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:23:57,687 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:23:57,690 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:57,691 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:23:57,694 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:23:57,694 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:23:57,696 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:23:57,696 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:23:57,700 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:23:57,700 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:23:57,703 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:23:57,703 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:23:57,704 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:23:57,715 DEBUG program/MainThread: Return code: 0 2024-03-01 17:23:57,727 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:23:57,728 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:23:57,732 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:23:57,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:57,738 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:23:57,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:57,741 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:23:57,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:23:57,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:57,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:23:57,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:57,753 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:23:57,755 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:23:57,758 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:57,761 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:23:57,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:57,764 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:23:57,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:23:57,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:57,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:23:57,776 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:57,776 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:23:57,779 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:23:57,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:57,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/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:23:57,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:57,788 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:23:57,791 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:23:57,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:23:57,796 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:23:57,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:23:57,799 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:23:57,799 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:23:57,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:23:57,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 17:23:57,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:23:57,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:23:57,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:23:57,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:23:57,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:24:02,526 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_58xgaz7o/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:24:02,563 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:24:02,563 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:24:02,567 INFO program/MainThread: stdout[2]: 2024-03-01 17:24:02,567 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:24:02,567 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:24:02,567 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:24:02,572 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:02,572 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:24:02,576 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:24:02,576 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:24:02,579 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:24:02,579 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:24:02,582 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:24:02,583 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:24:02,591 INFO program/MainThread: stdout: 2024-03-01 17:24:02,591 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:24:02,591 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:24:02,591 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:24:02,591 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:24:02,591 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:24:02,591 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:24:02,591 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:24:02,591 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:24:02,592 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:24:02,592 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:24:02,592 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:24:02,592 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:24:02,592 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:24:02,592 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:24:02,592 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:24:02,592 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:02,592 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:24:02,592 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:24:02,592 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:24:02,593 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:24:02,593 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:24:02,593 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:24:02,593 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:24:02,593 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:02,604 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:02,616 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:24:02,620 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/wwn-0x600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', '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': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'ID_SERIAL': '3600140527ab2a1accd44956adbb66e9e', 'ID_SERIAL_SHORT': '600140527ab2a1accd44956adbb66e9e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140527ab2a1ac', 'ID_WWN_VENDOR_EXTENSION': '0xcd44956adbb66e9e', 'ID_WWN_WITH_EXTENSION': '0x600140527ab2a1accd44956adbb66e9e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140527ab2a1accd44956adbb66e9e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876679713'} ; 2024-03-01 17:24:02,620 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:24:02,621 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:24:02,648 INFO program/MainThread: stdout[3]: 2024-03-01 17:24:02,649 INFO program/MainThread: stderr[3]: 2024-03-01 17:24:02,649 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:24:02,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:24:02,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:02,662 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:24:02,666 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:24:02,667 INFO blivet/MainThread: sda is a disk 2024-03-01 17:24:02,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:24:02,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:24:02,671 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:24:02,675 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:24:02,675 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:24:02,678 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:24:02,678 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:24:02,679 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:24:02,679 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ff664b470) -- 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 = 600140527ab2a1accd44956adbb66e9e 2024-03-01 17:24:02,683 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:24:02,683 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:24:02,686 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/wwn-0x600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/scsi-3600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_55d3b81a-364b-4033-8c69-6b8d22cd07e4', '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': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'ID_SERIAL': '3600140555d3b81a364b40338c696b8d2', 'ID_SERIAL_SHORT': '600140555d3b81a364b40338c696b8d2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140555d3b81a3', 'ID_WWN_VENDOR_EXTENSION': '0x64b40338c696b8d2', 'ID_WWN_WITH_EXTENSION': '0x600140555d3b81a364b40338c696b8d2', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140555d3b81a364b40338c696b8d2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876637314'} ; 2024-03-01 17:24:02,686 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:24:02,689 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:24:02,692 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:02,696 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:24:02,697 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:24:02,697 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:24:02,697 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:24:02,700 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:24:02,703 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:24:02,704 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:24:02,707 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:24:02,707 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:24:02,707 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:24:02,708 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ff55f9400) -- 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 = 600140555d3b81a364b40338c696b8d2 2024-03-01 17:24:02,711 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:24:02,711 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:24:02,714 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/wwn-0x60014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/scsi-360014054e00594cc9d74b4aa43b70905', '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': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'ID_SERIAL': '360014054e00594cc9d74b4aa43b70905', 'ID_SERIAL_SHORT': '60014054e00594cc9d74b4aa43b70905', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e00594cc', 'ID_WWN_VENDOR_EXTENSION': '0x9d74b4aa43b70905', 'ID_WWN_WITH_EXTENSION': '0x60014054e00594cc9d74b4aa43b70905', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e00594cc9d74b4aa43b70905', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877351104'} ; 2024-03-01 17:24:02,715 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:24:02,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:24:02,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:02,725 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:24:02,725 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:24:02,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:24:02,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:24:02,728 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:24:02,732 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:24:02,732 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:24:02,735 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:24:02,735 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:24:02,736 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:24:02,736 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ff55f94a8) -- 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 = 60014054e00594cc9d74b4aa43b70905 2024-03-01 17:24:02,739 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:24:02,739 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:24:02,742 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/wwn-0x600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', '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': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'ID_SERIAL': '3600140518e3c0f61a1c477ba1954b852', 'ID_SERIAL_SHORT': '600140518e3c0f61a1c477ba1954b852', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140518e3c0f61', 'ID_WWN_VENDOR_EXTENSION': '0xa1c477ba1954b852', 'ID_WWN_WITH_EXTENSION': '0x600140518e3c0f61a1c477ba1954b852', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140518e3c0f61a1c477ba1954b852', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877521593'} ; 2024-03-01 17:24:02,743 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:24:02,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:24:02,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:02,753 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:24:02,753 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:24:02,753 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:24:02,753 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:24:02,756 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:24:02,760 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:24:02,760 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:24:02,763 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:24:02,764 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:24:02,764 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:24:02,764 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ff55ff5c0) -- 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 = 600140518e3c0f61a1c477ba1954b852 2024-03-01 17:24:02,767 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:24:02,768 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:24:02,771 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/wwn-0x6001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_ac984c9a-9204-4e78-9d51-ff55155e9488', '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': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'ID_SERIAL': '36001405ac984c9a92044e789d51ff551', 'ID_SERIAL_SHORT': '6001405ac984c9a92044e789d51ff551', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac984c9a9', 'ID_WWN_VENDOR_EXTENSION': '0x2044e789d51ff551', 'ID_WWN_WITH_EXTENSION': '0x6001405ac984c9a92044e789d51ff551', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac984c9a92044e789d51ff551', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876764312'} ; 2024-03-01 17:24:02,771 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:24:02,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:24:02,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:02,781 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:24:02,782 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:24:02,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:24:02,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:24:02,785 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:24:02,788 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:24:02,788 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:24:02,792 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:24:02,792 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:24:02,792 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:24:02,792 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ff55ff438) -- 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 = 6001405ac984c9a92044e789d51ff551 2024-03-01 17:24:02,796 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:24:02,796 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:24:02,799 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_65903281-4ab2-4b88-8534-5837e6dcff0b ' '/dev/disk/by-id/scsi-36001405659032814ab24b8885345837e ' '/dev/disk/by-id/wwn-0x6001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', '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': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'ID_SERIAL': '36001405659032814ab24b8885345837e', 'ID_SERIAL_SHORT': '6001405659032814ab24b8885345837e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659032814', 'ID_WWN_VENDOR_EXTENSION': '0xab24b8885345837e', 'ID_WWN_WITH_EXTENSION': '0x6001405659032814ab24b8885345837e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659032814ab24b8885345837e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '876801756'} ; 2024-03-01 17:24:02,799 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:24:02,803 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:24:02,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:02,809 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:24:02,810 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:24:02,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:24:02,810 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:24:02,813 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:24:02,817 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:24:02,817 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:24:02,820 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:24:02,820 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:24:02,821 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:24:02,821 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ff560f4a8) -- 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 = 6001405659032814ab24b8885345837e 2024-03-01 17:24:02,824 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:24:02,824 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:24:02,828 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/scsi-360014057e7b2b54ab6547a397e3bf8da', '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': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'ID_SERIAL': '360014057e7b2b54ab6547a397e3bf8da', 'ID_SERIAL_SHORT': '60014057e7b2b54ab6547a397e3bf8da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057e7b2b54a', 'ID_WWN_VENDOR_EXTENSION': '0xb6547a397e3bf8da', 'ID_WWN_WITH_EXTENSION': '0x60014057e7b2b54ab6547a397e3bf8da', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057e7b2b54ab6547a397e3bf8da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '876904798'} ; 2024-03-01 17:24:02,828 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:24:02,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:24:02,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:02,838 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:24:02,838 INFO blivet/MainThread: sde is a disk 2024-03-01 17:24:02,838 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:24:02,839 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:24:02,842 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:24:02,845 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:24:02,845 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:24:02,848 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:24:02,849 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:24:02,849 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:24:02,849 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ff560fb38) -- 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 = 60014057e7b2b54ab6547a397e3bf8da 2024-03-01 17:24:02,852 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:24:02,853 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:24:02,856 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/wwn-0x6001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_ab03e1de-b42b-49d7-baf1-998541b2c3a7', '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': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'ID_SERIAL': '36001405ab03e1deb42b49d7baf199854', 'ID_SERIAL_SHORT': '6001405ab03e1deb42b49d7baf199854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab03e1deb', 'ID_WWN_VENDOR_EXTENSION': '0x42b49d7baf199854', 'ID_WWN_WITH_EXTENSION': '0x6001405ab03e1deb42b49d7baf199854', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab03e1deb42b49d7baf199854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877042293'} ; 2024-03-01 17:24:02,856 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:24:02,860 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:24:02,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:02,866 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:24:02,867 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:24:02,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:24:02,867 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:24:02,870 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:24:02,873 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:24:02,874 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:24:02,877 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:24:02,877 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:24:02,878 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:24:02,878 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ff560f240) -- 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 = 6001405ab03e1deb42b49d7baf199854 2024-03-01 17:24:02,881 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:24:02,881 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:24:02,885 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/scsi-360014056cf54f2d90764af69d166ee31', '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': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'ID_SERIAL': '360014056cf54f2d90764af69d166ee31', 'ID_SERIAL_SHORT': '60014056cf54f2d90764af69d166ee31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056cf54f2d9', 'ID_WWN_VENDOR_EXTENSION': '0x0764af69d166ee31', 'ID_WWN_WITH_EXTENSION': '0x60014056cf54f2d90764af69d166ee31', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056cf54f2d90764af69d166ee31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877135338'} ; 2024-03-01 17:24:02,885 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:24:02,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:24:02,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:02,895 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:24:02,895 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:24:02,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:24:02,895 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:24:02,899 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:24:02,902 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:24:02,902 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:24:02,905 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:24:02,906 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:24:02,906 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:24:02,906 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ff55fba20) -- 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 = 60014056cf54f2d90764af69d166ee31 2024-03-01 17:24:02,910 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:24:02,910 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:24:02,913 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/wwn-0x600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-3600140535647ead679842debee029dc4', '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': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'ID_SERIAL': '3600140535647ead679842debee029dc4', 'ID_SERIAL_SHORT': '600140535647ead679842debee029dc4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140535647ead6', 'ID_WWN_VENDOR_EXTENSION': '0x79842debee029dc4', 'ID_WWN_WITH_EXTENSION': '0x600140535647ead679842debee029dc4', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140535647ead679842debee029dc4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877079595'} ; 2024-03-01 17:24:02,913 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:24:02,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:24:02,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:02,923 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:24:02,924 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:24:02,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:24:02,924 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:24:02,927 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:24:02,931 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:24:02,931 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:24:02,934 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:24:02,934 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:24:02,935 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:24:02,935 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ff560fcf8) -- 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 = 600140535647ead679842debee029dc4 2024-03-01 17:24:02,938 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:24:02,938 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:24:02,942 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/scsi-3600140579d13d79caaf48bbb493cfa55', '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': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'ID_SERIAL': '3600140579d13d79caaf48bbb493cfa55', 'ID_SERIAL_SHORT': '600140579d13d79caaf48bbb493cfa55', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140579d13d79c', 'ID_WWN_VENDOR_EXTENSION': '0xaaf48bbb493cfa55', 'ID_WWN_WITH_EXTENSION': '0x600140579d13d79caaf48bbb493cfa55', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140579d13d79caaf48bbb493cfa55', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877225857'} ; 2024-03-01 17:24:02,942 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:24:02,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:24:02,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:02,952 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:24:02,952 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:24:02,953 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:24:02,953 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:24:02,956 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:24:02,959 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:24:02,960 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:24:02,963 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:24:02,963 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:24:02,963 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:24:02,963 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ff561f940) -- 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 = 600140579d13d79caaf48bbb493cfa55 2024-03-01 17:24:02,967 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:24:02,967 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:24:02,970 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/scsi-36001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8', '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': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'ID_SERIAL': '36001405a6af134abf194494b7a871ab3', 'ID_SERIAL_SHORT': '6001405a6af134abf194494b7a871ab3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a6af134ab', 'ID_WWN_VENDOR_EXTENSION': '0xf194494b7a871ab3', 'ID_WWN_WITH_EXTENSION': '0x6001405a6af134abf194494b7a871ab3', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a6af134abf194494b7a871ab3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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_READY': '1', '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': '877316888'} ; 2024-03-01 17:24:02,970 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:24:02,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:24:02,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:02,981 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:24:02,981 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:24:02,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:24:02,981 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:24:02,985 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:24:02,988 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:24:02,988 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:24:02,991 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:24:02,992 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:24:02,992 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:24:02,992 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ff561ffd0) -- 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 = 6001405a6af134abf194494b7a871ab3 2024-03-01 17:24:02,995 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:24:02,996 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:24:02,999 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': '19811683'} ; 2024-03-01 17:24:02,999 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:24:03,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:24:03,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:03,009 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:24:03,009 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:24:03,009 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:24:03,009 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:24:03,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:24:03,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:24:03,013 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:24:03,016 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:24:03,016 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:24:03,019 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:24:03,020 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:24:03,020 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:24:03,020 INFO blivet/MainThread: got device: DiskDevice instance (0x7f5ff561ff28) -- 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:24:03,023 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:24:03,027 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:24:03,027 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:24:03,031 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:24:03,031 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:24:03,034 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:24:03,034 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:24:03,038 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:24:03,038 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:24:03,042 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:24:03,045 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:03,048 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:24:03,054 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 0x7f5ff56108c8> 2024-03-01 17:24:06,221 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:24:06,226 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:24:06,226 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:24:06,230 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': '19814317'} ; 2024-03-01 17:24:06,230 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:24:06,230 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:24:06,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,240 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:24:06,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,246 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:06,259 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:06,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:24:06,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:24:06,282 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:24:06,282 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:24:06,285 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:24:06,289 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:24:06,289 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:24:06,292 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:24:06,293 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:24:06,293 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:24:06,296 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:24:06,299 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:24:06,302 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:24:06,305 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:24:06,309 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:24:06,309 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:24:06,309 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:24:06,310 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:24:06,309 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f5ff69963c8) -- 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 0x7f5ff55b50f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:24:06,314 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:24:06,317 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:24:06,317 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:24:06,321 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:24:06,321 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:24:06,324 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:24:06,324 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:24:06,328 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:24:06,328 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:24:06,329 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:24:06,329 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:24:06,333 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:06,333 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:24:06,336 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:24:06,337 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:24:06,337 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:06,350 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:06,362 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:24:06,363 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:24:06,367 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:24:06,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,373 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:24:06,376 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:06,376 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:24:06,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:06,388 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:24:06,390 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:24:06,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,396 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:24:06,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:06,399 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:24:06,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,411 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:06,411 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:24:06,414 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:24:06,417 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,419 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:24:06,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:06,422 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:24:06,425 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:24:06,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,431 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:24:06,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:06,434 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:24:06,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:06,446 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:24:06,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:24:06,451 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:24:06,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:24:06,457 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:24:06,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:24:06,463 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:24:06,466 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:24:06,466 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:24:06,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:24:06,470 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:24:06,470 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:24:06,474 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:24:06,474 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:24:06,477 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:24:06,477 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:24:06,477 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:24:06,480 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:24:06,480 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:24:06,483 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:24:06,484 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:24:06,486 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:24:06,487 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:24:06,487 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:24:06,490 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:24:06,490 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:24:06,493 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:24:06,493 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:24:06,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:24:06,498 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:24:06,502 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:24:06,506 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:24:06,509 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:24:06,513 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:24:06,516 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:24:06,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:24:06,520 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:24:06,521 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:24:06,521 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:24:06,525 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,534 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:06,534 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:24:06,535 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:24:06,536 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:24:06,536 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 17:24:06,536 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:24:06,537 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:24:06,540 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:06,540 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:24:06,543 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:06,543 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:24:06,547 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:24:06,550 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:24:06,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:24:06,554 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:24:06,557 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:24:06,561 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:24:06,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:24:06,565 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:24:06,565 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:24:06,566 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:24:06,566 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:24:06,570 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:24:06,570 INFO program/MainThread: stderr[4]: 2024-03-01 17:24:06,570 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:24:06,571 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:24:06,571 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:24:06,572 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:24:06,576 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:24:06,577 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:24:06,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:06,589 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 17:24:06,590 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:24:06,591 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:24:06,591 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 17:24:06,591 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:24:06,592 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:24:06,595 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:06,595 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 17:24:06,598 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:06,598 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:24:06,602 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:24:06,605 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:24:06,606 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 17:24:06,609 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:24:06,612 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:24:06,616 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:24:06,620 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 17:24:06,620 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:24:06,621 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:24:06,621 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:24:06,621 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 17:24:06,621 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:24:06,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 17:24:06,625 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 17:24:06,625 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:24:06,628 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:06,638 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 17:24:06,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 17:24:06,643 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:24:06,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 17:24:06,649 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:24:06,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 17:24:06,655 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:24:06,658 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:24:06,658 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 17:24:06,658 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:24:06,661 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:24:06,662 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:24:06,665 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:24:06,665 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:24:06,668 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:24:06,668 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 17:24:06,668 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 17:24:06,671 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:24:06,671 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:24:06,674 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:24:06,675 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:24:06,678 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:24:06,678 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 17:24:06,678 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 17:24:06,681 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:24:06,681 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:24:06,684 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:24:06,685 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:24:06,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 17:24:06,689 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:24:06,693 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:24:06,696 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:24:06,700 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:24:06,704 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:24:06,707 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:24:06,708 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 17:24:06,711 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:24:06,712 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 17:24:06,712 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:24:06,716 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:06,726 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 17:24:06,726 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:24:06,727 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:24:06,727 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 17:24:06,727 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:24:06,728 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:24:06,731 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:06,731 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 17:24:06,734 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:06,735 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 17:24:06,738 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:24:06,741 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:24:06,742 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 17:24:06,745 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:24:06,748 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:24:06,752 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:24:06,756 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 17:24:06,756 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:24:06,756 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:24:06,757 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:24:06,757 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 17:24:06,757 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:24:06,757 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:24:06,761 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 17:24:06,761 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:24:06,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:06,774 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 17:24:06,774 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:24:06,775 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:24:06,775 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 17:24:06,775 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:24:06,776 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:24:06,779 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:06,779 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 17:24:06,782 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:06,783 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 17:24:06,786 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:24:06,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:24:06,790 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:24:06,793 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:24:06,797 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:24:06,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:24:06,804 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 17:24:06,804 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:24:06,805 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:24:06,805 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:24:06,805 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 17:24:06,805 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:24:06,805 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 17:24:06,810 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 17:24:06,810 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:24:06,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,816 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,819 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:06,822 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 17:24:06,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,828 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 17:24:06,828 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:24:06,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 17:24:06,834 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:24:06,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 17:24:06,840 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:24:06,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 17:24:06,846 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:24:06,849 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:24:06,849 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 17:24:06,849 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 17:24:06,852 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:24:06,852 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:24:06,855 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:24:06,855 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:24:06,858 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:24:06,858 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 17:24:06,859 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 17:24:06,862 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:24:06,862 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:24:06,865 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:24:06,865 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:24:06,868 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:24:06,868 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 17:24:06,878 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 17:24:06,881 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:24:06,881 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:24:06,884 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:24:06,884 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:24:06,887 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:24:06,887 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:24:06,888 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:24:06,891 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:24:06,891 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:24:06,894 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:24:06,894 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:24:06,896 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 17:24:06,899 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:24:06,902 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:24:06,906 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:24:06,909 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:24:06,913 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:24:06,917 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:24:06,921 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:24:06,924 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:24:06,925 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 17:24:06,929 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:24:06,929 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 17:24:06,929 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:24:06,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:06,944 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 17:24:06,945 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:24:06,946 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:24:06,946 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 17:24:06,946 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:24:06,947 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:24:06,950 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:06,950 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 17:24:06,953 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:06,953 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 17:24:06,957 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:24:06,960 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:24:06,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:24:06,964 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:24:06,967 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:24:06,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:24:06,974 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 17:24:06,975 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:24:06,975 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:24:06,976 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:24:06,976 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 17:24:06,976 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:24:06,976 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 17:24:06,980 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 17:24:06,980 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:24:06,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,986 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:06,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:06,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:06,993 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 17:24:06,993 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:24:06,994 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:24:06,994 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 17:24:06,995 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:24:06,995 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:24:06,998 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:06,998 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 17:24:07,001 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:07,002 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 17:24:07,005 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:24:07,009 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:24:07,009 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 17:24:07,013 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:24:07,016 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:24:07,019 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:24:07,023 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 17:24:07,024 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:24:07,024 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:24:07,024 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:24:07,025 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 17:24:07,025 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:24:07,025 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:24:07,029 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 17:24:07,029 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:24:07,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:07,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:07,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:07,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:07,043 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 17:24:07,044 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:24:07,045 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:24:07,045 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 17:24:07,045 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:24:07,046 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:24:07,050 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:07,050 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 17:24:07,053 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:07,053 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:24:07,057 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:24:07,060 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:24:07,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 17:24:07,064 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:24:07,068 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:24:07,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:24:07,075 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 17:24:07,075 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:24:07,076 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:24:07,076 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:24:07,076 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 17:24:07,076 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:24:07,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 17:24:07,080 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 17:24:07,080 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:24:07,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:07,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:24:07,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:07,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:24:07,093 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 17:24:07,094 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:24:07,095 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:24:07,095 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 17:24:07,096 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:24:07,096 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:24:07,099 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:07,100 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 17:24:07,102 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:24:07,103 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:24:07,107 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:24:07,110 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:24:07,111 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 17:24:07,114 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:24:07,118 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:24:07,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:24:07,125 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 17:24:07,125 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:24:07,126 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:24:07,126 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:24:07,127 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 17:24:07,127 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:24:07,127 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 17:24:07,131 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 17:24:07,131 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:24:07,132 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:24:07,133 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:24:07,133 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:24:07,133 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:24:07,133 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:24:07,133 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:24:07,133 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:24:07,133 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:24:07,133 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:24:07,133 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:24:07,133 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:24:07,133 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:24:07,133 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:24:07,133 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:24:07,133 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:24:07,134 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:24:07,134 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:24:07,134 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:24:07,134 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:24:07,134 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:24:07,134 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:24:07,134 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:24:07,134 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:24:07,134 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:24:07,134 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:24:07,134 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:24:07,134 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:24:07,134 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:24:07,134 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:24:07,135 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:24:07,135 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:24:07,135 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:24:07,135 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:24:07,135 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:24:07,135 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:24:07,135 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:24:07,135 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:24:07,135 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:24:07,135 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:24:07,135 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:24:07,137 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:24:07,140 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:24:07,143 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:24:07,146 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:24:07,147 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:24:07,150 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:24:07,150 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 0x7f5ff55d6db0> 2024-03-01 17:24:07,150 INFO blivet/MainThread: sorting actions... 2024-03-01 17:24:07,185 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:24:07,185 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:24:07,186 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:24:07,186 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:24:07,186 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:24:07,187 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:24:07,187 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:24:07,188 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:24:07,188 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:24:07,188 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:24:07,189 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:24:07,189 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:24:07,190 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:24:07,190 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:24:07,190 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:24:07,191 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:24:07,191 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:24:07,192 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:24:07,192 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:24:07,193 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:24:07,193 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:24:07,194 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:24:07,194 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:24:07,194 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:24:07,195 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:24:07,195 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:24:07,196 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:24:07,196 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:24:07,196 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:24:07,197 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:24:07,197 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:24:07,198 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:24:07,198 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:24:07,199 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:24:07,199 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:24:07,199 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:24:07,200 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:24:07,200 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:24:07,201 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:24:07,201 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:24:07,204 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:24:07,207 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 17:24:07,207 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 17:24:07,214 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,215 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,246 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,247 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,258 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,259 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:24:07,263 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:24:07,266 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 17:24:07,266 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 17:24:07,273 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,273 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,301 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,302 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,315 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,316 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:24:07,320 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:24:07,323 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 17:24:07,323 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 17:24:07,330 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,330 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,361 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,362 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,375 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,376 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:24:07,380 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:24:07,383 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 17:24:07,383 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 17:24:07,389 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,390 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,418 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,419 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,432 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,433 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:24:07,437 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:24:07,440 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 17:24:07,440 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 17:24:07,447 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,447 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,477 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,478 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,489 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,490 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:24:07,494 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:24:07,497 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 17:24:07,497 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 17:24:07,503 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,504 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,532 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,532 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,544 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,545 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:24:07,549 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:24:07,552 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 17:24:07,552 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 17:24:07,558 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,559 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,587 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,588 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,599 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,600 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:24:07,604 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:24:07,607 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:24:07,607 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:24:07,613 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,614 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,642 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,642 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,653 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,654 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:24:07,658 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:24:07,661 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:24:07,661 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:24:07,667 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,667 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,696 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,696 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,709 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,710 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:24:07,714 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:24:07,717 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:24:07,717 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:24:07,723 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,723 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,752 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,753 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,766 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,767 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:24:07,771 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:07,774 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:24:07,777 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:24:07,777 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:24:07,777 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:24:07,811 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 17:24:07,811 INFO program/MainThread: stderr[5]: 2024-03-01 17:24:07,811 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:24:07,812 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,830 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,835 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:24:07,835 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:24:07,836 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 17:24:07,846 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,847 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,872 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,872 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:24:07,877 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:07,880 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:24:07,883 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:24:07,883 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:24:07,883 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:24:07,915 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 17:24:07,915 INFO program/MainThread: stderr[6]: 2024-03-01 17:24:07,915 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:24:07,915 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,933 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,937 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:24:07,938 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:24:07,939 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 17:24:07,949 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,950 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:07,973 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:07,973 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:24:07,978 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:07,981 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:24:07,984 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:24:07,984 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:24:07,984 INFO program/MainThread: Running [7] lvm pvcreate /dev/sdh --config= devices { filter=["a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:24:08,021 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 17:24:08,022 INFO program/MainThread: stderr[7]: 2024-03-01 17:24:08,022 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:24:08,022 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:08,040 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,044 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:24:08,045 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:24:08,046 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 17:24:08,056 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,056 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:08,082 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,083 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:24:08,087 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,090 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:24:08,093 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:24:08,093 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:24:08,093 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:24:08,126 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 17:24:08,126 INFO program/MainThread: stderr[8]: 2024-03-01 17:24:08,126 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:24:08,126 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:08,144 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,148 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:24:08,149 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:24:08,150 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 17:24:08,160 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,160 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:08,184 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,185 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:24:08,189 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 17:24:08,192 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:24:08,195 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,198 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:24:08,202 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,205 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:24:08,208 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,211 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:24:08,214 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,217 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:24:08,220 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 17:24:08,220 INFO program/MainThread: Running [9] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:08,281 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 17:24:08,281 INFO program/MainThread: stderr[9]: 2024-03-01 17:24:08,281 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:24:08,289 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:24:08,305 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:24:08,313 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,319 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:24:08,323 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,330 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:24:08,339 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,345 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:24:08,355 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,362 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:24:08,362 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:08,384 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,389 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:24:08,392 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:24:08,393 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:08,404 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,405 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 17:24:08,414 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,414 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:08,424 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,424 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:24:08,429 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 17:24:08,432 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 17:24:08,435 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:24:08,439 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:24:08,442 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,446 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:24:08,449 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,453 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:24:08,456 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,460 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:24:08,463 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,467 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:24:08,467 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:08,478 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,483 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:24:08,483 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/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:08,509 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:24:08,509 INFO program/MainThread: stderr[10]: 2024-03-01 17:24:08,510 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:24:08,514 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 17:24:08,514 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:08,604 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 17:24:08,604 INFO program/MainThread: stderr[11]: 2024-03-01 17:24:08,604 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:24:08,612 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,619 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:24:08,619 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:24:08,619 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:08,668 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,673 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:24:08,674 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:24:08,674 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:24:08,685 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,685 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:08,700 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,700 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:24:08,705 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,708 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:24:08,711 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 17:24:08,711 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 17:24:08,739 INFO program/MainThread: stdout: 2024-03-01 17:24:08,740 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:24:08,740 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:24:08,740 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:24:08,740 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:24:08,740 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:24:08,740 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:24:08,740 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:24:08,740 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:24:08,740 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:24:08,740 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:24:08,740 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,741 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 17:24:08,754 INFO program/MainThread: stdout: 2024-03-01 17:24:08,754 INFO program/MainThread: writing all SBs 2024-03-01 17:24:08,754 INFO program/MainThread: new label = "" 2024-03-01 17:24:08,755 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,755 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:08,774 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,779 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:24:08,779 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:24:08,780 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:24:08,791 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,791 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:08,806 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:08,806 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:24:08,811 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 17:24:08,815 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 17:24:08,818 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,819 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/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:08,844 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:24:08,845 INFO program/MainThread: stderr[12]: 2024-03-01 17:24:08,845 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:24:08,849 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 17:24:08,850 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:08,946 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 17:24:08,946 INFO program/MainThread: stderr[13]: 2024-03-01 17:24:08,946 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:24:08,954 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:08,962 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:24:08,963 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:24:08,963 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:09,001 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,006 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:24:09,007 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:24:09,007 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:24:09,018 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,018 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:09,032 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,032 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:24:09,037 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:09,040 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:24:09,043 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 17:24:09,043 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 17:24:09,071 INFO program/MainThread: stdout: 2024-03-01 17:24:09,071 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:24:09,071 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:24:09,071 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:24:09,071 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:24:09,072 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:24:09,072 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:24:09,072 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:24:09,072 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:24:09,072 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:24:09,072 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:24:09,072 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,072 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 17:24:09,086 INFO program/MainThread: stdout: 2024-03-01 17:24:09,086 INFO program/MainThread: writing all SBs 2024-03-01 17:24:09,086 INFO program/MainThread: new label = "" 2024-03-01 17:24:09,087 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,087 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:09,102 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,106 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:24:09,107 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:24:09,108 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:24:09,118 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,119 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:09,135 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,135 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:24:09,140 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 17:24:09,143 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 17:24:09,146 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:09,147 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/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:09,173 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:24:09,173 INFO program/MainThread: stderr[14]: 2024-03-01 17:24:09,174 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:24:09,178 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 17:24:09,178 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:09,278 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 17:24:09,278 INFO program/MainThread: stderr[15]: 2024-03-01 17:24:09,278 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:24:09,286 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:09,293 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:24:09,294 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:24:09,294 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:09,330 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,335 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:24:09,336 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:24:09,337 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:24:09,347 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,348 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:09,365 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,366 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:24:09,370 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:09,373 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:24:09,376 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 17:24:09,377 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 17:24:09,410 INFO program/MainThread: stdout: 2024-03-01 17:24:09,410 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 17:24:09,411 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:24:09,411 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:24:09,411 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:24:09,411 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 17:24:09,411 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:24:09,411 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:24:09,411 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 17:24:09,411 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:24:09,411 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:24:09,411 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,412 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 17:24:09,427 INFO program/MainThread: stdout: 2024-03-01 17:24:09,427 INFO program/MainThread: writing all SBs 2024-03-01 17:24:09,427 INFO program/MainThread: new label = "" 2024-03-01 17:24:09,427 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,428 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:09,446 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,450 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:24:09,451 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:24:09,452 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:24:09,462 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,463 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:09,478 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,478 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:24:09,483 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 17:24:09,486 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 17:24:09,489 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:09,490 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/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:09,516 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:24:09,517 INFO program/MainThread: stderr[16]: 2024-03-01 17:24:09,517 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:24:09,521 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 17:24:09,522 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:09,613 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 17:24:09,613 INFO program/MainThread: stderr[17]: 2024-03-01 17:24:09,614 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:24:09,622 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:09,632 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:24:09,633 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:24:09,633 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:09,672 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,677 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:24:09,677 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:24:09,678 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:24:09,688 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,688 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:09,703 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,703 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:24:09,708 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:09,711 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:24:09,714 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 17:24:09,714 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 17:24:09,758 INFO program/MainThread: stdout: 2024-03-01 17:24:09,758 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 17:24:09,758 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:24:09,758 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:24:09,759 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:24:09,759 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 17:24:09,759 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:24:09,759 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:24:09,759 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:24:09,759 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:24:09,759 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:24:09,759 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,760 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 17:24:09,772 INFO program/MainThread: stdout: 2024-03-01 17:24:09,772 INFO program/MainThread: writing all SBs 2024-03-01 17:24:09,772 INFO program/MainThread: new label = "" 2024-03-01 17:24:09,772 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,773 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:09,789 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,793 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:24:09,794 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:24:09,795 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:24:09,805 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,806 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:09,822 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,822 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:24:09,827 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:09,830 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:24:09,833 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:24:09,833 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:24:09,833 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:24:09,866 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 17:24:09,867 INFO program/MainThread: stderr[18]: 2024-03-01 17:24:09,867 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:24:09,867 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:09,885 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,890 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:24:09,890 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:24:09,891 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 17:24:09,902 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,902 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:09,926 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:09,927 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:24:09,931 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:09,934 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:24:09,937 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:24:09,937 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:24:09,937 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:24:09,971 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 17:24:09,971 INFO program/MainThread: stderr[19]: 2024-03-01 17:24:09,971 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:24:09,971 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:09,995 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,000 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:24:10,000 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:24:10,001 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 17:24:10,013 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,013 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:10,038 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,039 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:24:10,043 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:10,046 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:24:10,049 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:24:10,049 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:24:10,049 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:24:10,081 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 17:24:10,082 INFO program/MainThread: stderr[20]: 2024-03-01 17:24:10,082 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:24:10,082 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:10,101 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,105 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:24:10,105 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:24:10,107 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 17:24:10,117 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,118 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:10,143 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,144 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:24:10,148 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 17:24:10,151 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:24:10,154 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:10,157 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:24:10,160 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:10,163 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:24:10,167 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:10,170 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:24:10,173 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 17:24:10,173 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:10,238 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 17:24:10,239 INFO program/MainThread: stderr[21]: 2024-03-01 17:24:10,239 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:24:10,246 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:24:10,256 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:24:10,259 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:10,263 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:24:10,268 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:10,275 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:24:10,281 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:10,287 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:24:10,287 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:10,304 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,309 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:24:10,312 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:24:10,312 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:10,323 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,324 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 17:24:10,333 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,333 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:10,344 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,344 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:24:10,349 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 17:24:10,352 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 17:24:10,355 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:24:10,359 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:24:10,362 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:10,366 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:24:10,369 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:10,373 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:24:10,376 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:10,380 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:24:10,380 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:10,391 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,396 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:24:10,396 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/sdi$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:10,422 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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:24:10,422 INFO program/MainThread: stderr[22]: 2024-03-01 17:24:10,422 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:24:10,427 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 17:24:10,427 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:10,507 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 17:24:10,508 INFO program/MainThread: stderr[23]: 2024-03-01 17:24:10,508 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:24:10,516 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:10,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:24:10,523 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:24:10,524 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:10,558 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,563 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:24:10,564 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:24:10,565 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:24:10,575 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,575 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:10,592 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,592 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:24:10,597 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:10,600 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:24:10,603 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 17:24:10,603 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 17:24:10,633 INFO program/MainThread: stdout: 2024-03-01 17:24:10,633 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 17:24:10,634 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:24:10,634 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:24:10,634 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:24:10,634 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 17:24:10,634 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:24:10,634 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:24:10,634 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:24:10,634 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:24:10,634 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:24:10,634 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,635 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 17:24:10,649 INFO program/MainThread: stdout: 2024-03-01 17:24:10,649 INFO program/MainThread: writing all SBs 2024-03-01 17:24:10,649 INFO program/MainThread: new label = "" 2024-03-01 17:24:10,649 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,650 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:10,667 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,672 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:24:10,672 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:24:10,673 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:24:10,684 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,684 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:10,700 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,700 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:24:10,705 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 17:24:10,708 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 17:24:10,711 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:10,712 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/sdi$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:10,740 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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:24:10,740 INFO program/MainThread: stderr[24]: 2024-03-01 17:24:10,740 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:24:10,745 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 17:24:10,745 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:10,832 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 17:24:10,832 INFO program/MainThread: stderr[25]: 2024-03-01 17:24:10,832 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:24:10,839 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:10,848 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:24:10,848 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:24:10,849 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:10,880 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,885 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:24:10,885 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:24:10,886 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:24:10,896 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,897 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:10,911 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,911 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:24:10,916 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:10,919 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:24:10,922 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 17:24:10,922 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 17:24:10,952 INFO program/MainThread: stdout: 2024-03-01 17:24:10,952 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 17:24:10,952 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:24:10,952 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:24:10,952 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:24:10,952 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 17:24:10,952 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:24:10,952 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:24:10,952 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:24:10,953 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:24:10,953 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:24:10,953 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,953 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 17:24:10,970 INFO program/MainThread: stdout: 2024-03-01 17:24:10,970 INFO program/MainThread: writing all SBs 2024-03-01 17:24:10,970 INFO program/MainThread: new label = "" 2024-03-01 17:24:10,970 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,970 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:10,986 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:10,991 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:24:10,991 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:24:10,992 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:24:11,002 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,003 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:11,019 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,019 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:24:11,024 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:11,027 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:24:11,030 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:24:11,030 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:24:11,030 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:24:11,065 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:24:11,065 INFO program/MainThread: stderr[26]: 2024-03-01 17:24:11,065 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:24:11,065 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:11,082 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,086 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:24:11,087 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:24:11,088 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:24:11,098 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,099 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:11,121 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,121 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:24:11,126 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:11,129 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:24:11,132 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:24:11,132 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:24:11,132 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:24:11,166 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:24:11,166 INFO program/MainThread: stderr[27]: 2024-03-01 17:24:11,166 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:24:11,166 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:11,185 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,189 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:24:11,190 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:24:11,191 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:24:11,201 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,201 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:11,225 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,225 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:24:11,230 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:11,233 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:24:11,236 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:24:11,236 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:24:11,236 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:24:11,268 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:24:11,269 INFO program/MainThread: stderr[28]: 2024-03-01 17:24:11,269 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:24:11,269 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:11,290 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,294 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:24:11,295 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:24:11,296 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:24:11,306 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,306 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:11,332 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,332 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:24:11,337 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:24:11,340 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:24:11,343 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:11,346 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:24:11,349 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:11,352 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:24:11,355 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:11,359 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:24:11,362 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:24:11,362 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:11,422 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 17:24:11,422 INFO program/MainThread: stderr[29]: 2024-03-01 17:24:11,422 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:24:11,430 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:24:11,438 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:24:11,444 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:11,448 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:24:11,454 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:11,463 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:24:11,470 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:11,477 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:24:11,477 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:11,512 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,517 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:24:11,521 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:24:11,521 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:11,532 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,533 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:24:11,542 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,543 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:11,556 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,556 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:24:11,561 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 17:24:11,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 17:24:11,567 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:24:11,571 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:24:11,575 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:11,578 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:24:11,582 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:11,585 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:24:11,588 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:11,592 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:24:11,592 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:11,604 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,609 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:24:11,609 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/sda$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:11,637 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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:24:11,638 INFO program/MainThread: stderr[30]: 2024-03-01 17:24:11,638 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:24:11,642 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 17:24:11,643 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:11,721 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 17:24:11,721 INFO program/MainThread: stderr[31]: 2024-03-01 17:24:11,721 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:24:11,729 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:11,739 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:24:11,739 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:24:11,739 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:11,772 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,777 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:24:11,778 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:24:11,778 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:24:11,789 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,789 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:11,806 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,806 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:24:11,811 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:11,814 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:24:11,817 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 17:24:11,818 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 17:24:11,861 INFO program/MainThread: stdout: 2024-03-01 17:24:11,861 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:24:11,861 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:24:11,861 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:24:11,862 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:24:11,862 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:24:11,862 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:24:11,862 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:24:11,862 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:24:11,862 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:24:11,862 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:24:11,862 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,862 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 17:24:11,877 INFO program/MainThread: stdout: 2024-03-01 17:24:11,878 INFO program/MainThread: writing all SBs 2024-03-01 17:24:11,878 INFO program/MainThread: new label = "" 2024-03-01 17:24:11,878 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,878 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:11,893 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,897 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:24:11,898 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:24:11,899 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:24:11,909 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,909 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:11,923 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:11,923 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:24:11,928 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:24:11,931 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:24:11,934 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:11,934 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/sda$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:11,962 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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:24:11,962 INFO program/MainThread: stderr[32]: 2024-03-01 17:24:11,962 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:24:11,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:24:11,967 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sdh$|","a|/dev/sdb$|","a|/dev/sdj$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:24:12,060 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 17:24:12,060 INFO program/MainThread: stderr[33]: 2024-03-01 17:24:12,060 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:24:12,068 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:12,077 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:24:12,077 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:24:12,077 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:12,102 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:12,107 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:24:12,107 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:24:12,108 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:24:12,118 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:12,118 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:12,133 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:12,133 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:24:12,138 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:24:12,141 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:24:12,144 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:24:12,144 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:24:12,173 INFO program/MainThread: stdout: 2024-03-01 17:24:12,174 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 17:24:12,174 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:24:12,174 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:24:12,174 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:24:12,174 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 17:24:12,174 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:24:12,174 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:24:12,174 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:24:12,174 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:24:12,174 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:24:12,174 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:12,175 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:24:12,190 INFO program/MainThread: stdout: 2024-03-01 17:24:12,190 INFO program/MainThread: writing all SBs 2024-03-01 17:24:12,190 INFO program/MainThread: new label = "" 2024-03-01 17:24:12,190 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:12,191 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:12,206 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:12,210 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:24:12,211 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:24:12,212 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:24:12,222 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:12,222 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:24:12,237 DEBUG program/MainThread: Return code: 0 2024-03-01 17:24:12,243 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:24:12,243 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 0x7f5ff55ec0f8> 2024-03-01 17:24:12,247 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,250 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:24:12,250 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:24:12,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,257 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:24:12,257 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:24:12,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,263 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:24:12,263 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:24:12,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,269 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:24:12,270 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:24:12,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,276 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:24:12,276 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:24:12,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,282 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:24:12,282 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:24:12,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,288 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:24:12,288 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:24:12,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,294 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:24:12,295 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:24:12,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,301 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:24:12,301 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:24:12,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,307 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:24:12,307 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:24:12,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,313 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:24:12,314 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:24:12,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,320 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:24:12,320 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:24:12,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,326 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:24:12,326 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:24:12,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,332 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:24:12,332 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:24:12,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,338 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:24:12,338 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:24:12,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:24:12,344 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:24:12,344 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:26:38,534 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_wwo4i5pc/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:26:38,572 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:26:38,573 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:26:38,576 INFO program/MainThread: stdout[2]: 2024-03-01 17:26:38,577 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:26:38,577 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:26:38,577 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:26:38,582 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:38,582 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:26:38,586 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:26:38,586 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:26:38,590 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:26:38,590 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:26:38,593 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:26:38,593 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:26:38,606 INFO program/MainThread: stdout: 2024-03-01 17:26:38,606 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:26:38,606 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW 2024-03-01 17:26:38,606 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e4874359-5f15-4edd-b9aa-480ae2a96fd0 2024-03-01 17:26:38,606 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs 2024-03-01 17:26:38,606 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e4874359-5f15-4edd-b9aa-480ae2a96fd0 2024-03-01 17:26:38,606 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs f17d65b0-7858-4298-ae62-9d45e84ff1f0 2024-03-01 17:26:38,606 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 2024-03-01 17:26:38,606 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX 2024-03-01 17:26:38,606 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 6e82bc60-95c3-4ea0-a70b-29cabe6a0720 2024-03-01 17:26:38,606 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs ee7d595c-e451-44f0-8b4c-df7b69f0c329 2024-03-01 17:26:38,606 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof 2024-03-01 17:26:38,606 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 2024-03-01 17:26:38,606 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG 2024-03-01 17:26:38,606 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 6bead21d-bedc-4a5d-9285-aa4331e203f1 2024-03-01 17:26:38,606 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 986af250-27c8-4bae-b64b-ebda9f740b7a 2024-03-01 17:26:38,606 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 23f64470-a84c-4487-bb47-69cb4fdcc6e1 2024-03-01 17:26:38,607 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B 2024-03-01 17:26:38,607 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 23f64470-a84c-4487-bb47-69cb4fdcc6e1 2024-03-01 17:26:38,607 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV 2024-03-01 17:26:38,607 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 56dde9c1-6ec4-49d5-b483-3cf6eaf9df24 2024-03-01 17:26:38,607 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv 2024-03-01 17:26:38,607 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 56dde9c1-6ec4-49d5-b483-3cf6eaf9df24 2024-03-01 17:26:38,607 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:26:38,607 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:26:38,607 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:26:38,607 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:26:38,607 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:38,607 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e4874359-5f15-4edd-b9aa-480ae2a96fd0 sdb 1073741824 root disk brw-rw---- LVM2_member izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e4874359-5f15-4edd-b9aa-480ae2a96fd0 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs f17d65b0-7858-4298-ae62-9d45e84ff1f0 sdc 1073741824 root disk brw-rw---- LVM2_member RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 sdd 1073741824 root disk brw-rw---- LVM2_member lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 6e82bc60-95c3-4ea0-a70b-29cabe6a0720 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs ee7d595c-e451-44f0-8b4c-df7b69f0c329 sde 1073741824 root disk brw-rw---- LVM2_member Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof sdf 1073741824 root disk brw-rw---- LVM2_member NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 sdg 1073741824 root disk brw-rw---- LVM2_member VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 6bead21d-bedc-4a5d-9285-aa4331e203f1 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 986af250-27c8-4bae-b64b-ebda9f740b7a `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 23f64470-a84c-4487-bb47-69cb4fdcc6e1 sdh 1073741824 root disk brw-rw---- LVM2_member Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 23f64470-a84c-4487-bb47-69cb4fdcc6e1 sdi 1073741824 root disk brw-rw---- LVM2_member h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 56dde9c1-6ec4-49d5-b483-3cf6eaf9df24 sdj 1073741824 root disk brw-rw---- LVM2_member Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 56dde9c1-6ec4-49d5-b483-3cf6eaf9df24 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:26:38,607 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:26:38,607 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:26:38,608 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:26:38,608 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:26:38,608 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:26:38,608 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:26:38,608 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:38,621 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:38,637 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:26:38,642 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/scsi-3600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/wwn-0x600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/lvm-pv-uuid-Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', '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': 'Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW', 'ID_FS_UUID_ENC': 'Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW', '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': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'ID_SERIAL': '3600140527ab2a1accd44956adbb66e9e', 'ID_SERIAL_SHORT': '600140527ab2a1accd44956adbb66e9e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140527ab2a1ac', 'ID_WWN_VENDOR_EXTENSION': '0xcd44956adbb66e9e', 'ID_WWN_WITH_EXTENSION': '0x600140527ab2a1accd44956adbb66e9e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140527ab2a1accd44956adbb66e9e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876679713'} ; 2024-03-01 17:26:38,642 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:26:38,642 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:26:38,674 INFO program/MainThread: stdout[3]: 2024-03-01 17:26:38,675 INFO program/MainThread: stderr[3]: 2024-03-01 17:26:38,675 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:26:38,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:26:38,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:38,688 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:26:38,693 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:26:38,694 INFO blivet/MainThread: sda is a disk 2024-03-01 17:26:38,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:26:38,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:26:38,698 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:26:38,702 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:26:38,702 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:26:38,705 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:26:38,705 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:26:38,706 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:26:38,706 INFO blivet/MainThread: got device: DiskDevice instance (0x7faa79b58cc0) -- 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 = 600140527ab2a1accd44956adbb66e9e 2024-03-01 17:26:38,710 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:26:38,714 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:38,714 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:26:38,717 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:38,717 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:26:38,721 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:38,721 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:26:38,724 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:38,724 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:26:38,728 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:26:38,728 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:26:38,728 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:26:38,756 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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:26:38,757 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs. WARNING: Couldn't find device with uuid RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5. WARNING: VG test_vg1 is missing PV izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 (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:26:38,757 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:26:38,757 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:26:38,762 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW ; label: None ; device: /dev/sda ; serial: 3600140527ab2a1accd44956adbb66e9e ; exists: True ; vg_name: test_vg1 ; vg_uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; pe_start: 8 MiB ; 2024-03-01 17:26:38,762 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:26:38,765 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:26:38,769 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; incomplete: True ; hidden: False ; 2024-03-01 17:26:38,772 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:38,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:38,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:38,778 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:26:38,805 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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:26:38,806 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs. WARNING: Couldn't find device with uuid RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5. WARNING: VG test_vg1 is missing PV izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 (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:26:38,806 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:26:38,806 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:26:38,806 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:26:38,815 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:26:38,819 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:26:38,819 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:26:38,822 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:26:38,823 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:26:38,852 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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:26:38,852 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs. WARNING: Couldn't find device with uuid RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5. WARNING: VG test_vg1 is missing PV izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 (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:26:38,852 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:26:38,857 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:26:38,858 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:26:38,861 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:26:38,864 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; incomplete: True ; hidden: False ; 2024-03-01 17:26:38,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:26:38,868 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:26:38,868 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:38,872 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/lvm-pv-uuid-izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/wwn-0x600140555d3b81a364b40338c696b8d2', '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': 'izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs', 'ID_FS_UUID_ENC': 'izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs', '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': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'ID_SERIAL': '3600140555d3b81a364b40338c696b8d2', 'ID_SERIAL_SHORT': '600140555d3b81a364b40338c696b8d2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140555d3b81a3', 'ID_WWN_VENDOR_EXTENSION': '0x64b40338c696b8d2', 'ID_WWN_WITH_EXTENSION': '0x600140555d3b81a364b40338c696b8d2', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140555d3b81a364b40338c696b8d2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876637314'} ; 2024-03-01 17:26:38,872 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:26:38,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:26:38,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:38,882 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:26:38,883 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:26:38,883 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:26:38,883 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:26:38,886 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:26:38,890 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:26:38,890 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:26:38,893 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:26:38,893 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:26:38,894 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:26:38,894 INFO blivet/MainThread: got device: DiskDevice instance (0x7faa789c7358) -- 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 = 600140555d3b81a364b40338c696b8d2 2024-03-01 17:26:38,898 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:26:38,901 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:38,901 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:26:38,905 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:38,905 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:26:38,908 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:38,908 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:26:38,912 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:38,912 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:26:38,915 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:26:38,915 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:26:38,915 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:26:38,943 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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:26:38,944 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5. WARNING: VG test_vg1 is missing PV RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 (last written to /dev/sdc). 2024-03-01 17:26:38,944 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:26:38,944 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:26:38,949 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs ; label: None ; device: /dev/sdb ; serial: 3600140555d3b81a364b40338c696b8d2 ; exists: True ; vg_name: test_vg1 ; vg_uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:26:38,949 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:26:38,952 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:26:38,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; incomplete: True ; hidden: False ; 2024-03-01 17:26:38,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:26:38,962 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:26:38,966 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:26:38,969 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:26:38,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; incomplete: True ; hidden: False ; 2024-03-01 17:26:38,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:38,976 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:26:39,005 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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:26:39,005 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5. WARNING: VG test_vg1 is missing PV RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 (last written to /dev/sdc). 2024-03-01 17:26:39,005 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:26:39,005 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:26:39,005 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:39,010 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-360014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_4e00594c-c9d7-4b4a-a43b-709053873c94', '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': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'ID_SERIAL': '360014054e00594cc9d74b4aa43b70905', 'ID_SERIAL_SHORT': '60014054e00594cc9d74b4aa43b70905', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e00594cc', 'ID_WWN_VENDOR_EXTENSION': '0x9d74b4aa43b70905', 'ID_WWN_WITH_EXTENSION': '0x60014054e00594cc9d74b4aa43b70905', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e00594cc9d74b4aa43b70905', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877351104'} ; 2024-03-01 17:26:39,010 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:26:39,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:26:39,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:39,021 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:26:39,022 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:26:39,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:26:39,022 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:26:39,026 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:26:39,029 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:26:39,029 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:26:39,033 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:26:39,033 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:26:39,034 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:26:39,034 INFO blivet/MainThread: got device: DiskDevice instance (0x7faa789c7518) -- 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 = 60014054e00594cc9d74b4aa43b70905 2024-03-01 17:26:39,037 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:26:39,037 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:26:39,041 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/wwn-0x600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_18e3c0f6-1a1c-477b-a195-4b852fc08b6e', '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': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'ID_SERIAL': '3600140518e3c0f61a1c477ba1954b852', 'ID_SERIAL_SHORT': '600140518e3c0f61a1c477ba1954b852', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140518e3c0f61', 'ID_WWN_VENDOR_EXTENSION': '0xa1c477ba1954b852', 'ID_WWN_WITH_EXTENSION': '0x600140518e3c0f61a1c477ba1954b852', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140518e3c0f61a1c477ba1954b852', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877521593'} ; 2024-03-01 17:26:39,041 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:26:39,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:26:39,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:39,051 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:26:39,052 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:26:39,052 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:26:39,053 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:26:39,056 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:26:39,059 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:26:39,059 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:26:39,063 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:26:39,063 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:26:39,063 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:26:39,063 INFO blivet/MainThread: got device: DiskDevice instance (0x7faa789d4d30) -- 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 = 600140518e3c0f61a1c477ba1954b852 2024-03-01 17:26:39,067 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:26:39,067 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:26:39,070 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 ' '/dev/disk/by-id/scsi-36001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/wwn-0x6001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_ac984c9a-9204-4e78-9d51-ff55155e9488', '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': 'RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5', 'ID_FS_UUID_ENC': 'RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5', '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': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'ID_SERIAL': '36001405ac984c9a92044e789d51ff551', 'ID_SERIAL_SHORT': '6001405ac984c9a92044e789d51ff551', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac984c9a9', 'ID_WWN_VENDOR_EXTENSION': '0x2044e789d51ff551', 'ID_WWN_WITH_EXTENSION': '0x6001405ac984c9a92044e789d51ff551', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac984c9a92044e789d51ff551', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876764312'} ; 2024-03-01 17:26:39,071 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:26:39,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:26:39,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:39,081 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:26:39,082 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:26:39,082 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:26:39,082 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:26:39,085 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:26:39,088 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:26:39,089 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:26:39,092 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:26:39,092 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:26:39,093 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:26:39,093 INFO blivet/MainThread: got device: DiskDevice instance (0x7faa789dc320) -- 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 = 6001405ac984c9a92044e789d51ff551 2024-03-01 17:26:39,096 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:26:39,100 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:39,100 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:26:39,104 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:39,104 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:26:39,107 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:39,107 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:26:39,111 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:39,111 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:26:39,114 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:26:39,114 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:26:39,114 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:39,144 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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:26:39,144 INFO program/MainThread: stderr[9]: 2024-03-01 17:26:39,144 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:26:39,144 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:26:39,149 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 ; label: None ; device: /dev/sdc ; serial: 36001405ac984c9a92044e789d51ff551 ; exists: True ; vg_name: test_vg1 ; vg_uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:26:39,149 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:26:39,152 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:26:39,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; incomplete: True ; hidden: False ; 2024-03-01 17:26:39,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:39,162 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:26:39,166 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:26:39,169 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:26:39,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; incomplete: True ; hidden: False ; 2024-03-01 17:26:39,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:39,176 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:39,207 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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:26:39,208 INFO program/MainThread: stderr[10]: 2024-03-01 17:26:39,208 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:26:39,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:39,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:39,219 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc ; incomplete: False ; hidden: False ; 2024-03-01 17:26:39,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:39,223 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:26:39,227 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:26:39,227 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:26:39,230 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:26:39,234 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:26:39,235 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:26:39,238 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:26:39,239 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:26:39,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:26:39,244 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:26:39,247 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:26:39,247 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:26:39,251 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:26:39,254 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:26:39,254 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:26:39,258 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:26:39,258 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:26:39,259 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:26:39,259 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:26:39,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:26:39,262 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:26:39,266 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:26:39,266 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:26:39,270 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3KP0aZOlGko3dGOIVPhdjPuFooTCMN2Lc ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/f17d65b0-7858-4298-ae62-9d45e84ff1f0', '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-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3KP0aZOlGko3dGOIVPhdjPuFooTCMN2Lc', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f17d65b0-7858-4298-ae62-9d45e84ff1f0', 'ID_FS_UUID_ENC': 'f17d65b0-7858-4298-ae62-9d45e84ff1f0', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1466172672'} ; 2024-03-01 17:26:39,270 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:26:39,270 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:39,275 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:26:39,275 INFO program/MainThread: stderr[11]: 2024-03-01 17:26:39,275 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:26:39,275 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:39,278 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:26:39,278 INFO program/MainThread: stderr[12]: 2024-03-01 17:26:39,279 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:26:39,279 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:39,282 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:26:39,282 INFO program/MainThread: stderr[13]: 2024-03-01 17:26:39,282 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:26:39,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:39,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:26:39,293 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:39,294 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:26:39,294 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:39,295 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:26:39,290 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa789dcf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7faa78a55ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:39,295 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:39,299 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:26:39,299 INFO program/MainThread: stderr[14]: 2024-03-01 17:26:39,299 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:26:39,303 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:26:39,308 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:39,308 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:26:39,311 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:39,311 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:26:39,315 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:39,315 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:26:39,319 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:39,319 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:26:39,321 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:26:39,321 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:26:39,325 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:39,325 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:26:39,329 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:26:39,329 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:39,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:39,336 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:39,339 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt ; incomplete: False ; hidden: False ; 2024-03-01 17:26:39,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:39,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:26:39,347 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:26:39,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:26:39,350 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:26:39,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:26:39,354 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:26:39,358 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:26:39,358 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:26:39,358 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:26:39,362 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:26:39,366 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:26:39,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:26:39,369 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:26:39,373 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:26:39,373 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:26:39,377 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:26:39,377 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:26:39,377 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:26:39,378 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:26:39,381 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:26:39,381 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:26:39,385 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:26:39,385 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:26:39,389 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3QTaqJDFeuSVt8MnRVqtV1gpvoyndB6Bt ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/e4874359-5f15-4edd-b9aa-480ae2a96fd0 ' '/dev/test_vg1/lv2 /dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3QTaqJDFeuSVt8MnRVqtV1gpvoyndB6Bt', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e4874359-5f15-4edd-b9aa-480ae2a96fd0', 'ID_FS_UUID_ENC': 'e4874359-5f15-4edd-b9aa-480ae2a96fd0', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1465847780'} ; 2024-03-01 17:26:39,389 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:26:39,389 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:39,393 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:26:39,394 INFO program/MainThread: stderr[15]: 2024-03-01 17:26:39,394 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:26:39,394 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:39,397 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:26:39,397 INFO program/MainThread: stderr[16]: 2024-03-01 17:26:39,397 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:26:39,397 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:39,401 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:26:39,401 INFO program/MainThread: stderr[17]: 2024-03-01 17:26:39,401 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:26:39,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:39,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:26:39,412 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:39,413 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:39,413 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:39,414 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:39,409 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa789dcdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7faa78a55ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:39,415 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:39,419 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:26:39,419 INFO program/MainThread: stderr[18]: 2024-03-01 17:26:39,419 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:26:39,424 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:26:39,428 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:39,428 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:26:39,431 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:39,431 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:26:39,435 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:39,435 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:26:39,439 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:39,439 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:26:39,440 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:26:39,443 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:39,443 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:26:39,447 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:26:39,447 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:39,447 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:39,451 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405659032814ab24b8885345837e ' '/dev/disk/by-id/wwn-0x6001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_65903281-4ab2-4b88-8534-5837e6dcff0b ' '/dev/disk/by-id/lvm-pv-uuid-lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX', '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': 'lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX', 'ID_FS_UUID_ENC': 'lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX', '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': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'ID_SERIAL': '36001405659032814ab24b8885345837e', 'ID_SERIAL_SHORT': '6001405659032814ab24b8885345837e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659032814', 'ID_WWN_VENDOR_EXTENSION': '0xab24b8885345837e', 'ID_WWN_WITH_EXTENSION': '0x6001405659032814ab24b8885345837e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659032814ab24b8885345837e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876801756'} ; 2024-03-01 17:26:39,451 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:26:39,455 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:26:39,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:39,462 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:26:39,463 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:26:39,463 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:26:39,463 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:26:39,466 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:26:39,470 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:26:39,470 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:26:39,473 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:26:39,474 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:26:39,474 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:26:39,474 INFO blivet/MainThread: got device: DiskDevice instance (0x7faa789f7048) -- 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 = 6001405659032814ab24b8885345837e 2024-03-01 17:26:39,478 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:26:39,482 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:39,482 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:26:39,485 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:39,485 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:26:39,489 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:39,489 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:26:39,492 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:39,492 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:26:39,495 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:26:39,496 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:26:39,496 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/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:39,528 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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:26:39,528 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof. WARNING: Couldn't find device with uuid NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9. WARNING: VG test_vg2 is missing PV Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof (last written to /dev/sde). WARNING: VG test_vg2 is missing PV NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 (last written to /dev/sdf). 2024-03-01 17:26:39,528 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:26:39,528 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:26:39,533 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX ; label: None ; device: /dev/sdd ; serial: 36001405659032814ab24b8885345837e ; exists: True ; vg_name: test_vg2 ; vg_uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:26:39,533 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:26:39,536 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:26:39,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; incomplete: True ; hidden: False ; 2024-03-01 17:26:39,543 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:39,546 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:39,549 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:39,550 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/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:39,578 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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:26:39,579 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof. WARNING: Couldn't find device with uuid NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9. WARNING: VG test_vg2 is missing PV Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof (last written to /dev/sde). WARNING: VG test_vg2 is missing PV NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 (last written to /dev/sdf). 2024-03-01 17:26:39,579 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:26:39,579 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:26:39,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:26:39,585 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:26:39,589 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:26:39,589 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:26:39,592 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:26:39,592 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/sda$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:39,622 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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=V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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:26:39,622 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof. WARNING: Couldn't find device with uuid NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9. WARNING: VG test_vg2 is missing PV Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof (last written to /dev/sde). WARNING: VG test_vg2 is missing PV NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 (last written to /dev/sdf). 2024-03-01 17:26:39,622 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:26:39,627 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:26:39,627 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:26:39,631 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:26:39,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; incomplete: True ; hidden: False ; 2024-03-01 17:26:39,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:26:39,637 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:26:39,637 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:39,641 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof ' '/dev/disk/by-id/wwn-0x60014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/scsi-360014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7e7b2b54-ab65-47a3-97e3-bf8daf383abd', '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': 'Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof', 'ID_FS_UUID_ENC': 'Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof', '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': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'ID_SERIAL': '360014057e7b2b54ab6547a397e3bf8da', 'ID_SERIAL_SHORT': '60014057e7b2b54ab6547a397e3bf8da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057e7b2b54a', 'ID_WWN_VENDOR_EXTENSION': '0xb6547a397e3bf8da', 'ID_WWN_WITH_EXTENSION': '0x60014057e7b2b54ab6547a397e3bf8da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057e7b2b54ab6547a397e3bf8da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876904798'} ; 2024-03-01 17:26:39,641 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:26:39,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:26:39,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:39,652 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:26:39,653 INFO blivet/MainThread: sde is a disk 2024-03-01 17:26:39,653 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:26:39,653 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:26:39,656 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:26:39,660 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:26:39,660 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:26:39,663 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:26:39,664 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:26:39,664 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:26:39,664 INFO blivet/MainThread: got device: DiskDevice instance (0x7faa789f57f0) -- 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 = 60014057e7b2b54ab6547a397e3bf8da 2024-03-01 17:26:39,668 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:26:39,671 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:39,672 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:26:39,675 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:39,675 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:26:39,679 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:39,679 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:26:39,682 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:39,682 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:26:39,685 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:26:39,685 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:26:39,686 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/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:39,716 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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:26:39,717 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9. WARNING: VG test_vg2 is missing PV NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 (last written to /dev/sdf). 2024-03-01 17:26:39,717 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:26:39,717 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:26:39,722 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof ; label: None ; device: /dev/sde ; serial: 360014057e7b2b54ab6547a397e3bf8da ; exists: True ; vg_name: test_vg2 ; vg_uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:26:39,722 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:26:39,725 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:26:39,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; incomplete: True ; hidden: False ; 2024-03-01 17:26:39,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:26:39,736 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:26:39,739 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:26:39,742 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:26:39,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; incomplete: True ; hidden: False ; 2024-03-01 17:26:39,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:39,749 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/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:39,777 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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=V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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:26:39,778 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9. WARNING: VG test_vg2 is missing PV NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 (last written to /dev/sdf). 2024-03-01 17:26:39,778 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:26:39,778 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:26:39,778 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:39,783 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/lvm-pv-uuid-NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 ' '/dev/disk/by-id/wwn-0x6001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/scsi-36001405ab03e1deb42b49d7baf199854', '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': 'NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9', 'ID_FS_UUID_ENC': 'NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9', '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': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'ID_SERIAL': '36001405ab03e1deb42b49d7baf199854', 'ID_SERIAL_SHORT': '6001405ab03e1deb42b49d7baf199854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab03e1deb', 'ID_WWN_VENDOR_EXTENSION': '0x42b49d7baf199854', 'ID_WWN_WITH_EXTENSION': '0x6001405ab03e1deb42b49d7baf199854', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab03e1deb42b49d7baf199854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877042293'} ; 2024-03-01 17:26:39,783 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:26:39,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:26:39,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:39,794 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:26:39,795 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:26:39,795 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:26:39,795 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:26:39,799 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:26:39,802 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:26:39,802 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:26:39,806 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:26:39,806 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:26:39,806 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:26:39,806 INFO blivet/MainThread: got device: DiskDevice instance (0x7faa789f5cc0) -- 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 = 6001405ab03e1deb42b49d7baf199854 2024-03-01 17:26:39,810 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:26:39,814 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:39,814 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:26:39,817 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:39,817 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:26:39,821 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:39,821 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:26:39,824 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:39,824 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:26:39,828 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:26:39,828 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:26:39,828 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/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:39,858 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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:26:39,858 INFO program/MainThread: stderr[24]: 2024-03-01 17:26:39,858 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:26:39,858 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:26:39,863 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 ; label: None ; device: /dev/sdf ; serial: 36001405ab03e1deb42b49d7baf199854 ; exists: True ; vg_name: test_vg2 ; vg_uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:26:39,863 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:26:39,866 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:26:39,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; incomplete: True ; hidden: False ; 2024-03-01 17:26:39,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:39,876 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:26:39,880 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:26:39,883 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:26:39,886 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; incomplete: True ; hidden: False ; 2024-03-01 17:26:39,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:39,890 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/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:39,919 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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=V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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:26:39,920 INFO program/MainThread: stderr[25]: 2024-03-01 17:26:39,920 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:26:39,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:39,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:39,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe ; incomplete: False ; hidden: False ; 2024-03-01 17:26:39,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:39,935 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:26:39,939 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:26:39,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:26:39,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:26:39,946 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:26:39,947 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:26:39,950 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:26:39,951 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:26:39,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:26:39,955 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:26:39,958 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:26:39,958 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:26:39,962 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:26:39,965 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:26:39,966 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:26:39,969 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:26:39,970 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:26:39,970 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:26:39,970 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:26:39,973 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:26:39,974 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:26:39,977 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:26:39,978 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:26:39,981 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwljLq8KrxngpCbpoW4wL2stxjPWkPWZCFe ' '/dev/test_vg2/lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/ee7d595c-e451-44f0-8b4c-df7b69f0c329', '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-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwljLq8KrxngpCbpoW4wL2stxjPWkPWZCFe', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ee7d595c-e451-44f0-8b4c-df7b69f0c329', 'ID_FS_UUID_ENC': 'ee7d595c-e451-44f0-8b4c-df7b69f0c329', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1464950450'} ; 2024-03-01 17:26:39,981 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:26:39,982 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:39,986 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:26:39,986 INFO program/MainThread: stderr[26]: 2024-03-01 17:26:39,986 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:26:39,986 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:39,990 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:26:39,990 INFO program/MainThread: stderr[27]: 2024-03-01 17:26:39,990 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:26:39,990 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:39,994 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:26:39,994 INFO program/MainThread: stderr[28]: 2024-03-01 17:26:39,994 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:26:39,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:40,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:26:40,005 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:40,006 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:26:40,006 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:40,007 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:26:40,002 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa789fdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7faa789f5518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:40,007 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:40,012 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:26:40,012 INFO program/MainThread: stderr[29]: 2024-03-01 17:26:40,012 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:26:40,016 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:26:40,021 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:40,021 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:26:40,025 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:40,025 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:26:40,029 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:40,029 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:26:40,032 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:40,032 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:26:40,033 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:26:40,036 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:40,036 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:26:40,040 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:26:40,040 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:40,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:40,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:40,050 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF ; incomplete: False ; hidden: False ; 2024-03-01 17:26:40,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:40,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:26:40,067 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:26:40,067 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:26:40,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:26:40,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:26:40,075 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:26:40,078 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:26:40,079 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:26:40,079 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:26:40,083 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:26:40,086 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:26:40,086 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:26:40,090 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:26:40,093 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:26:40,093 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:26:40,097 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:26:40,098 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:26:40,098 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:26:40,098 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:26:40,101 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:26:40,101 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:26:40,105 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:26:40,105 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:26:40,109 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwlV20p4nqDU8a5iNJ4o2lH4texU5DvIdbF ' '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/test_vg2/lv4 ' '/dev/disk/by-uuid/6e82bc60-95c3-4ea0-a70b-29cabe6a0720', '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-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwlV20p4nqDU8a5iNJ4o2lH4texU5DvIdbF', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6e82bc60-95c3-4ea0-a70b-29cabe6a0720', 'ID_FS_UUID_ENC': '6e82bc60-95c3-4ea0-a70b-29cabe6a0720', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1464633257'} ; 2024-03-01 17:26:40,109 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:26:40,109 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:40,114 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:26:40,114 INFO program/MainThread: stderr[30]: 2024-03-01 17:26:40,114 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:26:40,114 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:40,117 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:26:40,118 INFO program/MainThread: stderr[31]: 2024-03-01 17:26:40,118 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:26:40,118 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:40,121 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:26:40,121 INFO program/MainThread: stderr[32]: 2024-03-01 17:26:40,121 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:26:40,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:40,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:26:40,133 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:40,134 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:40,134 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:40,135 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:40,130 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa87a74ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7faa789f5518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:40,135 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:40,140 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:26:40,140 INFO program/MainThread: stderr[33]: 2024-03-01 17:26:40,140 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:26:40,145 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:26:40,148 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:40,149 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:26:40,152 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:40,152 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:26:40,156 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:40,156 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:26:40,160 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:40,160 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:26:40,161 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:26:40,164 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:40,164 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:26:40,168 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:26:40,168 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:40,168 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:40,172 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/wwn-0x60014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/lvm-pv-uuid-VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG', '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': 'VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG', 'ID_FS_UUID_ENC': 'VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG', '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': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'ID_SERIAL': '360014056cf54f2d90764af69d166ee31', 'ID_SERIAL_SHORT': '60014056cf54f2d90764af69d166ee31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056cf54f2d9', 'ID_WWN_VENDOR_EXTENSION': '0x0764af69d166ee31', 'ID_WWN_WITH_EXTENSION': '0x60014056cf54f2d90764af69d166ee31', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056cf54f2d90764af69d166ee31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877135338'} ; 2024-03-01 17:26:40,172 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:26:40,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:26:40,179 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:40,183 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:26:40,184 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:26:40,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:26:40,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:26:40,188 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:26:40,191 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:26:40,191 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:26:40,195 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:26:40,195 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:26:40,195 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:26:40,196 INFO blivet/MainThread: got device: DiskDevice instance (0x7faa789dc710) -- 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 = 60014056cf54f2d90764af69d166ee31 2024-03-01 17:26:40,199 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:26:40,203 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:40,203 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:26:40,206 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:40,206 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:26:40,210 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:40,210 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:26:40,213 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:40,213 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:26:40,217 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:26:40,217 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:26:40,217 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/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:40,248 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:40,249 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B. WARNING: Couldn't find device with uuid h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV. WARNING: Couldn't find device with uuid Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv. WARNING: VG test_vg3 is missing PV Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv (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:26:40,249 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:26:40,249 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:26:40,254 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG ; label: None ; device: /dev/sdg ; serial: 360014056cf54f2d90764af69d166ee31 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:26:40,254 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:26:40,257 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:26:40,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:40,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:40,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:40,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:40,271 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/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:40,301 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:40,302 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B. WARNING: Couldn't find device with uuid h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV. WARNING: Couldn't find device with uuid Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv. WARNING: VG test_vg3 is missing PV Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv (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:26:40,302 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:26:40,302 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:26:40,302 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:26:40,308 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:26:40,312 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:26:40,312 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:26:40,315 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:26:40,315 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/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:40,348 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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=V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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=P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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:26:40,348 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B. WARNING: Couldn't find device with uuid h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV. WARNING: Couldn't find device with uuid Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv. WARNING: VG test_vg3 is missing PV Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv (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:26:40,348 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:26:40,353 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:26:40,353 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:26:40,357 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:26:40,360 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:40,363 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:26:40,363 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:26:40,364 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:40,367 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/scsi-3600140535647ead679842debee029dc4 ' '/dev/disk/by-id/wwn-0x600140535647ead679842debee029dc4 ' '/dev/disk/by-id/lvm-pv-uuid-Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B', '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': 'Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B', 'ID_FS_UUID_ENC': 'Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B', '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': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'ID_SERIAL': '3600140535647ead679842debee029dc4', 'ID_SERIAL_SHORT': '600140535647ead679842debee029dc4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140535647ead6', 'ID_WWN_VENDOR_EXTENSION': '0x79842debee029dc4', 'ID_WWN_WITH_EXTENSION': '0x600140535647ead679842debee029dc4', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140535647ead679842debee029dc4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877079595'} ; 2024-03-01 17:26:40,367 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:26:40,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:26:40,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:40,379 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:26:40,380 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:26:40,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:26:40,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:26:40,383 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:26:40,387 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:26:40,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:26:40,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:26:40,391 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:26:40,391 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:26:40,391 INFO blivet/MainThread: got device: DiskDevice instance (0x7faa789d4198) -- 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 = 600140535647ead679842debee029dc4 2024-03-01 17:26:40,395 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:26:40,398 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:40,398 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:26:40,402 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:40,402 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:26:40,405 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:40,406 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:26:40,409 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:40,409 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:26:40,412 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:26:40,412 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:26:40,413 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/sdb$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:40,443 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:40,444 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV. WARNING: Couldn't find device with uuid Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv. WARNING: VG test_vg3 is missing PV h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv (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:26:40,444 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:26:40,444 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:26:40,449 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B ; label: None ; device: /dev/sdh ; serial: 3600140535647ead679842debee029dc4 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; pe_start: 8 MiB ; 2024-03-01 17:26:40,449 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:26:40,452 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:26:40,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:40,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:26:40,463 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:26:40,466 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:26:40,469 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:26:40,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:40,476 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:40,476 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/sdb$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:40,507 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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=V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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=P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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:26:40,508 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV. WARNING: Couldn't find device with uuid Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv. WARNING: VG test_vg3 is missing PV h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv (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:26:40,508 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:26:40,508 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:26:40,508 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:40,513 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV ' '/dev/disk/by-id/scsi-3600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/wwn-0x600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461', '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': 'h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV', 'ID_FS_UUID_ENC': 'h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV', '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': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'ID_SERIAL': '3600140579d13d79caaf48bbb493cfa55', 'ID_SERIAL_SHORT': '600140579d13d79caaf48bbb493cfa55', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140579d13d79c', 'ID_WWN_VENDOR_EXTENSION': '0xaaf48bbb493cfa55', 'ID_WWN_WITH_EXTENSION': '0x600140579d13d79caaf48bbb493cfa55', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140579d13d79caaf48bbb493cfa55', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877225857'} ; 2024-03-01 17:26:40,513 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:26:40,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:26:40,521 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:40,525 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:26:40,526 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:26:40,526 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:26:40,526 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:26:40,530 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:26:40,533 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:26:40,533 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:26:40,536 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:26:40,537 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:26:40,537 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:26:40,537 INFO blivet/MainThread: got device: DiskDevice instance (0x7faa789f5f98) -- 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 = 600140579d13d79caaf48bbb493cfa55 2024-03-01 17:26:40,541 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:26:40,545 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:40,545 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:26:40,548 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:40,548 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:26:40,551 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:40,552 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:26:40,555 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:40,555 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:26:40,558 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:26:40,558 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:26:40,558 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/sdb$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:40,588 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:40,589 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv. WARNING: VG test_vg3 is missing PV Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv (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:26:40,589 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:26:40,589 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:26:40,594 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV ; label: None ; device: /dev/sdi ; serial: 3600140579d13d79caaf48bbb493cfa55 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; pe_start: 8 MiB ; 2024-03-01 17:26:40,594 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:26:40,597 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:26:40,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:40,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:40,607 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:26:40,611 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:26:40,614 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:26:40,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:40,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:40,621 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/sdb$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:40,653 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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=V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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=P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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:26:40,653 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv. WARNING: VG test_vg3 is missing PV Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv (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:26:40,653 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:26:40,653 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:26:40,653 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:40,658 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/wwn-0x6001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/lvm-pv-uuid-Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv', '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': 'Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv', 'ID_FS_UUID_ENC': 'Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv', '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': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'ID_SERIAL': '36001405a6af134abf194494b7a871ab3', 'ID_SERIAL_SHORT': '6001405a6af134abf194494b7a871ab3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a6af134ab', 'ID_WWN_VENDOR_EXTENSION': '0xf194494b7a871ab3', 'ID_WWN_WITH_EXTENSION': '0x6001405a6af134abf194494b7a871ab3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a6af134abf194494b7a871ab3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877316888'} ; 2024-03-01 17:26:40,659 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:26:40,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:26:40,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:40,670 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:26:40,671 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:26:40,671 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:26:40,671 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:26:40,675 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:26:40,678 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:26:40,678 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:26:40,682 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:26:40,682 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:26:40,682 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:26:40,683 INFO blivet/MainThread: got device: DiskDevice instance (0x7faa78a065c0) -- 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 = 6001405a6af134abf194494b7a871ab3 2024-03-01 17:26:40,686 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:26:40,690 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:40,690 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:26:40,693 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:40,694 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:26:40,697 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:40,697 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:26:40,701 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:40,701 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:26:40,704 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:26:40,704 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:26:40,704 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/sdb$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:40,735 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:40,736 INFO program/MainThread: stderr[41]: 2024-03-01 17:26:40,736 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:26:40,736 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:26:40,741 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv ; label: None ; device: /dev/sdj ; serial: 36001405a6af134abf194494b7a871ab3 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:26:40,741 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:26:40,744 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:26:40,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:40,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:40,755 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:26:40,758 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:26:40,761 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:26:40,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:40,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:40,768 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/sdb$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:40,799 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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=V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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=P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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:26:40,800 INFO program/MainThread: stderr[42]: 2024-03-01 17:26:40,800 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:26:40,805 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:40,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:40,812 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN ; incomplete: False ; hidden: False ; 2024-03-01 17:26:40,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:40,815 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:26:40,819 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:26:40,819 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:26:40,823 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:26:40,827 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:26:40,827 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:26:40,831 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:26:40,831 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:26:40,831 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:26:40,835 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:26:40,840 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:26:40,840 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:26:40,843 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:26:40,847 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:26:40,847 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:26:40,851 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:26:40,851 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:26:40,851 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:26:40,851 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:26:40,855 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:26:40,855 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:26:40,858 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:26:40,859 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:26:40,862 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/56dde9c1-6ec4-49d5-b483-3cf6eaf9df24 ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNB88Ox0acD33pzEdTLeqXKHqGtAc3K00gN ' '/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_ACTIVATION': '1', '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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNB88Ox0acD33pzEdTLeqXKHqGtAc3K00gN', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '56dde9c1-6ec4-49d5-b483-3cf6eaf9df24', 'ID_FS_UUID_ENC': '56dde9c1-6ec4-49d5-b483-3cf6eaf9df24', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1463727606'} ; 2024-03-01 17:26:40,863 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:26:40,863 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:40,867 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:26:40,867 INFO program/MainThread: stderr[43]: 2024-03-01 17:26:40,867 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:26:40,868 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:40,871 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:26:40,871 INFO program/MainThread: stderr[44]: 2024-03-01 17:26:40,871 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:26:40,871 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:40,875 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:26:40,875 INFO program/MainThread: stderr[45]: 2024-03-01 17:26:40,875 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:26:40,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:40,884 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:26:40,887 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:40,887 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:26:40,888 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:40,889 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:26:40,884 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa78a066d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7faa789c7710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:40,889 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:40,893 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:26:40,893 INFO program/MainThread: stderr[46]: 2024-03-01 17:26:40,893 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:26:40,898 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:26:40,902 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:40,902 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:26:40,906 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:40,906 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:26:40,910 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:40,910 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:26:40,913 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:40,913 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:26:40,914 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:26:40,917 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:40,917 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:26:40,921 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:26:40,921 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:40,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:40,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:40,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw ; incomplete: False ; hidden: False ; 2024-03-01 17:26:40,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:40,935 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:26:40,939 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:26:40,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:26:40,942 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:26:40,946 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:26:40,946 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:26:40,950 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:26:40,950 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:26:40,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:26:40,954 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:26:40,958 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:26:40,958 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:26:40,961 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:26:40,965 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:26:40,965 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:26:40,969 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:26:40,969 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:26:40,969 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:26:40,970 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:26:40,973 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:26:40,973 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:26:40,977 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:26:40,977 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:26:40,981 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-uuid/23f64470-a84c-4487-bb47-69cb4fdcc6e1 ' '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBXXMIdQh8knhejvULpdiVXcjltIOedoNw ' '/dev/mapper/test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBXXMIdQh8knhejvULpdiVXcjltIOedoNw', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '23f64470-a84c-4487-bb47-69cb4fdcc6e1', 'ID_FS_UUID_ENC': '23f64470-a84c-4487-bb47-69cb4fdcc6e1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1463384240'} ; 2024-03-01 17:26:40,981 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:26:40,981 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:40,986 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:26:40,986 INFO program/MainThread: stderr[47]: 2024-03-01 17:26:40,986 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:26:40,986 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:40,989 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:26:40,990 INFO program/MainThread: stderr[48]: 2024-03-01 17:26:40,990 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:26:40,990 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:40,993 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:26:40,993 INFO program/MainThread: stderr[49]: 2024-03-01 17:26:40,994 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:26:40,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:41,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:26:41,006 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:41,007 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:26:41,007 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:41,008 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:26:41,003 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa789f3828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7faa789c7710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:41,009 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:41,013 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:26:41,013 INFO program/MainThread: stderr[50]: 2024-03-01 17:26:41,013 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:26:41,018 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:26:41,022 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:41,022 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:26:41,026 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:41,026 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:26:41,029 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:41,029 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:26:41,033 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:41,033 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:26:41,034 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:26:41,037 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:41,037 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:26:41,041 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:26:41,041 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:41,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:41,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:41,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:41,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:41,055 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:26:41,059 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:26:41,059 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:26:41,062 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:26:41,066 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:26:41,066 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:26:41,070 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:26:41,071 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:26:41,071 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:26:41,075 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:26:41,078 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:26:41,079 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:26:41,082 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:26:41,086 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:26:41,086 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:26:41,089 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:26:41,090 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:26:41,090 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:26:41,090 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:26:41,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:26:41,094 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:26:41,097 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:26:41,098 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:26:41,102 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/986af250-27c8-4bae-b64b-ebda9f740b7a ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBwtjo8kOK0oviFMk0FVjTenQDnTyljsR3 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBwtjo8kOK0oviFMk0FVjTenQDnTyljsR3', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '986af250-27c8-4bae-b64b-ebda9f740b7a', 'ID_FS_UUID_ENC': '986af250-27c8-4bae-b64b-ebda9f740b7a', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1463054545'} ; 2024-03-01 17:26:41,102 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:26:41,102 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:41,106 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:26:41,107 INFO program/MainThread: stderr[51]: 2024-03-01 17:26:41,107 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:26:41,107 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:41,110 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:26:41,110 INFO program/MainThread: stderr[52]: 2024-03-01 17:26:41,110 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:26:41,110 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:41,114 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:26:41,114 INFO program/MainThread: stderr[53]: 2024-03-01 17:26:41,114 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:26:41,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:41,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:26:41,126 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:41,128 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:26:41,128 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:41,129 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:26:41,123 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa789a5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7faa789c7710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:41,130 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:41,134 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:26:41,134 INFO program/MainThread: stderr[54]: 2024-03-01 17:26:41,134 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:26:41,139 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:26:41,143 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:41,143 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:26:41,147 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:41,147 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:26:41,151 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:41,151 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:26:41,154 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:41,154 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:26:41,155 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:26:41,158 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:41,158 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:26:41,162 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:26:41,162 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:41,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:41,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:41,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO ; incomplete: False ; hidden: False ; 2024-03-01 17:26:41,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:41,176 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:26:41,180 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:26:41,180 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:26:41,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:26:41,187 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:26:41,187 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:26:41,191 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:26:41,192 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:26:41,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:26:41,195 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:26:41,199 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:26:41,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:26:41,203 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:26:41,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:26:41,207 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:26:41,210 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:26:41,211 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:26:41,211 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:26:41,211 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:26:41,214 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:26:41,215 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:26:41,218 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:26:41,219 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:26:41,222 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBP7tTBunA7KZtlbHEK1esjhpnZKFoPqOO ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-uuid/6bead21d-bedc-4a5d-9285-aa4331e203f1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBP7tTBunA7KZtlbHEK1esjhpnZKFoPqOO', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6bead21d-bedc-4a5d-9285-aa4331e203f1', 'ID_FS_UUID_ENC': '6bead21d-bedc-4a5d-9285-aa4331e203f1', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1462720530'} ; 2024-03-01 17:26:41,223 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:26:41,223 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:41,227 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:26:41,227 INFO program/MainThread: stderr[55]: 2024-03-01 17:26:41,227 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:26:41,228 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:41,231 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:26:41,231 INFO program/MainThread: stderr[56]: 2024-03-01 17:26:41,231 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:26:41,231 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:41,235 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:26:41,235 INFO program/MainThread: stderr[57]: 2024-03-01 17:26:41,235 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:26:41,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:41,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:26:41,247 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:41,249 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:41,249 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:41,250 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:41,244 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa78990828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7faa789c7710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:41,251 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:41,255 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:26:41,255 INFO program/MainThread: stderr[58]: 2024-03-01 17:26:41,255 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:26:41,260 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:26:41,263 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:41,264 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:26:41,267 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:41,267 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:26:41,271 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:41,271 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:26:41,275 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:41,275 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:26:41,275 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:26:41,279 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:41,279 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:26:41,283 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:26:41,283 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:41,283 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:41,286 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': '19811683'} ; 2024-03-01 17:26:41,286 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:26:41,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:26:41,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:41,298 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:26:41,299 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:26:41,299 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:26:41,299 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:26:41,299 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:26:41,299 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:26:41,302 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:26:41,306 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:26:41,306 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:26:41,309 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:26:41,310 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:26:41,310 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:26:41,310 INFO blivet/MainThread: got device: DiskDevice instance (0x7faa7899c048) -- 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:26:41,314 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:26:41,317 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:41,317 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:26:41,321 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:41,321 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:26:41,324 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:41,325 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:26:41,328 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:41,328 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:26:41,331 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:26:41,335 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:26:41,338 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:26:41,344 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 0x7faa7898f088> 2024-03-01 17:26:44,479 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:26:44,483 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:26:44,483 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:26:44,487 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': '19814317'} ; 2024-03-01 17:26:44,487 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:26:44,488 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:26:44,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:44,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:44,499 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:26:44,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:44,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:44,506 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:44,518 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:44,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:26:44,542 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:26:44,542 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:26:44,546 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:26:44,546 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:26:44,549 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:26:44,553 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:26:44,553 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:26:44,556 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:26:44,557 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:26:44,557 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:26:44,560 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:26:44,563 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:26:44,567 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:26:44,570 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:26:44,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:26:44,574 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:26:44,574 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:26:44,575 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:26:44,574 INFO blivet/MainThread: got device: PartitionDevice instance (0x7faa789affd0) -- 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 0x7faa789b49e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:26:44,579 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:26:44,583 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:44,583 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:26:44,586 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:44,586 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:26:44,590 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:44,590 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:26:44,593 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:44,593 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:26:44,593 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:26:44,597 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:44,597 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:26:44,600 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:26:44,600 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:44,603 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-uuid/6bead21d-bedc-4a5d-9285-aa4331e203f1 ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBP7tTBunA7KZtlbHEK1esjhpnZKFoPqOO ' '/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_ACTIVATION': '1', '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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBP7tTBunA7KZtlbHEK1esjhpnZKFoPqOO', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6bead21d-bedc-4a5d-9285-aa4331e203f1', 'ID_FS_UUID_ENC': '6bead21d-bedc-4a5d-9285-aa4331e203f1', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1462720530'} ; 2024-03-01 17:26:44,603 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:26:44,604 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:44,608 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:26:44,608 INFO program/MainThread: stderr[59]: 2024-03-01 17:26:44,608 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:26:44,609 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:44,612 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:26:44,612 INFO program/MainThread: stderr[60]: 2024-03-01 17:26:44,612 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:26:44,612 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:44,615 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:26:44,616 INFO program/MainThread: stderr[61]: 2024-03-01 17:26:44,616 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:26:44,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:44,624 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:26:44,628 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:44,629 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:44,630 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:44,631 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:44,625 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa78990828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7faa789c7710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:44,632 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:44,635 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:26:44,636 INFO program/MainThread: stderr[62]: 2024-03-01 17:26:44,636 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:26:44,640 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:26:44,640 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:26:44,644 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/986af250-27c8-4bae-b64b-ebda9f740b7a ' '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBwtjo8kOK0oviFMk0FVjTenQDnTyljsR3 ' '/dev/mapper/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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBwtjo8kOK0oviFMk0FVjTenQDnTyljsR3', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '986af250-27c8-4bae-b64b-ebda9f740b7a', 'ID_FS_UUID_ENC': '986af250-27c8-4bae-b64b-ebda9f740b7a', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1463054545'} ; 2024-03-01 17:26:44,644 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:26:44,644 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:44,648 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:26:44,648 INFO program/MainThread: stderr[63]: 2024-03-01 17:26:44,648 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:26:44,648 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:44,651 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:26:44,652 INFO program/MainThread: stderr[64]: 2024-03-01 17:26:44,652 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:26:44,652 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:44,655 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:26:44,655 INFO program/MainThread: stderr[65]: 2024-03-01 17:26:44,655 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:26:44,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:44,664 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:26:44,667 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:44,669 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:44,669 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:44,670 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:44,664 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa789a5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7faa789c7710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:44,671 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:44,675 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:26:44,675 INFO program/MainThread: stderr[66]: 2024-03-01 17:26:44,675 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:26:44,680 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:26:44,680 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:26:44,683 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBXXMIdQh8knhejvULpdiVXcjltIOedoNw ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/23f64470-a84c-4487-bb47-69cb4fdcc6e1 ' '/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_ACTIVATION': '1', '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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBXXMIdQh8knhejvULpdiVXcjltIOedoNw', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '23f64470-a84c-4487-bb47-69cb4fdcc6e1', 'ID_FS_UUID_ENC': '23f64470-a84c-4487-bb47-69cb4fdcc6e1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1463384240'} ; 2024-03-01 17:26:44,683 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:26:44,684 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:44,687 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:26:44,688 INFO program/MainThread: stderr[67]: 2024-03-01 17:26:44,688 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:26:44,688 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:44,691 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:26:44,691 INFO program/MainThread: stderr[68]: 2024-03-01 17:26:44,691 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:26:44,691 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:44,695 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:26:44,695 INFO program/MainThread: stderr[69]: 2024-03-01 17:26:44,695 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:26:44,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:44,703 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:26:44,707 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:44,708 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:44,709 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:44,710 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:44,704 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa789f3828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7faa789c7710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:44,711 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:44,715 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:26:44,715 INFO program/MainThread: stderr[70]: 2024-03-01 17:26:44,715 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:26:44,719 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:26:44,719 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:26:44,722 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNB88Ox0acD33pzEdTLeqXKHqGtAc3K00gN ' '/dev/disk/by-uuid/56dde9c1-6ec4-49d5-b483-3cf6eaf9df24 ' '/dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNB88Ox0acD33pzEdTLeqXKHqGtAc3K00gN', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '56dde9c1-6ec4-49d5-b483-3cf6eaf9df24', 'ID_FS_UUID_ENC': '56dde9c1-6ec4-49d5-b483-3cf6eaf9df24', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1463727606'} ; 2024-03-01 17:26:44,723 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:26:44,723 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:44,726 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:26:44,727 INFO program/MainThread: stderr[71]: 2024-03-01 17:26:44,727 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:26:44,727 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:44,730 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:26:44,730 INFO program/MainThread: stderr[72]: 2024-03-01 17:26:44,730 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:26:44,730 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:44,734 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:26:44,734 INFO program/MainThread: stderr[73]: 2024-03-01 17:26:44,734 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:26:44,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:44,742 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:26:44,746 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:44,747 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:44,748 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:44,749 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:44,743 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa78a066d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7faa789c7710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:44,750 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:44,753 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:26:44,754 INFO program/MainThread: stderr[74]: 2024-03-01 17:26:44,754 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:26:44,758 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:26:44,758 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:26:44,761 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwlV20p4nqDU8a5iNJ4o2lH4texU5DvIdbF ' '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/6e82bc60-95c3-4ea0-a70b-29cabe6a0720', '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-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwlV20p4nqDU8a5iNJ4o2lH4texU5DvIdbF', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6e82bc60-95c3-4ea0-a70b-29cabe6a0720', 'ID_FS_UUID_ENC': '6e82bc60-95c3-4ea0-a70b-29cabe6a0720', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1464633257'} ; 2024-03-01 17:26:44,761 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:26:44,762 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:44,765 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:26:44,766 INFO program/MainThread: stderr[75]: 2024-03-01 17:26:44,766 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:26:44,766 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:44,769 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:26:44,769 INFO program/MainThread: stderr[76]: 2024-03-01 17:26:44,769 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:26:44,769 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:44,773 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:26:44,773 INFO program/MainThread: stderr[77]: 2024-03-01 17:26:44,773 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:26:44,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:44,781 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:26:44,784 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:44,785 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:44,785 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:44,786 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:44,781 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa87a74ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7faa789f5518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:44,787 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:44,791 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:26:44,791 INFO program/MainThread: stderr[78]: 2024-03-01 17:26:44,791 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:26:44,795 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:26:44,795 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:26:44,798 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwljLq8KrxngpCbpoW4wL2stxjPWkPWZCFe ' '/dev/test_vg2/lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/ee7d595c-e451-44f0-8b4c-df7b69f0c329', '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-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwljLq8KrxngpCbpoW4wL2stxjPWkPWZCFe', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ee7d595c-e451-44f0-8b4c-df7b69f0c329', 'ID_FS_UUID_ENC': 'ee7d595c-e451-44f0-8b4c-df7b69f0c329', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1464950450'} ; 2024-03-01 17:26:44,799 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:26:44,799 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:44,802 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:26:44,803 INFO program/MainThread: stderr[79]: 2024-03-01 17:26:44,803 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:26:44,803 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:44,806 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:26:44,806 INFO program/MainThread: stderr[80]: 2024-03-01 17:26:44,806 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:26:44,806 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:44,810 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:26:44,810 INFO program/MainThread: stderr[81]: 2024-03-01 17:26:44,810 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:26:44,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:44,818 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:26:44,821 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:44,822 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:44,823 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:44,823 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:44,818 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa789fdf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7faa789f5518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:44,824 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:44,828 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:26:44,828 INFO program/MainThread: stderr[82]: 2024-03-01 17:26:44,828 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:26:44,832 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:26:44,832 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:26:44,835 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/e4874359-5f15-4edd-b9aa-480ae2a96fd0 ' '/dev/disk/by-id/dm-uuid-LVM-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3QTaqJDFeuSVt8MnRVqtV1gpvoyndB6Bt ' '/dev/test_vg1/lv2 /dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3QTaqJDFeuSVt8MnRVqtV1gpvoyndB6Bt', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e4874359-5f15-4edd-b9aa-480ae2a96fd0', 'ID_FS_UUID_ENC': 'e4874359-5f15-4edd-b9aa-480ae2a96fd0', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1465847780'} ; 2024-03-01 17:26:44,835 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:26:44,836 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:44,839 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:26:44,839 INFO program/MainThread: stderr[83]: 2024-03-01 17:26:44,840 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:26:44,840 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:44,843 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:26:44,843 INFO program/MainThread: stderr[84]: 2024-03-01 17:26:44,843 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:26:44,843 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:44,847 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:26:44,847 INFO program/MainThread: stderr[85]: 2024-03-01 17:26:44,847 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:26:44,852 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:44,855 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:26:44,858 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:44,859 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:44,859 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:44,860 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:44,855 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa789dcdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7faa78a55ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:44,861 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:44,865 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:26:44,865 INFO program/MainThread: stderr[86]: 2024-03-01 17:26:44,865 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:26:44,870 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:26:44,870 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:26:44,873 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/f17d65b0-7858-4298-ae62-9d45e84ff1f0 ' '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3KP0aZOlGko3dGOIVPhdjPuFooTCMN2Lc ' '/dev/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-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3KP0aZOlGko3dGOIVPhdjPuFooTCMN2Lc', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f17d65b0-7858-4298-ae62-9d45e84ff1f0', 'ID_FS_UUID_ENC': 'f17d65b0-7858-4298-ae62-9d45e84ff1f0', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1466172672'} ; 2024-03-01 17:26:44,873 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:26:44,874 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:44,878 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:26:44,878 INFO program/MainThread: stderr[87]: 2024-03-01 17:26:44,878 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:26:44,878 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:44,882 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:26:44,882 INFO program/MainThread: stderr[88]: 2024-03-01 17:26:44,882 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:26:44,882 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:44,885 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:26:44,886 INFO program/MainThread: stderr[89]: 2024-03-01 17:26:44,886 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:26:44,891 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:44,894 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:26:44,897 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:44,897 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:44,898 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:44,899 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:44,894 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7faa789dcf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7faa78a55ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:44,899 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:44,903 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:26:44,903 INFO program/MainThread: stderr[90]: 2024-03-01 17:26:44,903 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:26:44,907 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:26:44,907 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:26:44,907 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:44,918 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:44,935 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:26:44,936 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:26:44,940 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:26:44,943 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:44,947 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:26:44,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:26:44,950 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:26:44,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:26:44,956 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:44,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:26:44,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:26:44,963 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:26:44,966 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:26:44,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:44,972 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:26:44,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:26:44,976 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:26:44,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:26:44,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:44,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:26:44,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:26:44,989 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:26:44,991 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:26:44,995 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:44,998 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:26:45,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:26:45,001 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:26:45,004 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:26:45,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:45,011 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:26:45,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:26:45,014 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:26:49,889 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_lul0dhub/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:26:49,927 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:26:49,927 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:26:49,931 INFO program/MainThread: stdout[2]: 2024-03-01 17:26:49,931 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:26:49,931 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:26:49,931 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:26:49,936 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:49,936 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:26:49,940 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:26:49,940 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:26:49,944 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:26:49,944 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:26:49,947 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:26:49,947 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:26:49,959 INFO program/MainThread: stdout: 2024-03-01 17:26:49,959 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:26:49,959 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW 2024-03-01 17:26:49,959 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e4874359-5f15-4edd-b9aa-480ae2a96fd0 2024-03-01 17:26:49,959 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs 2024-03-01 17:26:49,959 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e4874359-5f15-4edd-b9aa-480ae2a96fd0 2024-03-01 17:26:49,959 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs f17d65b0-7858-4298-ae62-9d45e84ff1f0 2024-03-01 17:26:49,959 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 2024-03-01 17:26:49,959 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX 2024-03-01 17:26:49,959 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 6e82bc60-95c3-4ea0-a70b-29cabe6a0720 2024-03-01 17:26:49,959 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs ee7d595c-e451-44f0-8b4c-df7b69f0c329 2024-03-01 17:26:49,959 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof 2024-03-01 17:26:49,959 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 2024-03-01 17:26:49,959 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG 2024-03-01 17:26:49,959 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 6bead21d-bedc-4a5d-9285-aa4331e203f1 2024-03-01 17:26:49,959 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 986af250-27c8-4bae-b64b-ebda9f740b7a 2024-03-01 17:26:49,959 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 23f64470-a84c-4487-bb47-69cb4fdcc6e1 2024-03-01 17:26:49,959 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B 2024-03-01 17:26:49,959 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 23f64470-a84c-4487-bb47-69cb4fdcc6e1 2024-03-01 17:26:49,959 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV 2024-03-01 17:26:49,959 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 56dde9c1-6ec4-49d5-b483-3cf6eaf9df24 2024-03-01 17:26:49,960 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv 2024-03-01 17:26:49,960 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 56dde9c1-6ec4-49d5-b483-3cf6eaf9df24 2024-03-01 17:26:49,960 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:26:49,960 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:26:49,960 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:26:49,960 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:26:49,960 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:49,960 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e4874359-5f15-4edd-b9aa-480ae2a96fd0 sdb 1073741824 root disk brw-rw---- LVM2_member izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs e4874359-5f15-4edd-b9aa-480ae2a96fd0 `-test_vg1-lv1 482344960 root disk brw-rw---- xfs f17d65b0-7858-4298-ae62-9d45e84ff1f0 sdc 1073741824 root disk brw-rw---- LVM2_member RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 sdd 1073741824 root disk brw-rw---- LVM2_member lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 6e82bc60-95c3-4ea0-a70b-29cabe6a0720 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs ee7d595c-e451-44f0-8b4c-df7b69f0c329 sde 1073741824 root disk brw-rw---- LVM2_member Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof sdf 1073741824 root disk brw-rw---- LVM2_member NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 sdg 1073741824 root disk brw-rw---- LVM2_member VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 6bead21d-bedc-4a5d-9285-aa4331e203f1 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs 986af250-27c8-4bae-b64b-ebda9f740b7a `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 23f64470-a84c-4487-bb47-69cb4fdcc6e1 sdh 1073741824 root disk brw-rw---- LVM2_member Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 23f64470-a84c-4487-bb47-69cb4fdcc6e1 sdi 1073741824 root disk brw-rw---- LVM2_member h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 56dde9c1-6ec4-49d5-b483-3cf6eaf9df24 sdj 1073741824 root disk brw-rw---- LVM2_member Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 56dde9c1-6ec4-49d5-b483-3cf6eaf9df24 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:26:49,960 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:26:49,960 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:26:49,961 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:26:49,961 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:26:49,961 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:26:49,961 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:26:49,961 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:49,974 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:49,989 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:26:49,994 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/wwn-0x600140527ab2a1accd44956adbb66e9e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54 ' '/dev/disk/by-id/lvm-pv-uuid-Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW ' '/dev/disk/by-id/scsi-3600140527ab2a1accd44956adbb66e9e', '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': 'Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW', 'ID_FS_UUID_ENC': 'Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW', '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': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'ID_SERIAL': '3600140527ab2a1accd44956adbb66e9e', 'ID_SERIAL_SHORT': '600140527ab2a1accd44956adbb66e9e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140527ab2a1ac', 'ID_WWN_VENDOR_EXTENSION': '0xcd44956adbb66e9e', 'ID_WWN_WITH_EXTENSION': '0x600140527ab2a1accd44956adbb66e9e', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140527ab2a1accd44956adbb66e9e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '27ab2a1a-ccd4-4956-adbb-66e9e2d1ce54', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876679713'} ; 2024-03-01 17:26:49,994 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:26:49,995 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:26:50,030 INFO program/MainThread: stdout[3]: 2024-03-01 17:26:50,031 INFO program/MainThread: stderr[3]: 2024-03-01 17:26:50,031 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:26:50,035 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:26:50,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:50,044 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:26:50,048 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:26:50,049 INFO blivet/MainThread: sda is a disk 2024-03-01 17:26:50,049 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:26:50,049 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:26:50,053 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:26:50,057 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:26:50,057 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:26:50,060 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:26:50,060 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:26:50,061 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:26:50,061 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99b5fa9cc0) -- 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 = 600140527ab2a1accd44956adbb66e9e 2024-03-01 17:26:50,065 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:26:50,068 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:50,069 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:26:50,072 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:50,072 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:26:50,076 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:50,076 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:26:50,079 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:50,079 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:26:50,083 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:26:50,083 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:26:50,083 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:26:50,114 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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:26:50,115 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs. WARNING: Couldn't find device with uuid RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5. WARNING: VG test_vg1 is missing PV izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 (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:26:50,115 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:26:50,115 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:26:50,120 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW ; label: None ; device: /dev/sda ; serial: 3600140527ab2a1accd44956adbb66e9e ; exists: True ; vg_name: test_vg1 ; vg_uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; pe_start: 8 MiB ; 2024-03-01 17:26:50,120 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:26:50,123 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:26:50,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; incomplete: True ; hidden: False ; 2024-03-01 17:26:50,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:50,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:50,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:50,136 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:26:50,163 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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:26:50,163 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs. WARNING: Couldn't find device with uuid RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5. WARNING: VG test_vg1 is missing PV izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 (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:26:50,163 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:26:50,163 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:26:50,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:26:50,171 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:26:50,175 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:26:50,175 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:26:50,179 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:26:50,179 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:26:50,210 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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:26:50,210 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs. WARNING: Couldn't find device with uuid RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5. WARNING: VG test_vg1 is missing PV izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 (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:26:50,210 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:26:50,215 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:26:50,216 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:26:50,219 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:26:50,222 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; incomplete: True ; hidden: False ; 2024-03-01 17:26:50,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:26:50,225 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:26:50,226 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:50,229 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_55d3b81a-364b-4033-8c69-6b8d22cd07e4 ' '/dev/disk/by-id/lvm-pv-uuid-izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs ' '/dev/disk/by-id/wwn-0x600140555d3b81a364b40338c696b8d2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4', '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': 'izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs', 'ID_FS_UUID_ENC': 'izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs', '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': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'ID_SERIAL': '3600140555d3b81a364b40338c696b8d2', 'ID_SERIAL_SHORT': '600140555d3b81a364b40338c696b8d2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140555d3b81a3', 'ID_WWN_VENDOR_EXTENSION': '0x64b40338c696b8d2', 'ID_WWN_WITH_EXTENSION': '0x600140555d3b81a364b40338c696b8d2', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140555d3b81a364b40338c696b8d2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '55d3b81a-364b-4033-8c69-6b8d22cd07e4', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876637314'} ; 2024-03-01 17:26:50,229 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:26:50,233 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:26:50,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:50,240 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:26:50,240 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:26:50,240 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:26:50,241 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:26:50,244 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:26:50,247 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:26:50,247 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:26:50,250 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:26:50,251 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:26:50,251 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:26:50,251 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99b4e17358) -- 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 = 600140555d3b81a364b40338c696b8d2 2024-03-01 17:26:50,255 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:26:50,258 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:50,258 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:26:50,262 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:50,262 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:26:50,265 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:50,265 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:26:50,269 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:50,269 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:26:50,272 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:26:50,272 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:26:50,272 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:26:50,303 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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:26:50,303 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5. WARNING: VG test_vg1 is missing PV RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 (last written to /dev/sdc). 2024-03-01 17:26:50,303 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:26:50,304 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:26:50,308 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs ; label: None ; device: /dev/sdb ; serial: 3600140555d3b81a364b40338c696b8d2 ; exists: True ; vg_name: test_vg1 ; vg_uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:26:50,308 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:26:50,312 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:26:50,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; incomplete: True ; hidden: False ; 2024-03-01 17:26:50,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:26:50,321 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:26:50,325 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:26:50,328 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:26:50,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; incomplete: True ; hidden: False ; 2024-03-01 17:26:50,334 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:50,335 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:26:50,361 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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:26:50,361 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5. WARNING: VG test_vg1 is missing PV RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 (last written to /dev/sdc). 2024-03-01 17:26:50,361 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:26:50,362 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:26:50,362 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:50,367 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-360014054e00594cc9d74b4aa43b70905 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_4e00594c-c9d7-4b4a-a43b-709053873c94', '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': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'ID_SERIAL': '360014054e00594cc9d74b4aa43b70905', 'ID_SERIAL_SHORT': '60014054e00594cc9d74b4aa43b70905', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054e00594cc', 'ID_WWN_VENDOR_EXTENSION': '0x9d74b4aa43b70905', 'ID_WWN_WITH_EXTENSION': '0x60014054e00594cc9d74b4aa43b70905', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054e00594cc9d74b4aa43b70905', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4e00594c-c9d7-4b4a-a43b-709053873c94', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877351104'} ; 2024-03-01 17:26:50,367 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:26:50,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:26:50,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:50,377 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:26:50,378 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:26:50,378 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:26:50,378 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:26:50,381 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:26:50,385 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:26:50,385 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:26:50,388 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:26:50,389 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:26:50,389 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:26:50,389 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99b4e17518) -- 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 = 60014054e00594cc9d74b4aa43b70905 2024-03-01 17:26:50,393 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:26:50,393 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:26:50,396 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_18e3c0f6-1a1c-477b-a195-4b852fc08b6e ' '/dev/disk/by-id/wwn-0x600140518e3c0f61a1c477ba1954b852 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', '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': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'ID_SERIAL': '3600140518e3c0f61a1c477ba1954b852', 'ID_SERIAL_SHORT': '600140518e3c0f61a1c477ba1954b852', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140518e3c0f61', 'ID_WWN_VENDOR_EXTENSION': '0xa1c477ba1954b852', 'ID_WWN_WITH_EXTENSION': '0x600140518e3c0f61a1c477ba1954b852', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140518e3c0f61a1c477ba1954b852', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '18e3c0f6-1a1c-477b-a195-4b852fc08b6e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877521593'} ; 2024-03-01 17:26:50,396 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:26:50,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:26:50,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:50,406 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:26:50,407 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:26:50,407 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:26:50,407 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:26:50,410 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:26:50,414 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:26:50,414 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:26:50,417 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:26:50,417 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:26:50,418 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:26:50,418 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99b4e24d30) -- 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 = 600140518e3c0f61a1c477ba1954b852 2024-03-01 17:26:50,421 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:26:50,421 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:26:50,425 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/wwn-0x6001405ac984c9a92044e789d51ff551 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_ac984c9a-9204-4e78-9d51-ff55155e9488 ' '/dev/disk/by-id/lvm-pv-uuid-RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488', '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': 'RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5', 'ID_FS_UUID_ENC': 'RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5', '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': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'ID_SERIAL': '36001405ac984c9a92044e789d51ff551', 'ID_SERIAL_SHORT': '6001405ac984c9a92044e789d51ff551', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ac984c9a9', 'ID_WWN_VENDOR_EXTENSION': '0x2044e789d51ff551', 'ID_WWN_WITH_EXTENSION': '0x6001405ac984c9a92044e789d51ff551', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ac984c9a92044e789d51ff551', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ac984c9a-9204-4e78-9d51-ff55155e9488', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876764312'} ; 2024-03-01 17:26:50,425 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:26:50,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:26:50,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:50,435 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:26:50,435 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:26:50,435 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:26:50,436 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:26:50,439 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:26:50,442 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:26:50,442 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:26:50,445 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:26:50,446 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:26:50,446 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:26:50,446 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99b4e2c320) -- 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 = 6001405ac984c9a92044e789d51ff551 2024-03-01 17:26:50,449 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:26:50,453 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:50,453 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:26:50,457 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:50,457 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:26:50,460 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:50,460 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:26:50,464 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:50,464 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:26:50,467 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:26:50,467 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:26:50,467 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:26:50,495 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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:26:50,495 INFO program/MainThread: stderr[9]: 2024-03-01 17:26:50,496 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:26:50,496 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:26:50,500 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 ; label: None ; device: /dev/sdc ; serial: 36001405ac984c9a92044e789d51ff551 ; exists: True ; vg_name: test_vg1 ; vg_uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:26:50,500 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:26:50,504 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:26:50,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; incomplete: True ; hidden: False ; 2024-03-01 17:26:50,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:50,514 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:26:50,517 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:26:50,520 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:26:50,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 ; incomplete: True ; hidden: False ; 2024-03-01 17:26:50,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:50,527 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:26:50,555 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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:26:50,555 INFO program/MainThread: stderr[10]: 2024-03-01 17:26:50,555 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:26:50,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:50,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:50,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc ; incomplete: False ; hidden: False ; 2024-03-01 17:26:50,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:50,570 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:26:50,573 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:26:50,574 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:26:50,577 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:26:50,581 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:26:50,581 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:26:50,585 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:26:50,585 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:26:50,586 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:26:50,590 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:26:50,594 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:26:50,594 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:26:50,597 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:26:50,601 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:26:50,601 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:26:50,604 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:26:50,605 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:26:50,605 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:26:50,605 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:26:50,608 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:26:50,608 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:26:50,612 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:26:50,612 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:26:50,616 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3KP0aZOlGko3dGOIVPhdjPuFooTCMN2Lc ' '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/f17d65b0-7858-4298-ae62-9d45e84ff1f0', '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-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3KP0aZOlGko3dGOIVPhdjPuFooTCMN2Lc', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f17d65b0-7858-4298-ae62-9d45e84ff1f0', 'ID_FS_UUID_ENC': 'f17d65b0-7858-4298-ae62-9d45e84ff1f0', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1466172672'} ; 2024-03-01 17:26:50,616 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:26:50,616 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:50,620 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:26:50,621 INFO program/MainThread: stderr[11]: 2024-03-01 17:26:50,621 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:26:50,621 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:50,624 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:26:50,624 INFO program/MainThread: stderr[12]: 2024-03-01 17:26:50,624 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:26:50,624 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:50,627 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:26:50,628 INFO program/MainThread: stderr[13]: 2024-03-01 17:26:50,628 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:26:50,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:50,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:26:50,638 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:50,639 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:26:50,639 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:50,640 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:26:50,636 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:50,640 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:50,643 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:26:50,644 INFO program/MainThread: stderr[14]: 2024-03-01 17:26:50,644 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:26:50,648 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:26:50,652 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:50,652 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:26:50,656 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:50,656 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:26:50,659 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:50,659 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:26:50,663 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:50,663 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:26:50,665 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:26:50,665 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:26:50,669 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:50,669 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:26:50,672 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:26:50,673 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:50,676 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:50,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:50,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt ; incomplete: False ; hidden: False ; 2024-03-01 17:26:50,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:50,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:26:50,690 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:26:50,690 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:26:50,693 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:26:50,697 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:26:50,697 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:26:50,701 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:26:50,701 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:26:50,701 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:26:50,705 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:26:50,708 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:26:50,709 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:26:50,712 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:26:50,716 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:26:50,716 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:26:50,719 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:26:50,720 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:26:50,720 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:26:50,720 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:26:50,723 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:26:50,723 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:26:50,727 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:26:50,727 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:26:50,731 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/e4874359-5f15-4edd-b9aa-480ae2a96fd0 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3QTaqJDFeuSVt8MnRVqtV1gpvoyndB6Bt', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3QTaqJDFeuSVt8MnRVqtV1gpvoyndB6Bt', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e4874359-5f15-4edd-b9aa-480ae2a96fd0', 'ID_FS_UUID_ENC': 'e4874359-5f15-4edd-b9aa-480ae2a96fd0', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1465847780'} ; 2024-03-01 17:26:50,731 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:26:50,731 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:50,735 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:26:50,736 INFO program/MainThread: stderr[15]: 2024-03-01 17:26:50,736 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:26:50,736 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:50,739 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:26:50,739 INFO program/MainThread: stderr[16]: 2024-03-01 17:26:50,739 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:26:50,739 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:50,742 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:26:50,743 INFO program/MainThread: stderr[17]: 2024-03-01 17:26:50,743 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:26:50,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:50,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:26:50,753 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:50,754 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:50,754 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:50,755 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:50,751 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:50,756 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:50,759 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:26:50,759 INFO program/MainThread: stderr[18]: 2024-03-01 17:26:50,759 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:26:50,763 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:26:50,767 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:50,767 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:26:50,771 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:50,771 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:26:50,775 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:50,775 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:26:50,779 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:50,779 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:26:50,779 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:26:50,782 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:50,782 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:26:50,786 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:26:50,786 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:50,786 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:50,790 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX ' '/dev/disk/by-id/scsi-36001405659032814ab24b8885345837e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_65903281-4ab2-4b88-8534-5837e6dcff0b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b ' '/dev/disk/by-id/wwn-0x6001405659032814ab24b8885345837e', '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': 'lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX', 'ID_FS_UUID_ENC': 'lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX', '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': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'ID_SERIAL': '36001405659032814ab24b8885345837e', 'ID_SERIAL_SHORT': '6001405659032814ab24b8885345837e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405659032814', 'ID_WWN_VENDOR_EXTENSION': '0xab24b8885345837e', 'ID_WWN_WITH_EXTENSION': '0x6001405659032814ab24b8885345837e', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405659032814ab24b8885345837e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '65903281-4ab2-4b88-8534-5837e6dcff0b', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876801756'} ; 2024-03-01 17:26:50,790 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:26:50,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:26:50,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:50,801 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:26:50,801 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:26:50,801 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:26:50,801 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:26:50,805 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:26:50,808 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:26:50,808 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:26:50,811 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:26:50,812 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:26:50,812 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:26:50,812 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99b4e47048) -- 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 = 6001405659032814ab24b8885345837e 2024-03-01 17:26:50,816 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:26:50,819 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:50,819 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:26:50,823 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:50,823 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:26:50,826 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:50,826 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:26:50,830 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:50,830 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:26:50,833 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:26:50,833 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:26:50,833 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/sdc$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:50,862 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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:26:50,862 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof. WARNING: Couldn't find device with uuid NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9. WARNING: VG test_vg2 is missing PV Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof (last written to /dev/sde). WARNING: VG test_vg2 is missing PV NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 (last written to /dev/sdf). 2024-03-01 17:26:50,862 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:26:50,863 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:26:50,867 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX ; label: None ; device: /dev/sdd ; serial: 36001405659032814ab24b8885345837e ; exists: True ; vg_name: test_vg2 ; vg_uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:26:50,867 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:26:50,871 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:26:50,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; incomplete: True ; hidden: False ; 2024-03-01 17:26:50,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:50,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:50,883 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:50,883 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/sdc$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:50,911 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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:26:50,911 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof. WARNING: Couldn't find device with uuid NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9. WARNING: VG test_vg2 is missing PV Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof (last written to /dev/sde). WARNING: VG test_vg2 is missing PV NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 (last written to /dev/sdf). 2024-03-01 17:26:50,911 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:26:50,912 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:26:50,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:26:50,917 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:26:50,921 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:26:50,921 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:26:50,924 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:26:50,925 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/sdc$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:50,954 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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=V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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:26:50,955 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof. WARNING: Couldn't find device with uuid NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9. WARNING: VG test_vg2 is missing PV Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof (last written to /dev/sde). WARNING: VG test_vg2 is missing PV NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 (last written to /dev/sdf). 2024-03-01 17:26:50,955 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:26:50,960 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:26:50,960 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:26:50,963 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:26:50,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; incomplete: True ; hidden: False ; 2024-03-01 17:26:50,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:26:50,970 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:26:50,970 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:50,973 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014057e7b2b54ab6547a397e3bf8da ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_7e7b2b54-ab65-47a3-97e3-bf8daf383abd ' '/dev/disk/by-id/lvm-pv-uuid-Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof ' '/dev/disk/by-id/wwn-0x60014057e7b2b54ab6547a397e3bf8da', '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': 'Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof', 'ID_FS_UUID_ENC': 'Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof', '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': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'ID_SERIAL': '360014057e7b2b54ab6547a397e3bf8da', 'ID_SERIAL_SHORT': '60014057e7b2b54ab6547a397e3bf8da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014057e7b2b54a', 'ID_WWN_VENDOR_EXTENSION': '0xb6547a397e3bf8da', 'ID_WWN_WITH_EXTENSION': '0x60014057e7b2b54ab6547a397e3bf8da', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014057e7b2b54ab6547a397e3bf8da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '7e7b2b54-ab65-47a3-97e3-bf8daf383abd', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '876904798'} ; 2024-03-01 17:26:50,974 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:26:50,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:26:50,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:50,984 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:26:50,985 INFO blivet/MainThread: sde is a disk 2024-03-01 17:26:50,985 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:26:50,985 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:26:50,988 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:26:50,992 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:26:50,992 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:26:50,995 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:26:50,996 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:26:50,996 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:26:50,996 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99b4e457f0) -- 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 = 60014057e7b2b54ab6547a397e3bf8da 2024-03-01 17:26:51,000 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:26:51,003 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:51,003 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:26:51,007 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:51,007 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:26:51,010 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:51,010 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:26:51,014 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:51,014 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:26:51,017 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:26:51,017 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:26:51,017 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/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:51,046 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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:26:51,046 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9. WARNING: VG test_vg2 is missing PV NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 (last written to /dev/sdf). 2024-03-01 17:26:51,046 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:26:51,047 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:26:51,051 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof ; label: None ; device: /dev/sde ; serial: 360014057e7b2b54ab6547a397e3bf8da ; exists: True ; vg_name: test_vg2 ; vg_uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:26:51,051 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:26:51,055 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:26:51,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; incomplete: True ; hidden: False ; 2024-03-01 17:26:51,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:26:51,065 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:26:51,068 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:26:51,071 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:26:51,074 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; incomplete: True ; hidden: False ; 2024-03-01 17:26:51,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:51,078 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/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:51,107 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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=V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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:26:51,108 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9. WARNING: VG test_vg2 is missing PV NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 (last written to /dev/sdf). 2024-03-01 17:26:51,108 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:26:51,108 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:26:51,108 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:51,113 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_ab03e1de-b42b-49d7-baf1-998541b2c3a7 ' '/dev/disk/by-id/lvm-pv-uuid-NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 ' '/dev/disk/by-id/scsi-36001405ab03e1deb42b49d7baf199854 ' '/dev/disk/by-id/wwn-0x6001405ab03e1deb42b49d7baf199854', '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': 'NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9', 'ID_FS_UUID_ENC': 'NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9', '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': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'ID_SERIAL': '36001405ab03e1deb42b49d7baf199854', 'ID_SERIAL_SHORT': '6001405ab03e1deb42b49d7baf199854', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ab03e1deb', 'ID_WWN_VENDOR_EXTENSION': '0x42b49d7baf199854', 'ID_WWN_WITH_EXTENSION': '0x6001405ab03e1deb42b49d7baf199854', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ab03e1deb42b49d7baf199854', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ab03e1de-b42b-49d7-baf1-998541b2c3a7', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877042293'} ; 2024-03-01 17:26:51,113 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:26:51,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:26:51,120 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:51,124 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:26:51,125 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:26:51,125 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:26:51,125 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:26:51,128 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:26:51,132 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:26:51,132 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:26:51,135 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:26:51,136 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:26:51,136 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:26:51,136 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99b4e45cc0) -- 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 = 6001405ab03e1deb42b49d7baf199854 2024-03-01 17:26:51,140 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:26:51,143 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:51,143 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:26:51,147 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:51,147 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:26:51,150 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:51,150 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:26:51,154 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:51,154 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:26:51,157 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:26:51,157 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:26:51,157 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/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:51,187 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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:26:51,187 INFO program/MainThread: stderr[24]: 2024-03-01 17:26:51,187 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:26:51,188 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:26:51,192 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 ; label: None ; device: /dev/sdf ; serial: 36001405ab03e1deb42b49d7baf199854 ; exists: True ; vg_name: test_vg2 ; vg_uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:26:51,192 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:26:51,196 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:26:51,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; incomplete: True ; hidden: False ; 2024-03-01 17:26:51,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:51,206 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:26:51,209 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:26:51,212 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:26:51,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl ; incomplete: True ; hidden: False ; 2024-03-01 17:26:51,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:51,219 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/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:51,248 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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=V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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:26:51,248 INFO program/MainThread: stderr[25]: 2024-03-01 17:26:51,248 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:26:51,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:51,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:51,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe ; incomplete: False ; hidden: False ; 2024-03-01 17:26:51,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:51,263 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:26:51,267 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:26:51,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:26:51,271 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:26:51,274 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:26:51,275 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:26:51,278 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:26:51,279 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:26:51,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:26:51,283 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:26:51,286 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:26:51,286 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:26:51,290 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:26:51,293 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:26:51,293 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:26:51,297 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:26:51,297 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:26:51,297 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:26:51,297 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:26:51,301 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:26:51,301 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:26:51,304 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:26:51,305 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:26:51,308 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwljLq8KrxngpCbpoW4wL2stxjPWkPWZCFe ' '/dev/disk/by-uuid/ee7d595c-e451-44f0-8b4c-df7b69f0c329', '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-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwljLq8KrxngpCbpoW4wL2stxjPWkPWZCFe', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ee7d595c-e451-44f0-8b4c-df7b69f0c329', 'ID_FS_UUID_ENC': 'ee7d595c-e451-44f0-8b4c-df7b69f0c329', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1464950450'} ; 2024-03-01 17:26:51,308 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:26:51,309 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:51,313 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:26:51,313 INFO program/MainThread: stderr[26]: 2024-03-01 17:26:51,313 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:26:51,313 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:51,316 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:26:51,317 INFO program/MainThread: stderr[27]: 2024-03-01 17:26:51,317 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:26:51,317 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:51,320 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:26:51,320 INFO program/MainThread: stderr[28]: 2024-03-01 17:26:51,320 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:26:51,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:51,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:26:51,331 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:51,332 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:26:51,332 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:51,333 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:26:51,328 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:51,333 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:51,336 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:26:51,337 INFO program/MainThread: stderr[29]: 2024-03-01 17:26:51,337 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:26:51,341 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:26:51,345 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:51,345 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:26:51,349 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:51,349 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:26:51,353 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:51,353 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:26:51,356 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:51,356 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:26:51,357 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:26:51,360 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:51,360 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:26:51,363 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:26:51,364 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:51,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:51,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:51,373 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF ; incomplete: False ; hidden: False ; 2024-03-01 17:26:51,385 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:51,385 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:26:51,389 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:26:51,389 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:26:51,392 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:26:51,396 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:26:51,396 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:26:51,400 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:26:51,400 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:26:51,400 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:26:51,404 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:26:51,408 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:26:51,408 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:26:51,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:26:51,415 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:26:51,415 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:26:51,418 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:26:51,419 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:26:51,419 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:26:51,419 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:26:51,423 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:26:51,423 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:26:51,426 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:26:51,427 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:26:51,430 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-uuid/6e82bc60-95c3-4ea0-a70b-29cabe6a0720 ' '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwlV20p4nqDU8a5iNJ4o2lH4texU5DvIdbF ' '/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-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwlV20p4nqDU8a5iNJ4o2lH4texU5DvIdbF', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6e82bc60-95c3-4ea0-a70b-29cabe6a0720', 'ID_FS_UUID_ENC': '6e82bc60-95c3-4ea0-a70b-29cabe6a0720', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1464633257'} ; 2024-03-01 17:26:51,430 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:26:51,431 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:51,435 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:26:51,435 INFO program/MainThread: stderr[30]: 2024-03-01 17:26:51,435 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:26:51,435 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:51,438 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:26:51,439 INFO program/MainThread: stderr[31]: 2024-03-01 17:26:51,439 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:26:51,439 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:51,442 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:26:51,442 INFO program/MainThread: stderr[32]: 2024-03-01 17:26:51,442 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:26:51,447 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:51,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:26:51,453 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:51,454 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:51,454 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:51,455 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:51,450 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:51,455 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:51,459 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:26:51,459 INFO program/MainThread: stderr[33]: 2024-03-01 17:26:51,459 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:26:51,463 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:26:51,467 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:51,467 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:26:51,471 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:51,471 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:26:51,474 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:51,474 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:26:51,478 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:51,478 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:26:51,479 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:26:51,482 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:51,482 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:26:51,486 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:26:51,486 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:51,486 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:51,489 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG ' '/dev/disk/by-id/scsi-360014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6cf54f2d-9076-4af6-9d16-6ee31f1f686c ' '/dev/disk/by-id/wwn-0x60014056cf54f2d90764af69d166ee31 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', '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': 'VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG', 'ID_FS_UUID_ENC': 'VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG', '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': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'ID_SERIAL': '360014056cf54f2d90764af69d166ee31', 'ID_SERIAL_SHORT': '60014056cf54f2d90764af69d166ee31', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056cf54f2d9', 'ID_WWN_VENDOR_EXTENSION': '0x0764af69d166ee31', 'ID_WWN_WITH_EXTENSION': '0x60014056cf54f2d90764af69d166ee31', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056cf54f2d90764af69d166ee31', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6cf54f2d-9076-4af6-9d16-6ee31f1f686c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877135338'} ; 2024-03-01 17:26:51,490 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:26:51,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:26:51,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:51,501 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:26:51,501 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:26:51,501 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:26:51,502 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:26:51,505 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:26:51,508 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:26:51,508 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:26:51,511 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:26:51,512 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:26:51,512 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:26:51,512 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99b4e2c710) -- 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 = 60014056cf54f2d90764af69d166ee31 2024-03-01 17:26:51,516 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:26:51,519 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:51,519 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:26:51,523 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:51,523 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:26:51,526 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:51,526 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:26:51,530 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:51,530 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:26:51,533 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:26:51,533 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:26:51,533 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/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:51,563 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:51,564 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B. WARNING: Couldn't find device with uuid h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV. WARNING: Couldn't find device with uuid Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv. WARNING: VG test_vg3 is missing PV Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv (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:26:51,564 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:26:51,564 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:26:51,569 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG ; label: None ; device: /dev/sdg ; serial: 360014056cf54f2d90764af69d166ee31 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:26:51,569 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:26:51,572 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:26:51,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:51,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:51,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:51,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:51,585 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/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:51,613 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:51,613 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B. WARNING: Couldn't find device with uuid h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV. WARNING: Couldn't find device with uuid Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv. WARNING: VG test_vg3 is missing PV Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv (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:26:51,613 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:26:51,614 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:26:51,614 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:26:51,619 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:26:51,623 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:26:51,623 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:26:51,626 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:26:51,627 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/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:51,659 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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=V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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=P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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:26:51,659 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B. WARNING: Couldn't find device with uuid h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV. WARNING: Couldn't find device with uuid Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv. WARNING: VG test_vg3 is missing PV Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv (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:26:51,659 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:26:51,664 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:26:51,665 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:26:51,668 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:26:51,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:51,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:26:51,675 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:26:51,675 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:51,678 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/wwn-0x600140535647ead679842debee029dc4 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_35647ead-6798-42de-bee0-29dc4ac6b84e ' '/dev/disk/by-id/lvm-pv-uuid-Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B', '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': 'Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B', 'ID_FS_UUID_ENC': 'Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B', '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': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'ID_SERIAL': '3600140535647ead679842debee029dc4', 'ID_SERIAL_SHORT': '600140535647ead679842debee029dc4', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140535647ead6', 'ID_WWN_VENDOR_EXTENSION': '0x79842debee029dc4', 'ID_WWN_WITH_EXTENSION': '0x600140535647ead679842debee029dc4', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140535647ead679842debee029dc4', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '35647ead-6798-42de-bee0-29dc4ac6b84e', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877079595'} ; 2024-03-01 17:26:51,679 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:26:51,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:26:51,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:51,690 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:26:51,690 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:26:51,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:26:51,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:26:51,694 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:26:51,697 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:26:51,698 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:26:51,701 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:26:51,701 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:26:51,702 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:26:51,702 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99b4e24198) -- 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 = 600140535647ead679842debee029dc4 2024-03-01 17:26:51,705 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:26:51,709 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:51,709 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:26:51,712 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:51,712 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:26:51,716 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:51,716 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:26:51,719 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:51,719 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:26:51,722 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:26:51,722 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:26:51,723 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/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:51,752 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:51,753 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV. WARNING: Couldn't find device with uuid Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv. WARNING: VG test_vg3 is missing PV h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv (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:26:51,753 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:26:51,753 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:26:51,757 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B ; label: None ; device: /dev/sdh ; serial: 3600140535647ead679842debee029dc4 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; pe_start: 8 MiB ; 2024-03-01 17:26:51,758 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:26:51,761 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:26:51,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:51,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:26:51,771 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:26:51,774 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:26:51,777 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:26:51,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:51,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:51,784 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/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:51,814 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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=V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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=P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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:26:51,814 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV. WARNING: Couldn't find device with uuid Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv. WARNING: VG test_vg3 is missing PV h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv (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:26:51,814 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:26:51,815 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:26:51,815 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:51,820 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140579d13d79caaf48bbb493cfa55 ' '/dev/disk/by-id/lvm-pv-uuid-h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461 ' '/dev/disk/by-id/wwn-0x600140579d13d79caaf48bbb493cfa55', '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': 'h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV', 'ID_FS_UUID_ENC': 'h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV', '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': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'ID_SERIAL': '3600140579d13d79caaf48bbb493cfa55', 'ID_SERIAL_SHORT': '600140579d13d79caaf48bbb493cfa55', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140579d13d79c', 'ID_WWN_VENDOR_EXTENSION': '0xaaf48bbb493cfa55', 'ID_WWN_WITH_EXTENSION': '0x600140579d13d79caaf48bbb493cfa55', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140579d13d79caaf48bbb493cfa55', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '79d13d79-caaf-48bb-b493-cfa556ad1461', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877225857'} ; 2024-03-01 17:26:51,820 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:26:51,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:26:51,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:51,832 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:26:51,832 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:26:51,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:26:51,832 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:26:51,836 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:26:51,839 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:26:51,839 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:26:51,842 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:26:51,843 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:26:51,843 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:26:51,843 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99b4e45f98) -- 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 = 600140579d13d79caaf48bbb493cfa55 2024-03-01 17:26:51,847 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:26:51,851 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:51,851 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:26:51,854 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:51,854 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:26:51,857 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:51,858 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:26:51,861 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:51,861 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:26:51,864 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:26:51,864 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:26:51,864 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/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:51,896 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:51,896 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv. WARNING: VG test_vg3 is missing PV Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv (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:26:51,897 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:26:51,897 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:26:51,901 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV ; label: None ; device: /dev/sdi ; serial: 3600140579d13d79caaf48bbb493cfa55 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; pe_start: 8 MiB ; 2024-03-01 17:26:51,902 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:26:51,905 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:26:51,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:51,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:51,915 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:26:51,919 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:26:51,922 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:26:51,925 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:51,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:51,928 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/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:51,959 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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=V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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=P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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:26:51,959 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv. WARNING: VG test_vg3 is missing PV Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv (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:26:51,959 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:26:51,960 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:26:51,960 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:51,965 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_a6af134a-bf19-4494-b7a8-71ab3c4f54d8 ' '/dev/disk/by-id/scsi-36001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/lvm-pv-uuid-Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv ' '/dev/disk/by-id/wwn-0x6001405a6af134abf194494b7a871ab3 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8', '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': 'Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv', 'ID_FS_UUID_ENC': 'Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv', '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': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'ID_SERIAL': '36001405a6af134abf194494b7a871ab3', 'ID_SERIAL_SHORT': '6001405a6af134abf194494b7a871ab3', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a6af134ab', 'ID_WWN_VENDOR_EXTENSION': '0xf194494b7a871ab3', 'ID_WWN_WITH_EXTENSION': '0x6001405a6af134abf194494b7a871ab3', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a6af134abf194494b7a871ab3', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_PORT_NAME': 'naa.500140565a56bca3,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a6af134a-bf19-4494-b7a8-71ab3c4f54d8', 'SCSI_IDENT_TARGET_NAME': 'naa.500140565a56bca3', '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': '877316888'} ; 2024-03-01 17:26:51,965 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:26:51,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:26:51,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:51,977 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:26:51,977 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:26:51,977 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:26:51,978 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:26:51,981 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:26:51,984 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:26:51,984 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:26:51,988 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:26:51,988 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:26:51,988 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:26:51,988 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99b4e565c0) -- 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 = 6001405a6af134abf194494b7a871ab3 2024-03-01 17:26:51,992 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:26:51,995 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:51,996 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:26:51,999 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:51,999 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:26:52,003 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:52,003 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:26:52,006 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:52,006 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:26:52,009 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:26:52,009 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:26:52,009 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/sdb$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:52,040 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=Ijmfqg-xWdw-Ersd-B9X1-1L4U-hKmO-91tTEW LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=izcLRE-Gbok-Qe2d-Wzcc-Wx2T-V0v4-dGjrQs LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=RzO70k-RiUS-RuS4-VLUH-AJ5T-drWA-OkcAi5 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 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=lqz8NF-6uJL-Ypth-HyrD-2zfZ-BiKE-hQmezX LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=Fuxt0Q-XWIs-D92O-0zjF-Oo78-6YAN-uN0cof LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=NwzFhk-ZII5-k7nc-KXsR-HJRC-r7Qf-qnXCU9 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl 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=VafjbM-Tk5s-en9l-ZmGB-Cwp1-KPCd-nqTxrG LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Ls93pM-Yzgq-WMx6-AmIO-0etV-iI1A-S6GR9B LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=h5PHj6-fA2p-gUKo-8YIm-vMRx-pa8f-y4tiWV LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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=Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:52,040 INFO program/MainThread: stderr[41]: 2024-03-01 17:26:52,040 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:26:52,041 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:26:52,045 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: Mu5oQD-OVU7-9fFk-GjfO-uW24-sTYb-Y0hhbv ; label: None ; device: /dev/sdj ; serial: 36001405a6af134abf194494b7a871ab3 ; exists: True ; vg_name: test_vg3 ; vg_uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:26:52,045 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:26:52,049 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:26:52,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:52,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:52,059 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:26:52,062 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:26:52,065 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:26:52,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB ; incomplete: True ; hidden: False ; 2024-03-01 17:26:52,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:52,073 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/sdb$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:52,104 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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=jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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=V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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=wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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=P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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:26:52,104 INFO program/MainThread: stderr[42]: 2024-03-01 17:26:52,105 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:26:52,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:52,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:52,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN ; incomplete: False ; hidden: False ; 2024-03-01 17:26:52,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:52,120 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:26:52,123 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:26:52,124 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:26:52,127 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:26:52,131 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:26:52,131 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:26:52,135 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:26:52,135 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:26:52,135 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:26:52,139 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:26:52,143 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:26:52,143 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:26:52,147 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:26:52,150 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:26:52,151 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:26:52,154 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:26:52,154 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:26:52,155 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:26:52,155 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:26:52,158 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:26:52,158 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:26:52,162 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:26:52,162 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:26:52,166 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNB88Ox0acD33pzEdTLeqXKHqGtAc3K00gN ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/56dde9c1-6ec4-49d5-b483-3cf6eaf9df24', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNB88Ox0acD33pzEdTLeqXKHqGtAc3K00gN', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '56dde9c1-6ec4-49d5-b483-3cf6eaf9df24', 'ID_FS_UUID_ENC': '56dde9c1-6ec4-49d5-b483-3cf6eaf9df24', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1463727606'} ; 2024-03-01 17:26:52,166 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:26:52,166 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:52,170 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:26:52,170 INFO program/MainThread: stderr[43]: 2024-03-01 17:26:52,171 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:26:52,171 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:52,174 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:26:52,174 INFO program/MainThread: stderr[44]: 2024-03-01 17:26:52,174 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:26:52,174 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:52,177 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:26:52,177 INFO program/MainThread: stderr[45]: 2024-03-01 17:26:52,177 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:26:52,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:52,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:26:52,189 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:52,189 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:26:52,190 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:52,191 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:26:52,186 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:52,191 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:52,195 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:26:52,195 INFO program/MainThread: stderr[46]: 2024-03-01 17:26:52,195 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:26:52,199 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:26:52,203 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:52,203 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:26:52,207 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:52,207 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:26:52,211 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:52,211 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:26:52,214 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:52,214 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:26:52,215 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:26:52,218 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:52,218 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:26:52,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:26:52,222 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:52,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:52,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:52,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw ; incomplete: False ; hidden: False ; 2024-03-01 17:26:52,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:52,235 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:26:52,239 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:26:52,239 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:26:52,243 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:26:52,246 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:26:52,247 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:26:52,250 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:26:52,251 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:26:52,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:26:52,254 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:26:52,258 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:26:52,258 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:26:52,261 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:26:52,265 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:26:52,265 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:26:52,269 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:26:52,269 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:26:52,269 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:26:52,270 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:26:52,273 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:26:52,273 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:26:52,277 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:26:52,277 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:26:52,281 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-uuid/23f64470-a84c-4487-bb47-69cb4fdcc6e1 ' '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBXXMIdQh8knhejvULpdiVXcjltIOedoNw ' '/dev/test_vg3/lv6 /dev/mapper/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_ACTIVATION': '1', '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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBXXMIdQh8knhejvULpdiVXcjltIOedoNw', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '23f64470-a84c-4487-bb47-69cb4fdcc6e1', 'ID_FS_UUID_ENC': '23f64470-a84c-4487-bb47-69cb4fdcc6e1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1463384240'} ; 2024-03-01 17:26:52,281 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:26:52,281 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:52,286 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:26:52,286 INFO program/MainThread: stderr[47]: 2024-03-01 17:26:52,286 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:26:52,286 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:52,289 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:26:52,289 INFO program/MainThread: stderr[48]: 2024-03-01 17:26:52,290 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:26:52,290 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:52,293 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:26:52,293 INFO program/MainThread: stderr[49]: 2024-03-01 17:26:52,293 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:26:52,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:52,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:26:52,305 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:52,306 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:26:52,306 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:52,307 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:26:52,302 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:52,308 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:52,312 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:26:52,312 INFO program/MainThread: stderr[50]: 2024-03-01 17:26:52,312 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:26:52,317 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:26:52,320 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:52,321 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:26:52,324 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:52,324 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:26:52,328 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:52,328 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:26:52,332 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:52,332 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:26:52,332 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:26:52,336 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:52,336 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:26:52,339 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:26:52,339 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:52,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:52,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:52,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:52,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:52,353 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:26:52,357 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:26:52,357 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:26:52,360 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:26:52,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:26:52,364 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:26:52,368 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:26:52,368 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:26:52,369 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:26:52,373 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:26:52,376 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:26:52,376 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:26:52,380 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:26:52,383 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:26:52,383 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:26:52,387 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:26:52,387 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:26:52,387 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:26:52,388 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:26:52,391 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:26:52,391 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:26:52,394 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:26:52,395 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:26:52,399 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBwtjo8kOK0oviFMk0FVjTenQDnTyljsR3 ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/986af250-27c8-4bae-b64b-ebda9f740b7a', '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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBwtjo8kOK0oviFMk0FVjTenQDnTyljsR3', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '986af250-27c8-4bae-b64b-ebda9f740b7a', 'ID_FS_UUID_ENC': '986af250-27c8-4bae-b64b-ebda9f740b7a', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1463054545'} ; 2024-03-01 17:26:52,399 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:26:52,399 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:52,403 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:26:52,403 INFO program/MainThread: stderr[51]: 2024-03-01 17:26:52,403 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:26:52,404 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:52,407 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:26:52,407 INFO program/MainThread: stderr[52]: 2024-03-01 17:26:52,407 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:26:52,407 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:52,410 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:26:52,410 INFO program/MainThread: stderr[53]: 2024-03-01 17:26:52,411 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:26:52,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:52,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:26:52,423 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:52,424 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:26:52,424 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:52,425 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:26:52,419 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:52,426 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:52,429 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:26:52,429 INFO program/MainThread: stderr[54]: 2024-03-01 17:26:52,429 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:26:52,434 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:26:52,437 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:52,438 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:26:52,441 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:52,441 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:26:52,445 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:52,445 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:26:52,449 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:52,449 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:26:52,449 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:26:52,452 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:52,453 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:26:52,456 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:26:52,456 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:52,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:52,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:52,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO ; incomplete: False ; hidden: False ; 2024-03-01 17:26:52,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:26:52,470 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:26:52,474 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:26:52,474 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:26:52,477 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:26:52,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:26:52,481 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:26:52,485 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:26:52,485 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:26:52,486 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:26:52,489 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:26:52,493 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:26:52,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:26:52,496 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:26:52,500 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:26:52,500 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:26:52,504 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:26:52,504 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:26:52,504 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:26:52,505 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:26:52,508 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:26:52,508 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:26:52,511 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:26:52,512 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:26:52,515 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBP7tTBunA7KZtlbHEK1esjhpnZKFoPqOO ' '/dev/disk/by-uuid/6bead21d-bedc-4a5d-9285-aa4331e203f1 ' '/dev/mapper/test_vg3-lv8 /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_ACTIVATION': '1', '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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBP7tTBunA7KZtlbHEK1esjhpnZKFoPqOO', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6bead21d-bedc-4a5d-9285-aa4331e203f1', 'ID_FS_UUID_ENC': '6bead21d-bedc-4a5d-9285-aa4331e203f1', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1462720530'} ; 2024-03-01 17:26:52,516 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:26:52,516 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:52,520 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:26:52,520 INFO program/MainThread: stderr[55]: 2024-03-01 17:26:52,520 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:26:52,520 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:52,524 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:26:52,524 INFO program/MainThread: stderr[56]: 2024-03-01 17:26:52,524 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:26:52,524 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:52,527 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:26:52,527 INFO program/MainThread: stderr[57]: 2024-03-01 17:26:52,527 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:26:52,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:52,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:26:52,540 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:52,541 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:52,541 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:52,543 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:52,537 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:52,543 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:52,547 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:26:52,547 INFO program/MainThread: stderr[58]: 2024-03-01 17:26:52,547 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:26:52,551 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:26:52,555 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:52,555 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:26:52,559 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:52,559 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:26:52,563 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:52,563 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:26:52,566 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:52,566 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:26:52,567 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:26:52,570 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:52,570 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:26:52,574 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:26:52,574 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:52,574 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:26:52,578 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': '19811683'} ; 2024-03-01 17:26:52,578 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:26:52,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:26:52,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:52,589 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:26:52,589 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:26:52,590 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:26:52,590 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:26:52,590 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:26:52,590 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:26:52,593 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:26:52,596 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:26:52,597 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:26:52,600 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:26:52,600 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:26:52,601 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:26:52,601 INFO blivet/MainThread: got device: DiskDevice instance (0x7f99b4dec048) -- 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:26:52,604 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:26:52,608 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:52,608 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:26:52,611 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:52,611 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:26:52,615 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:52,615 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:26:52,618 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:52,618 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:26:52,622 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:26:52,625 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:26:52,628 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:26:52,633 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 0x7f99b4e27c88> 2024-03-01 17:26:55,721 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:26:55,726 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:26:55,726 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:26:55,730 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': '19814317'} ; 2024-03-01 17:26:55,730 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:26:55,730 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:26:55,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:55,738 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:55,741 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:26:55,745 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:55,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:55,748 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:55,762 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:55,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:26:55,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:26:55,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:26:55,789 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:26:55,789 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:26:55,792 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:26:55,795 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:26:55,795 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:26:55,799 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:26:55,799 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:26:55,799 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:26:55,803 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:26:55,806 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:26:55,809 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:26:55,812 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:26:55,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:26:55,816 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:26:55,816 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:26:55,817 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:26:55,816 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f99b4dfff60) -- 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 0x7f99b4e049e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:26:55,821 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:26:55,825 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:26:55,825 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:26:55,828 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:26:55,828 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:26:55,831 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:55,832 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:26:55,835 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:26:55,835 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:26:55,835 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:26:55,838 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:26:55,838 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:26:55,841 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:26:55,842 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:26:55,845 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/test_vg3/lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBP7tTBunA7KZtlbHEK1esjhpnZKFoPqOO ' '/dev/disk/by-uuid/6bead21d-bedc-4a5d-9285-aa4331e203f1', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBP7tTBunA7KZtlbHEK1esjhpnZKFoPqOO', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6bead21d-bedc-4a5d-9285-aa4331e203f1', 'ID_FS_UUID_ENC': '6bead21d-bedc-4a5d-9285-aa4331e203f1', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1462720530'} ; 2024-03-01 17:26:55,845 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:26:55,845 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:55,849 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:26:55,850 INFO program/MainThread: stderr[59]: 2024-03-01 17:26:55,850 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:26:55,850 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:55,853 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:26:55,853 INFO program/MainThread: stderr[60]: 2024-03-01 17:26:55,853 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:26:55,853 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:55,857 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:26:55,857 INFO program/MainThread: stderr[61]: 2024-03-01 17:26:55,857 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:26:55,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:55,865 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:26:55,868 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:55,870 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:55,870 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:55,871 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:55,865 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:55,872 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:26:55,876 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:26:55,876 INFO program/MainThread: stderr[62]: 2024-03-01 17:26:55,876 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:26:55,880 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:26:55,880 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:26:55,884 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBwtjo8kOK0oviFMk0FVjTenQDnTyljsR3 ' '/dev/disk/by-uuid/986af250-27c8-4bae-b64b-ebda9f740b7a ' '/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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBwtjo8kOK0oviFMk0FVjTenQDnTyljsR3', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '986af250-27c8-4bae-b64b-ebda9f740b7a', 'ID_FS_UUID_ENC': '986af250-27c8-4bae-b64b-ebda9f740b7a', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1463054545'} ; 2024-03-01 17:26:55,884 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:26:55,884 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:55,887 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:26:55,887 INFO program/MainThread: stderr[63]: 2024-03-01 17:26:55,887 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:26:55,887 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:55,891 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:26:55,891 INFO program/MainThread: stderr[64]: 2024-03-01 17:26:55,891 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:26:55,891 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:55,894 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:26:55,894 INFO program/MainThread: stderr[65]: 2024-03-01 17:26:55,894 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:26:55,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:55,903 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:26:55,906 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:55,907 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:55,908 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:55,909 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:55,903 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:55,910 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:26:55,913 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:26:55,913 INFO program/MainThread: stderr[66]: 2024-03-01 17:26:55,913 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:26:55,917 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:26:55,917 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:26:55,920 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBXXMIdQh8knhejvULpdiVXcjltIOedoNw ' '/dev/test_vg3/lv6 ' '/dev/disk/by-uuid/23f64470-a84c-4487-bb47-69cb4fdcc6e1', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNBXXMIdQh8knhejvULpdiVXcjltIOedoNw', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '23f64470-a84c-4487-bb47-69cb4fdcc6e1', 'ID_FS_UUID_ENC': '23f64470-a84c-4487-bb47-69cb4fdcc6e1', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1463384240'} ; 2024-03-01 17:26:55,920 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:26:55,921 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:55,924 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:26:55,924 INFO program/MainThread: stderr[67]: 2024-03-01 17:26:55,924 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:26:55,924 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:55,927 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:26:55,927 INFO program/MainThread: stderr[68]: 2024-03-01 17:26:55,928 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:26:55,928 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:55,931 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:26:55,931 INFO program/MainThread: stderr[69]: 2024-03-01 17:26:55,931 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:26:55,936 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:55,939 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:26:55,942 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:55,944 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:55,944 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:55,945 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:55,939 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:55,946 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:26:55,949 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:26:55,949 INFO program/MainThread: stderr[70]: 2024-03-01 17:26:55,949 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:26:55,953 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:26:55,954 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:26:55,957 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/56dde9c1-6ec4-49d5-b483-3cf6eaf9df24 ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-cVvX092o1yZer2dD1SLjMYTuvIWe5oNB88Ox0acD33pzEdTLeqXKHqGtAc3K00gN ' '/dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-cVvX092o1yZer2dD1SLjMYTuvIWe5oNB88Ox0acD33pzEdTLeqXKHqGtAc3K00gN', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '56dde9c1-6ec4-49d5-b483-3cf6eaf9df24', 'ID_FS_UUID_ENC': '56dde9c1-6ec4-49d5-b483-3cf6eaf9df24', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1463727606'} ; 2024-03-01 17:26:55,957 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:26:55,957 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:55,960 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:26:55,961 INFO program/MainThread: stderr[71]: 2024-03-01 17:26:55,961 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:26:55,961 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:55,964 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:26:55,964 INFO program/MainThread: stderr[72]: 2024-03-01 17:26:55,964 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:26:55,964 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:55,967 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:26:55,968 INFO program/MainThread: stderr[73]: 2024-03-01 17:26:55,968 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:26:55,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:55,976 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:26:55,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:55,980 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:55,981 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:55,982 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:55,976 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:55,983 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:26:55,987 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:26:55,987 INFO program/MainThread: stderr[74]: 2024-03-01 17:26:55,987 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:26:55,991 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:26:55,991 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:26:55,994 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwlV20p4nqDU8a5iNJ4o2lH4texU5DvIdbF ' '/dev/disk/by-uuid/6e82bc60-95c3-4ea0-a70b-29cabe6a0720', '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-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwlV20p4nqDU8a5iNJ4o2lH4texU5DvIdbF', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '6e82bc60-95c3-4ea0-a70b-29cabe6a0720', 'ID_FS_UUID_ENC': '6e82bc60-95c3-4ea0-a70b-29cabe6a0720', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1464633257'} ; 2024-03-01 17:26:55,995 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:26:55,995 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:55,998 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:26:55,998 INFO program/MainThread: stderr[75]: 2024-03-01 17:26:55,998 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:26:55,998 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:56,002 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:26:56,002 INFO program/MainThread: stderr[76]: 2024-03-01 17:26:56,002 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:26:56,002 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:56,005 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:26:56,005 INFO program/MainThread: stderr[77]: 2024-03-01 17:26:56,005 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:26:56,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,013 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:26:56,016 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,017 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,017 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,018 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,014 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,019 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:26:56,022 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:26:56,022 INFO program/MainThread: stderr[78]: 2024-03-01 17:26:56,022 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:26:56,026 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:26:56,026 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:26:56,030 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwljLq8KrxngpCbpoW4wL2stxjPWkPWZCFe ' '/dev/test_vg2/lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/ee7d595c-e451-44f0-8b4c-df7b69f0c329', '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-Ee3UcRtyGZEAiBoafITUCcDzDShJfgwljLq8KrxngpCbpoW4wL2stxjPWkPWZCFe', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'ee7d595c-e451-44f0-8b4c-df7b69f0c329', 'ID_FS_UUID_ENC': 'ee7d595c-e451-44f0-8b4c-df7b69f0c329', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1464950450'} ; 2024-03-01 17:26:56,030 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:26:56,030 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:56,033 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:26:56,033 INFO program/MainThread: stderr[79]: 2024-03-01 17:26:56,033 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:26:56,034 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:56,037 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:26:56,037 INFO program/MainThread: stderr[80]: 2024-03-01 17:26:56,037 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:26:56,037 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:56,040 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:26:56,040 INFO program/MainThread: stderr[81]: 2024-03-01 17:26:56,040 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:26:56,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,048 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:26:56,051 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,052 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,053 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,053 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,049 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,054 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:26:56,057 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:26:56,058 INFO program/MainThread: stderr[82]: 2024-03-01 17:26:56,058 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:26:56,062 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:26:56,062 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:26:56,065 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3QTaqJDFeuSVt8MnRVqtV1gpvoyndB6Bt ' '/dev/disk/by-uuid/e4874359-5f15-4edd-b9aa-480ae2a96fd0 ' '/dev/test_vg1/lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', '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-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3QTaqJDFeuSVt8MnRVqtV1gpvoyndB6Bt', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'e4874359-5f15-4edd-b9aa-480ae2a96fd0', 'ID_FS_UUID_ENC': 'e4874359-5f15-4edd-b9aa-480ae2a96fd0', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1465847780'} ; 2024-03-01 17:26:56,065 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:26:56,065 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:56,069 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:26:56,069 INFO program/MainThread: stderr[83]: 2024-03-01 17:26:56,069 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:26:56,069 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:56,072 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:26:56,072 INFO program/MainThread: stderr[84]: 2024-03-01 17:26:56,072 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:26:56,073 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:56,076 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:26:56,076 INFO program/MainThread: stderr[85]: 2024-03-01 17:26:56,076 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:26:56,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,084 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:26:56,087 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,087 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,088 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,089 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,084 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,089 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:26:56,093 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:26:56,093 INFO program/MainThread: stderr[86]: 2024-03-01 17:26:56,093 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:26:56,097 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:26:56,097 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:26:56,100 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/f17d65b0-7858-4298-ae62-9d45e84ff1f0 ' '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3KP0aZOlGko3dGOIVPhdjPuFooTCMN2Lc', '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-QzpeR8tDknBO2AwKL7O9JLj1jq3pR6b3KP0aZOlGko3dGOIVPhdjPuFooTCMN2Lc', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'f17d65b0-7858-4298-ae62-9d45e84ff1f0', 'ID_FS_UUID_ENC': 'f17d65b0-7858-4298-ae62-9d45e84ff1f0', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1466172672'} ; 2024-03-01 17:26:56,100 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:26:56,101 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:56,104 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:26:56,104 INFO program/MainThread: stderr[87]: 2024-03-01 17:26:56,104 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:26:56,104 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:56,107 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:26:56,108 INFO program/MainThread: stderr[88]: 2024-03-01 17:26:56,108 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:26:56,108 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:56,111 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:26:56,111 INFO program/MainThread: stderr[89]: 2024-03-01 17:26:56,111 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:26:56,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,119 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:26:56,122 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,123 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,123 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,124 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,119 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,124 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:26:56,127 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:26:56,128 INFO program/MainThread: stderr[90]: 2024-03-01 17:26:56,128 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:26:56,132 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:26:56,132 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:26:56,132 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:56,143 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:56,159 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:26:56,160 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:26:56,164 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:26:56,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:56,170 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:26:56,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:26:56,174 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:26:56,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:56,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:26:56,187 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:26:56,189 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:26:56,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:56,196 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:26:56,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:26:56,199 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:26:56,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:56,208 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:26:56,212 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:26:56,215 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:26:56,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:56,221 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:26:56,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:26:56,224 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:26:56,227 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:26:56,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:26:56,233 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:26:56,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:26:56,237 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:26:56,240 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:56,243 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:26:56,243 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:56,244 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:56,244 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:56,245 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:56,245 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:56,245 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:56,246 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:56,246 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:56,247 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:56,247 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:56,247 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:56,248 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:26:56,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:26:56,254 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:26:56,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:26:56,260 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:26:56,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:26:56,266 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:26:56,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,272 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:26:56,272 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:26:56,275 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,275 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,276 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,277 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,272 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,279 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,280 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,280 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,281 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,284 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,285 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,285 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,286 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,282 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,289 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,289 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,290 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,291 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,286 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,293 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,294 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,294 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,295 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,291 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,298 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,299 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,299 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,300 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,296 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,302 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,303 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,304 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,304 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,300 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,307 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,308 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,308 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,309 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,305 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,312 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,313 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,313 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,314 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,310 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,316 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,317 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,317 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,318 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,314 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,321 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,322 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,322 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,323 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,319 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,326 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,326 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,327 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,328 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,323 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,330 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,331 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,331 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,332 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,328 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,335 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,336 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,336 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,337 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,333 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,339 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,340 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,341 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,341 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,337 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,344 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,345 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,345 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,346 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,342 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,349 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,349 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,350 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,351 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,347 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,353 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,354 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,354 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,355 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,351 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,358 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,359 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,359 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,360 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,356 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,362 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,363 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,364 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,364 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,360 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,367 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,368 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,368 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,369 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,365 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,372 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,372 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,373 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,374 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,370 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,376 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,377 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,377 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,378 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,374 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,381 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,382 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,382 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,383 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,379 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,386 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,386 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,387 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,387 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,383 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,390 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,391 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,391 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,392 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,388 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,395 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,396 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,396 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,397 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,393 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,399 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,400 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,400 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,401 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,397 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,404 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,405 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,405 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,406 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,402 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,409 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,409 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,410 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,411 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,407 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,413 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,414 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,415 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,415 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,411 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,418 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,419 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,419 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,420 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:26:56,416 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = KP0aZO-lGko-3dGO-IVPh-djPu-FooT-CMN2Lc 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,421 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:26:56,424 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:26:56,424 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:56,424 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 17:26:56,428 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:26:56,428 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:26:56,429 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 17:26:56,433 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:26:56,433 INFO program/MainThread: stderr[91]: 2024-03-01 17:26:56,433 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 17:26:56,438 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 17:26:56,438 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:26:56,438 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:26:56,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,445 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:26:56,445 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:26:56,447 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,448 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,449 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,449 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,445 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,452 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,453 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,453 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,454 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,450 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,457 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,458 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,458 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,459 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,455 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,462 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,462 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,463 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,463 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,459 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,466 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,467 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,467 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,468 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,464 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,471 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,472 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,472 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,473 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,469 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,476 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,476 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,477 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,478 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,473 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,480 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,481 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,481 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,482 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,478 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,485 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,486 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,486 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,487 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,483 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,490 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,490 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,491 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,491 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,487 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,494 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,495 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,495 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,496 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,492 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,499 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,500 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,500 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,501 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,497 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,503 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,504 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,505 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,505 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,501 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,508 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,509 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,509 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,510 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,506 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,513 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,514 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,514 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,515 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,511 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,518 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,518 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,519 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,520 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,515 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,522 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,523 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,524 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,524 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,520 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,527 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,528 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,528 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,529 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,525 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,532 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,532 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,533 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,534 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,529 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,536 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,537 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,537 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,538 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,534 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,541 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,542 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,542 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,543 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,539 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,546 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,546 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,547 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,547 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,550 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,551 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,551 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,552 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,548 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,555 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,556 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,556 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,557 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,553 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,559 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,560 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,561 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,561 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,557 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,564 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,565 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,565 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,566 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,562 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,569 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,570 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,570 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,571 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,566 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,573 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,574 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,574 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,575 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,571 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,578 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,579 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,579 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,580 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,575 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,582 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,583 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,583 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,584 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,580 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,587 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,587 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,588 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,588 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,584 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,591 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,592 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,592 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:26:56,593 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:26:56,589 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e2cdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = QTaqJD-FeuS-Vt8M-nRVq-tV1g-pvoy-ndB6Bt 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 (0x7f99b4ea5ac8) -- 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 = QzpeR8-tDkn-BO2A-wKL7-O9JL-j1jq-3pR6b3 size = 2.98 GiB format = existing None major = 0 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:26:56,593 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 17:26:56,597 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:26:56,597 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:56,597 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 17:26:56,600 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 17:26:56,601 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:26:56,604 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:26:56,604 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 17:26:56,604 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:26:56,604 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'test_vg1', 'sdb'] 2024-03-01 17:26:56,604 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:26:56,607 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:26:56,608 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:56,611 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:26:56,614 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:26:56,617 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:26:56,617 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:26:56,618 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:26:56,618 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:26:56,618 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:26:56,621 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:26:56,621 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:56,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 17:26:56,624 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:26:56,624 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:26:56,624 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:26:56,624 DEBUG blivet/MainThread: removing sda 2024-03-01 17:26:56,627 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:26:56,627 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:56,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 17:26:56,631 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:26:56,631 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:26:56,631 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:26:56,631 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:26:56,634 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:26:56,634 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:56,634 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 17:26:56,637 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:26:56,637 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:26:56,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:56,643 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 17:26:56,644 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:56,644 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:56,644 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:56,645 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:56,645 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:56,646 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:56,646 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:56,646 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:56,647 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:56,647 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:56,648 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:56,648 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:26:56,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 17:26:56,654 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:26:56,657 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,660 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 17:26:56,660 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:26:56,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 17:26:56,666 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:26:56,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,672 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:26:56,672 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:26:56,675 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,676 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,676 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,677 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,672 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,679 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,680 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,681 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,681 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,677 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,684 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,685 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,685 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,686 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,689 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,689 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,690 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,691 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,687 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,693 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,694 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,694 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,695 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,691 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,698 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,699 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,699 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,700 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,696 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,702 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,703 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,703 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,704 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,700 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,707 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,708 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,708 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,709 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,705 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,711 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,712 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,713 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,713 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,709 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,716 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,717 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,717 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,718 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,721 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,722 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,722 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,723 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,725 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,726 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,726 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,727 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,723 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,730 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,731 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,731 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,732 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,735 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,735 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,736 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,736 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,732 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,739 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,740 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,740 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,741 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,737 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,744 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,744 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,745 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,746 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,742 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,748 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,749 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,749 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,750 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,746 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,753 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,754 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,754 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,755 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,751 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,757 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,758 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,758 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,759 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,755 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,762 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,763 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,763 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,764 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,760 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,766 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,767 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,768 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,768 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,764 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,771 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,772 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,772 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,773 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,769 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,776 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,776 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,777 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,778 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,774 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,780 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,781 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,781 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,782 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,778 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,785 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,786 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,786 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,787 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,783 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,789 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,790 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,790 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,791 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,787 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,794 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,795 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,795 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,796 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,792 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,798 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,799 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,800 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,800 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,796 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,803 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,804 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,804 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,805 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,801 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,808 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,808 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,809 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,810 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,805 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,812 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,813 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,813 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,814 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,810 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,817 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,817 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,818 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,819 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:26:56,815 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e4df60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = jLq8Kr-xngp-Cbpo-W4wL-2stx-jPWk-PWZCFe 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,819 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 17:26:56,822 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:26:56,823 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:56,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 17:26:56,826 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 17:26:56,826 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:26:56,830 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 17:26:56,830 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 17:26:56,830 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:26:56,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:56,836 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:26:56,836 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:26:56,838 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,839 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,839 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,840 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,836 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,843 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,843 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,844 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,844 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,841 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,847 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,847 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,848 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,848 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,845 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,851 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,851 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,852 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,852 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,849 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,855 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,855 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,856 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,856 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,853 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,859 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,859 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,860 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,860 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,857 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,863 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,863 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,864 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,864 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,861 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,867 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,868 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,868 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,868 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,865 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,871 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,872 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,872 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,873 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,869 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,875 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,876 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,876 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,877 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,873 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,879 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,880 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,880 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,881 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,877 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,883 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,884 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,884 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,885 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,881 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,887 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,888 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,888 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,889 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,885 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,891 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,892 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,892 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,893 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,889 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,895 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,896 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,896 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,897 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,893 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,899 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,900 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,900 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,901 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,897 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,903 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,904 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,904 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,905 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,901 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,907 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,908 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,908 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,909 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,905 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,911 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,912 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,912 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,913 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,909 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,915 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,916 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,916 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,917 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,913 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,919 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,920 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,920 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,921 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,917 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,923 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,924 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,924 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,925 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,921 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,927 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,928 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,928 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,929 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,931 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,932 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,932 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,933 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,929 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,935 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,936 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,936 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,937 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,933 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,939 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,940 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,940 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,941 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,937 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,944 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,944 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,944 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,945 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,942 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,948 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,948 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,949 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,949 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,946 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,952 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,952 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,953 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,953 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,950 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,956 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,956 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,957 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,957 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,954 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,960 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,960 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,961 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,961 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,958 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,964 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,964 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,965 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:26:56,965 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:26:56,962 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99c3ec4ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = V20p4n-qDU8-a5iN-J4o2-lH4t-exU5-DvIdbF 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 (0x7f99b4e45518) -- 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 = Ee3UcR-tyGZ-EAiB-oafI-TUCc-DzDS-hJfgwl size = 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:26:56,966 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 17:26:56,969 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:26:56,969 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:56,969 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 17:26:56,973 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 17:26:56,973 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:26:56,976 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:26:56,976 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 17:26:56,976 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:26:56,976 DEBUG blivet.ansible/MainThread: ['test_vg2', 'sdf', 'sdd', 'sde'] 2024-03-01 17:26:56,977 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 17:26:56,979 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 17:26:56,980 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:56,983 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:26:56,986 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:26:56,989 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:26:56,989 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 17:26:56,990 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:26:56,990 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 17:26:56,990 DEBUG blivet/MainThread: removing sdf 2024-03-01 17:26:56,992 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 17:26:56,993 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:56,993 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 17:26:56,996 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 17:26:56,996 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:26:56,996 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 17:26:56,996 DEBUG blivet/MainThread: removing sdd 2024-03-01 17:26:56,999 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 17:26:56,999 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:56,999 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 17:26:57,002 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 17:26:57,002 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:26:57,002 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 17:26:57,002 DEBUG blivet/MainThread: removing sde 2024-03-01 17:26:57,005 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 17:26:57,005 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:57,005 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 17:26:57,008 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 17:26:57,009 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:26:57,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:57,014 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:57,015 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 17:26:57,015 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:57,016 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:57,016 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:57,017 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:57,017 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:57,018 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:57,018 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:57,019 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:57,019 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:57,020 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:57,020 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:57,021 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:26:57,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:26:57,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 17:26:57,027 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:26:57,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:26:57,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 17:26:57,033 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:26:57,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:26:57,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 17:26:57,039 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:26:57,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:26:57,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 17:26:57,045 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:26:57,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:57,051 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:26:57,051 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:26:57,054 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,055 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,055 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,057 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,051 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,060 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,061 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,062 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,063 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,057 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,066 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,067 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,068 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,069 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,063 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,072 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,074 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,074 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,075 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,070 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,079 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,080 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,080 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,081 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,076 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,085 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,086 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,086 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,087 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,082 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,092 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,092 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,094 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,097 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,098 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,099 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,100 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,094 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,103 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,104 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,105 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,106 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,100 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,109 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,110 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,111 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,112 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,107 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,115 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,116 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,117 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,118 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,113 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,123 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,123 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,124 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,119 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,128 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,129 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,129 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,130 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,125 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,134 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,135 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,135 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,137 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,131 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,140 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,141 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,142 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,143 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,137 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,146 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,147 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,148 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,149 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,143 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,153 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,154 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,155 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,150 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,158 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,159 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,160 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,161 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,156 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,164 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,166 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,166 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,167 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,162 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,171 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,172 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,172 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,173 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,168 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,177 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,178 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,178 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,180 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,174 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,183 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,184 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,185 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,186 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,180 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,189 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,190 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,191 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,192 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,187 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,195 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,196 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,197 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,198 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,201 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,203 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,203 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,204 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,199 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,208 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,209 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,209 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,210 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,205 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,214 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,215 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,215 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,216 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,211 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,220 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,221 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,221 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,223 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,226 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,227 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,227 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,229 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,223 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,232 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,233 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,234 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,235 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,229 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,238 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,239 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,240 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,241 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,236 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,244 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,246 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,246 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,247 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:26:57,242 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e566d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 88Ox0a-cD33-pzEd-TLeq-XKHq-GtAc-3K00gN 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,248 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 17:26:57,251 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:26:57,251 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:57,252 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 17:26:57,255 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 17:26:57,255 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:26:57,258 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 17:26:57,258 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 17:26:57,259 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:26:57,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:57,265 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:26:57,265 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:26:57,268 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,269 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,269 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,270 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,273 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,274 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,275 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,276 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,271 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,279 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,280 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,281 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,282 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,285 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,286 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,286 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,287 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,282 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,290 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,291 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,292 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,293 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,288 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,296 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,297 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,298 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,299 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,294 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,302 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,303 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,303 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,304 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,299 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,307 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,308 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,309 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,310 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,305 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,313 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,314 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,315 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,316 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,311 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,319 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,320 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,320 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,321 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,316 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,324 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,325 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,326 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,327 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,322 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,330 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,331 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,333 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,328 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,336 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,337 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,337 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,338 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,333 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,342 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,343 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,343 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,344 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,339 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,347 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,348 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,349 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,350 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,345 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,353 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,354 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,354 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,355 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,350 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,359 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,360 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,360 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,361 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,356 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,364 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,365 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,366 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,367 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,362 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,370 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,371 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,371 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,372 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,367 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,376 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,377 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,377 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,378 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,373 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,381 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,382 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,383 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,384 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,379 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,387 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,388 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,389 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,390 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,385 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,393 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,394 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,394 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,395 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,390 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,398 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,399 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,400 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,401 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,396 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,404 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,405 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,406 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,407 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,401 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,410 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,411 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,411 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,412 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,407 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,416 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,417 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,417 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,418 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,413 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,421 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,422 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,423 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,424 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,419 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,427 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,428 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,428 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,429 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,424 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,433 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,434 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,434 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,435 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,430 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,438 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,439 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,440 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,441 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,436 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,444 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,445 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,445 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,446 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:26:57,441 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4e43828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = XXMIdQ-h8kn-hejv-ULpd-iVXc-jltI-OedoNw 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,447 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 17:26:57,450 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:26:57,451 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:57,451 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 17:26:57,454 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 17:26:57,454 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:26:57,458 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 17:26:57,458 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 17:26:57,458 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:26:57,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:57,464 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:26:57,464 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:26:57,467 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,468 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,468 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,469 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,464 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,472 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,473 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,474 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,474 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,470 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,478 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,478 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,479 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,480 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,475 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,484 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,484 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,485 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,480 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,489 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,490 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,486 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,494 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,495 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,495 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,491 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,499 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,499 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,500 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,501 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,496 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,504 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,505 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,505 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,506 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,501 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,509 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,510 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,510 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,511 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,506 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,514 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,515 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,515 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,516 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,512 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,520 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,521 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,521 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,517 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,524 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,525 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,526 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,527 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,522 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,530 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,531 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,531 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,532 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,527 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,535 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,536 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,537 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,532 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,540 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,541 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,541 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,542 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,545 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,546 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,547 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,547 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,551 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,551 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,552 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,553 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,548 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,556 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,557 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,557 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,558 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,553 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,561 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,562 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,562 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,563 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,558 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,566 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,567 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,567 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,568 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,564 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,571 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,572 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,573 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,573 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,569 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,577 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,577 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,578 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,579 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,574 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,582 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,583 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,583 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,584 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,579 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,587 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,588 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,588 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,589 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,584 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,592 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,593 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,593 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,594 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,590 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,597 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,598 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,599 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,599 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,595 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,602 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,603 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,604 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,605 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,600 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,608 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,608 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,609 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,610 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,605 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,613 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,614 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,614 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,615 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,610 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,618 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,619 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,619 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,620 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,615 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,623 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,624 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,624 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,625 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,621 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,628 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,629 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,630 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,630 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:26:57,626 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4df5748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = wtjo8k-OK0o-viFM-k0FV-jTen-QDnT-yljsR3 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,631 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 17:26:57,634 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:26:57,634 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:57,635 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 17:26:57,638 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 17:26:57,638 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:26:57,642 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:26:57,642 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 17:26:57,642 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:26:57,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:26:57,648 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:26:57,648 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:26:57,650 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,651 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,652 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,652 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,648 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,655 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,656 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,656 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,657 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,653 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,660 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,661 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,661 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,662 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,657 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,665 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,665 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,666 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,666 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,669 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,670 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,670 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,671 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,667 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,674 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,675 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,675 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,676 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,671 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,678 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,679 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,680 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,680 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,676 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,683 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,684 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,684 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,685 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,681 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,688 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,688 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,689 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,690 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,685 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,692 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,693 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,694 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,694 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,690 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,697 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,698 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,698 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,699 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,695 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,702 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,702 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,703 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,703 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,699 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,706 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,707 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,707 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,708 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,704 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,711 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,712 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,712 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,713 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,709 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,716 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,716 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,717 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,717 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,713 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,720 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,721 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,721 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,722 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,725 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,726 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,726 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,727 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,723 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,730 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,731 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,731 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,727 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,734 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,735 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,735 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,736 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,732 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,739 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,740 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,740 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,741 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,737 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,744 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,744 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,745 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,745 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,741 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,748 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,749 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,749 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,750 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,746 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,753 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,754 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,755 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,750 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,757 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,758 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,759 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,755 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,762 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,763 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,763 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,764 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,760 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,767 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,768 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,768 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,769 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,764 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,772 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,772 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,773 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,773 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,769 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,776 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,777 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,777 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,778 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,774 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,781 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,782 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,782 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,783 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,778 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,785 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,786 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,787 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,787 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,783 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,790 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,791 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,791 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,792 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,788 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,795 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,796 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:26:57,797 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:26:57,792 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f99b4de0828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = P7tTBu-nA7K-Ztlb-HEK1-esjh-pnZK-FoPqOO 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 (0x7f99b4e17710) -- 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 = cVvX09-2o1y-Zer2-dD1S-LjMY-TuvI-We5oNB 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:26:57,797 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 17:26:57,800 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:26:57,800 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:57,801 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 17:26:57,804 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 17:26:57,804 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:26:57,808 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 17:26:57,808 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 17:26:57,808 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:26:57,808 DEBUG blivet.ansible/MainThread: ['test_vg3', 'sdg', 'sdi', 'sdj', 'sdh'] 2024-03-01 17:26:57,808 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 17:26:57,811 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 17:26:57,811 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:57,815 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:26:57,818 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:26:57,821 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:26:57,824 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:26:57,824 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 17:26:57,824 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:26:57,824 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 17:26:57,824 DEBUG blivet/MainThread: removing sdg 2024-03-01 17:26:57,827 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 17:26:57,827 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:57,828 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 17:26:57,831 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 17:26:57,831 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:26:57,831 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 17:26:57,831 DEBUG blivet/MainThread: removing sdi 2024-03-01 17:26:57,834 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 17:26:57,834 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:57,834 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 17:26:57,837 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 17:26:57,837 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:26:57,837 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 17:26:57,837 DEBUG blivet/MainThread: removing sdj 2024-03-01 17:26:57,840 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 17:26:57,840 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:57,840 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 17:26:57,843 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 17:26:57,844 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:26:57,844 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 17:26:57,844 DEBUG blivet/MainThread: removing sdh 2024-03-01 17:26:57,847 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 17:26:57,847 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:26:57,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 17:26:57,850 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 17:26:57,850 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:26:57,851 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:57,864 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:57,879 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:57,892 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:57,910 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:26:57,911 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:57,922 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:57,940 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:26:57,941 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:57,954 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:57,973 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:26:57,973 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:57,984 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,002 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:26:58,003 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:58,014 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,032 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:26:58,033 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:58,044 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,062 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:26:58,063 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:58,074 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,092 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:26:58,093 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:58,106 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,124 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:26:58,125 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:26:58,125 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:26:58,125 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:26:58,125 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:26:58,125 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:26:58,125 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:26:58,126 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:26:58,126 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:26:58,126 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:26:58,126 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:26:58,126 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:26:58,126 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:26:58,126 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:26:58,126 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:26:58,126 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:26:58,126 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:26:58,126 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:26:58,126 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:26:58,126 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:26:58,127 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:26:58,127 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:26:58,127 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:26:58,127 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:26:58,127 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:26:58,127 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:26:58,127 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:26:58,127 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:26:58,127 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:26:58,127 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:26:58,127 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:26:58,129 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:26:58,132 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:26:58,135 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:26:58,138 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:26:58,139 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:26:58,142 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:26:58,142 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 0x7f99b4dd5a40> 2024-03-01 17:26:58,142 INFO blivet/MainThread: sorting actions... 2024-03-01 17:26:58,163 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:26:58,163 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:26:58,164 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:26:58,164 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:26:58,164 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:26:58,164 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:26:58,164 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:26:58,164 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:26:58,165 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:26:58,165 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:26:58,165 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:26:58,165 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:26:58,165 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:26:58,165 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:26:58,165 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:26:58,166 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:26:58,166 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:26:58,166 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:26:58,166 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:26:58,166 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:26:58,166 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:26:58,166 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:26:58,167 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:26:58,167 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:26:58,167 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:26:58,167 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:26:58,167 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:26:58,167 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:26:58,167 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:26:58,168 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:26:58,171 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,174 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:26:58,174 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 17:26:58,182 INFO program/MainThread: stdout: 2024-03-01 17:26:58,182 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:26:58,182 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,183 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:58,200 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,200 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:58,213 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,214 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:26:58,218 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 17:26:58,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:26:58,225 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:26:58,229 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 17:26:58,232 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:26:58,232 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:58,272 INFO program/MainThread: stdout[92]: 2024-03-01 17:26:58,273 INFO program/MainThread: stderr[92]: 2024-03-01 17:26:58,273 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 17:26:58,277 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:26:58,280 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,284 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:26:58,287 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,290 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:26:58,293 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,297 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:26:58,300 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,303 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:26:58,306 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 17:26:58,306 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:58,356 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 17:26:58,356 INFO program/MainThread: stderr[93]: 2024-03-01 17:26:58,356 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 17:26:58,357 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:26:58,364 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,372 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:26:58,372 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 17:26:58,390 INFO program/MainThread: stdout: 2024-03-01 17:26:58,391 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:26:58,391 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,391 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:58,419 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,419 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:58,430 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,431 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:26:58,435 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 17:26:58,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:26:58,442 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:26:58,446 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 17:26:58,449 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:26:58,449 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:58,487 INFO program/MainThread: stdout[94]: 2024-03-01 17:26:58,488 INFO program/MainThread: stderr[94]: 2024-03-01 17:26:58,488 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 17:26:58,492 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:26:58,495 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,499 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:26:58,502 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,505 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:26:58,509 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,512 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:26:58,515 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,518 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:26:58,521 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 17:26:58,522 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:58,562 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 17:26:58,562 INFO program/MainThread: stderr[95]: 2024-03-01 17:26:58,562 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 17:26:58,563 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:26:58,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,577 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:26:58,577 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 17:26:58,593 INFO program/MainThread: stdout: 2024-03-01 17:26:58,594 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:26:58,594 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,594 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:58,634 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,635 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:58,648 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,649 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:26:58,653 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 17:26:58,656 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:26:58,660 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:26:58,664 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 17:26:58,667 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:26:58,667 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:58,704 INFO program/MainThread: stdout[96]: 2024-03-01 17:26:58,705 INFO program/MainThread: stderr[96]: 2024-03-01 17:26:58,705 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 17:26:58,709 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:26:58,712 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,716 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:26:58,719 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,722 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:26:58,726 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,729 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:26:58,732 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,735 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:26:58,738 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 17:26:58,738 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:58,791 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 17:26:58,791 INFO program/MainThread: stderr[97]: 2024-03-01 17:26:58,791 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 17:26:58,792 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:26:58,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,807 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:26:58,808 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 17:26:58,825 INFO program/MainThread: stdout: 2024-03-01 17:26:58,825 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:26:58,826 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,826 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:58,852 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,852 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:58,863 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:58,864 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:26:58,868 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 17:26:58,871 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:26:58,875 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:26:58,879 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 17:26:58,882 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:26:58,882 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:58,918 INFO program/MainThread: stdout[98]: 2024-03-01 17:26:58,919 INFO program/MainThread: stderr[98]: 2024-03-01 17:26:58,919 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 17:26:58,923 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:26:58,926 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,930 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:26:58,933 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,936 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:26:58,939 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,943 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:26:58,946 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:58,949 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:26:58,952 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 17:26:58,953 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:58,999 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 17:26:59,000 INFO program/MainThread: stderr[99]: 2024-03-01 17:26:59,000 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 17:26:59,001 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:26:59,008 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 17:26:59,021 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 17:26:59,027 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:26:59,036 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,043 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:26:59,049 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,056 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:26:59,059 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,065 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:26:59,068 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,072 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:26:59,075 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 17:26:59,075 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:59,107 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 17:26:59,107 INFO program/MainThread: stderr[100]: 2024-03-01 17:26:59,107 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 17:26:59,108 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:59,169 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 17:26:59,170 INFO program/MainThread: stderr[101]: 2024-03-01 17:26:59,170 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 17:26:59,170 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:59,212 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 17:26:59,212 INFO program/MainThread: stderr[102]: 2024-03-01 17:26:59,212 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 17:26:59,213 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:26:59,220 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,229 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:26:59,235 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:26:59,235 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:59,294 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 17:26:59,295 INFO program/MainThread: stderr[103]: 2024-03-01 17:26:59,295 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 17:26:59,295 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 17:26:59,295 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,333 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,333 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,347 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,347 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,363 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,364 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:26:59,368 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,371 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:26:59,374 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:26:59,374 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:59,404 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 17:26:59,404 INFO program/MainThread: stderr[104]: 2024-03-01 17:26:59,404 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 17:26:59,404 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 17:26:59,405 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,438 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,439 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,453 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,453 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,467 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,468 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:26:59,472 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,475 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:26:59,478 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:26:59,478 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:59,510 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 17:26:59,511 INFO program/MainThread: stderr[105]: 2024-03-01 17:26:59,511 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 17:26:59,511 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 17:26:59,511 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,543 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,543 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,556 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,556 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,570 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,571 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:26:59,575 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,578 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:26:59,581 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:26:59,581 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:59,610 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 17:26:59,611 INFO program/MainThread: stderr[106]: 2024-03-01 17:26:59,611 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 17:26:59,611 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 17:26:59,611 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,642 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,643 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,657 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,657 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,672 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,673 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:26:59,677 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,681 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:26:59,681 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 17:26:59,689 INFO program/MainThread: stdout: 2024-03-01 17:26:59,689 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:26:59,689 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,689 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,706 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,706 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,719 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,720 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:26:59,724 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 17:26:59,727 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:26:59,731 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:26:59,735 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 17:26:59,738 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:26:59,738 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:59,773 INFO program/MainThread: stdout[107]: 2024-03-01 17:26:59,773 INFO program/MainThread: stderr[107]: 2024-03-01 17:26:59,773 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 17:26:59,778 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:26:59,781 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,784 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 17:26:59,788 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,791 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 17:26:59,794 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,797 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 17:26:59,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 17:26:59,801 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:59,841 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 17:26:59,842 INFO program/MainThread: stderr[108]: 2024-03-01 17:26:59,842 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 17:26:59,843 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:26:59,850 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,858 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:26:59,858 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 17:26:59,872 INFO program/MainThread: stdout: 2024-03-01 17:26:59,872 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:26:59,872 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,872 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,894 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,894 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:26:59,907 DEBUG program/MainThread: Return code: 0 2024-03-01 17:26:59,908 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:26:59,912 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 17:26:59,915 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:26:59,919 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:26:59,923 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 17:26:59,926 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:26:59,926 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:26:59,960 INFO program/MainThread: stdout[109]: 2024-03-01 17:26:59,961 INFO program/MainThread: stderr[109]: 2024-03-01 17:26:59,961 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 17:26:59,965 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:26:59,968 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,972 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:26:59,975 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,978 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:26:59,981 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:26:59,985 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:26:59,988 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 17:26:59,988 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:27:00,029 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 17:27:00,029 INFO program/MainThread: stderr[110]: 2024-03-01 17:27:00,030 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 17:27:00,030 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:27:00,037 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 17:27:00,045 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 17:27:00,051 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:27:00,059 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,065 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:27:00,071 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,077 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:27:00,082 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,086 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:27:00,089 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 17:27:00,089 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:27:00,127 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 17:27:00,127 INFO program/MainThread: stderr[111]: 2024-03-01 17:27:00,127 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 17:27:00,128 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:27:00,171 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 17:27:00,172 INFO program/MainThread: stderr[112]: 2024-03-01 17:27:00,172 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 17:27:00,172 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:27:00,210 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 17:27:00,211 INFO program/MainThread: stderr[113]: 2024-03-01 17:27:00,211 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 17:27:00,211 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:27:00,218 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,226 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:27:00,232 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:27:00,232 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:27:00,277 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 17:27:00,278 INFO program/MainThread: stderr[114]: 2024-03-01 17:27:00,278 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 17:27:00,278 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 17:27:00,278 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:00,292 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:00,292 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:00,305 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:00,305 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:00,318 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:00,319 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:27:00,323 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,326 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:27:00,329 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:27:00,329 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:27:00,356 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 17:27:00,357 INFO program/MainThread: stderr[115]: 2024-03-01 17:27:00,357 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 17:27:00,357 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 17:27:00,357 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:00,394 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:00,394 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:00,408 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:00,408 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:00,423 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:00,424 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:27:00,428 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,431 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:27:00,434 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:27:00,434 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:27:00,462 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 17:27:00,463 INFO program/MainThread: stderr[116]: 2024-03-01 17:27:00,463 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 17:27:00,463 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 17:27:00,463 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:00,494 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:00,494 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:00,509 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:00,509 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:00,524 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:00,525 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:27:00,529 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,533 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:27:00,533 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 17:27:00,541 INFO program/MainThread: stdout: 2024-03-01 17:27:00,541 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:27:00,541 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:00,542 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:00,560 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:00,561 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:00,574 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:00,575 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:27:00,579 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 17:27:00,583 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:27:00,586 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:27:00,590 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 17:27:00,593 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:27:00,594 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:27:00,625 INFO program/MainThread: stdout[117]: 2024-03-01 17:27:00,626 INFO program/MainThread: stderr[117]: 2024-03-01 17:27:00,626 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 17:27:00,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:27:00,634 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,637 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 17:27:00,640 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,643 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 17:27:00,647 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,650 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 17:27:00,653 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 17:27:00,653 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:27:00,705 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 17:27:00,706 INFO program/MainThread: stderr[118]: 2024-03-01 17:27:00,706 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 17:27:00,707 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:27:00,714 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,722 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:27:00,722 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:27:00,736 INFO program/MainThread: stdout: 2024-03-01 17:27:00,737 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:27:00,737 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:00,737 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:00,754 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:00,755 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:00,768 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:00,769 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:27:00,773 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:27:00,776 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:27:00,781 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:27:00,784 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:27:00,788 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:27:00,788 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:27:00,825 INFO program/MainThread: stdout[119]: 2024-03-01 17:27:00,826 INFO program/MainThread: stderr[119]: 2024-03-01 17:27:00,826 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 17:27:00,830 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:27:00,834 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,837 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:27:00,840 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,844 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:27:00,847 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,850 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:27:00,853 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:27:00,853 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:27:00,896 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 17:27:00,896 INFO program/MainThread: stderr[120]: 2024-03-01 17:27:00,897 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 17:27:00,897 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:27:00,904 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:27:00,913 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:27:00,919 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:27:00,928 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,935 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:27:00,939 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,943 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:27:00,946 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:00,949 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:27:00,952 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:27:00,952 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:27:00,986 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 17:27:00,986 INFO program/MainThread: stderr[121]: 2024-03-01 17:27:00,987 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 17:27:00,987 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:27:01,033 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:27:01,034 INFO program/MainThread: stderr[122]: 2024-03-01 17:27:01,034 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 17:27:01,034 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:27:01,077 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 17:27:01,077 INFO program/MainThread: stderr[123]: 2024-03-01 17:27:01,077 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 17:27:01,078 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:27:01,083 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:01,087 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:27:01,096 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:27:01,096 INFO program/MainThread: Running [124] lvm pvremove --force --force --yes /dev/sdb --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:27:01,136 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:27:01,137 INFO program/MainThread: stderr[124]: 2024-03-01 17:27:01,137 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 17:27:01,137 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:27:01,137 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:01,169 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:01,169 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:01,183 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:01,183 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:01,194 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:01,195 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:27:01,202 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:01,206 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:27:01,209 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:27:01,209 INFO program/MainThread: Running [125] 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:27:01,236 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:27:01,236 INFO program/MainThread: stderr[125]: 2024-03-01 17:27:01,236 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 17:27:01,237 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:27:01,237 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:01,272 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:01,272 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:01,286 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:01,286 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:01,301 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:01,302 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:27:01,306 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:27:01,309 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:27:01,312 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:27:01,312 INFO program/MainThread: Running [126] 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:27:01,342 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:27:01,343 INFO program/MainThread: stderr[126]: 2024-03-01 17:27:01,343 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 17:27:01,343 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:27:01,343 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:01,380 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:01,381 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:01,398 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:01,398 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:27:01,412 DEBUG program/MainThread: Return code: 0 2024-03-01 17:27:01,418 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:27:01,418 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 0x7f99b4dd5728> to retry, use: --limit @/tmp/tests_revert_basic.retry PLAY RECAP ********************************************************************* sut : ok=115 changed=4 unreachable=0 failed=1 skipped=76 rescued=0 ignored=0 Friday 01 March 2024 17:27:08 +0000 (0:00:00.981) 0:03:36.692 ********** =============================================================================== fedora.linux_system_roles.snapshot : Run snapshot command revert ------ 122.46s /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.95s /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.23s /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.89s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Update facts ------------------------ 5.84s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 fedora.linux_system_roles.storage : Get required packages --------------- 4.32s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.snapshot : Run snapshot command snapshot ------ 2.93s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.58s /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.56s /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.52s /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.51s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.49s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Ensure test packages ---------------------------------------------------- 2.48s /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:14 ------ fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.48s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.47s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Ensure dmsetup ---------------------------------------------------------- 2.46s /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml:39 -------- 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.39s /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.39s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Ensure test packages ---------------------------------------------------- 2.39s /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. ---^---^---^---^---^---