# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_set_mount.yml ************************************************** 1 plays in /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml PLAY [Mount snapshots of logical volumes across different volume groups] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:2 Friday 01 March 2024 17:38:18 +0000 (0:00:00.011) 0:00:00.011 ********** ok: [sut] TASK [Setup] ******************************************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:63 Friday 01 March 2024 17:38:19 +0000 (0:00:01.009) 0:00:01.021 ********** 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:38:19 +0000 (0:00:00.013) 0:00:01.034 ********** 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:38:19 +0000 (0:00:00.246) 0:00:01.280 ********** 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:38:19 +0000 (0:00:00.017) 0:00:01.297 ********** 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:38:19 +0000 (0:00:00.016) 0:00:01.314 ********** 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:38:19 +0000 (0:00:00.013) 0:00:01.327 ********** 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:38:20 +0000 (0:00:00.018) 0:00:01.345 ********** 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:38:20 +0000 (0:00:00.025) 0:00:01.371 ********** 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:38:20 +0000 (0:00:00.189) 0:00:01.561 ********** 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:38:20 +0000 (0:00:00.014) 0:00:01.575 ********** 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:38:20 +0000 (0:00:00.009) 0:00:01.584 ********** 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:38:20 +0000 (0:00:00.009) 0:00:01.593 ********** 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:38:20 +0000 (0:00:00.026) 0:00:01.619 ********** 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:38:22 +0000 (0:00:02.530) 0:00:04.150 ********** 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:38:22 +0000 (0:00:00.011) 0:00:04.162 ********** 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:38:22 +0000 (0:00:00.010) 0:00:04.172 ********** 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:38:23 +0000 (0:00:00.467) 0:00:04.640 ********** 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:38:23 +0000 (0:00:00.019) 0:00:04.660 ********** 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:38:23 +0000 (0:00:00.015) 0:00:04.676 ********** 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:38:23 +0000 (0:00:00.015) 0:00:04.692 ********** 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:38:23 +0000 (0:00:00.017) 0:00:04.710 ********** 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:38:25 +0000 (0:00:02.375) 0:00:07.085 ********** 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:38:27 +0000 (0:00:01.713) 0:00:08.798 ********** 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:38:27 +0000 (0:00:00.029) 0:00:08.828 ********** 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:38:27 +0000 (0:00:00.009) 0:00:08.837 ********** 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:38:27 +0000 (0:00:00.368) 0:00:09.206 ********** 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:38:27 +0000 (0:00:00.019) 0:00:09.225 ********** 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:38:27 +0000 (0:00:00.009) 0:00:09.235 ********** 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:38:27 +0000 (0:00:00.013) 0:00:09.248 ********** 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:38:27 +0000 (0:00:00.012) 0:00:09.261 ********** 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:38:27 +0000 (0:00:00.012) 0:00:09.273 ********** 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:38:27 +0000 (0:00:00.020) 0:00:09.294 ********** 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:38:27 +0000 (0:00:00.010) 0:00:09.304 ********** 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:38:27 +0000 (0:00:00.018) 0:00:09.322 ********** 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:38:28 +0000 (0:00:00.018) 0:00:09.341 ********** 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:38:28 +0000 (0:00:00.010) 0:00:09.351 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709314174.4848588, "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:38:28 +0000 (0:00:00.198) 0:00:09.550 ********** 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:38:28 +0000 (0:00:00.010) 0:00:09.560 ********** ok: [sut] TASK [Get unused disks] ******************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/setup.yml:23 Friday 01 March 2024 17:38:28 +0000 (0:00:00.763) 0:00:10.324 ********** 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:38:29 +0000 (0:00:00.018) 0:00:10.343 ********** 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:38:29 +0000 (0:00:00.191) 0:00:10.535 ********** 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:38:29 +0000 (0:00:00.015) 0:00:10.550 ********** 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:38:31 +0000 (0:00:02.447) 0:00:12.997 ********** 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:38:31 +0000 (0:00:00.287) 0:00:13.285 ********** 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:38:31 +0000 (0:00:00.013) 0:00:13.299 ********** 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:38:31 +0000 (0:00:00.013) 0:00:13.312 ********** 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:38:31 +0000 (0:00:00.019) 0:00:13.332 ********** 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:38:32 +0000 (0:00:00.018) 0:00:13.351 ********** 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:38:32 +0000 (0:00:00.018) 0:00:13.369 ********** 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:38:32 +0000 (0:00:00.025) 0:00:13.395 ********** 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:38:32 +0000 (0:00:00.016) 0:00:13.412 ********** 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:38:32 +0000 (0:00:00.020) 0:00:13.432 ********** 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:38:32 +0000 (0:00:00.030) 0:00:13.462 ********** 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:38:32 +0000 (0:00:00.013) 0:00:13.476 ********** 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:38:32 +0000 (0:00:00.013) 0:00:13.489 ********** 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:38:32 +0000 (0:00:00.027) 0:00:13.517 ********** 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:38:32 +0000 (0:00:00.012) 0:00:13.530 ********** 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:38:32 +0000 (0:00:00.026) 0:00:13.556 ********** 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:38:34 +0000 (0:00:02.388) 0:00:15.945 ********** 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:38:34 +0000 (0:00:00.027) 0:00:15.972 ********** 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:38:34 +0000 (0:00:00.012) 0:00:15.985 ********** 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:38:38 +0000 (0:00:03.742) 0:00:19.728 ********** 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:38:38 +0000 (0:00:00.022) 0:00:19.750 ********** 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:38:38 +0000 (0:00:00.018) 0:00:19.769 ********** 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:38:38 +0000 (0:00:00.019) 0:00:19.788 ********** 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:38:38 +0000 (0:00:00.017) 0:00:19.806 ********** 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:38:41 +0000 (0:00:02.589) 0:00:22.395 ********** 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:38:42 +0000 (0:00:01.619) 0:00:24.015 ********** 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:38:42 +0000 (0:00:00.029) 0:00:24.045 ********** 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:38:42 +0000 (0:00:00.009) 0:00:24.055 ********** 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:38:52 +0000 (0:00:09.572) 0:00:33.627 ********** 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:38:52 +0000 (0:00:00.019) 0:00:33.646 ********** 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:38:52 +0000 (0:00:00.010) 0:00:33.657 ********** 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:38:52 +0000 (0:00:00.022) 0:00:33.679 ********** 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:38:52 +0000 (0:00:00.020) 0:00:33.700 ********** 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:38:52 +0000 (0:00:00.014) 0:00:33.714 ********** 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:38:52 +0000 (0:00:00.020) 0:00:33.734 ********** 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:38:52 +0000 (0:00:00.012) 0:00:33.747 ********** 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:38:52 +0000 (0:00:00.020) 0:00:33.768 ********** 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:38:52 +0000 (0:00:00.020) 0:00:33.788 ********** 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:38:52 +0000 (0:00:00.011) 0:00:33.800 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709314174.4848588, "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:38:52 +0000 (0:00:00.196) 0:00:33.996 ********** 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:38:52 +0000 (0:00:00.010) 0:00:34.007 ********** ok: [sut] TASK [Run the snapshot role to create a snapshot set of LVs] ******************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:66 Friday 01 March 2024 17:38:53 +0000 (0:00:00.840) 0:00:34.847 ********** 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:38:53 +0000 (0:00:00.025) 0:00:34.873 ********** 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:38:53 +0000 (0:00:00.017) 0:00:34.890 ********** 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:38:53 +0000 (0:00:00.021) 0:00:34.912 ********** 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:38:53 +0000 (0:00:00.015) 0:00:34.928 ********** 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:38:53 +0000 (0:00:00.014) 0:00:34.942 ********** 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:38:53 +0000 (0:00:00.030) 0:00:34.973 ********** 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:38:56 +0000 (0:00:02.370) 0:00:37.344 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py snapshot -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } 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:38:56 +0000 (0:00:00.030) 0:00:37.374 ********** 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:38:58 +0000 (0:00:02.015) 0:00:39.390 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.45.45 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.45.45 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:38:58 +0000 (0:00:00.014) 0:00:39.404 ********** 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:38:58 +0000 (0:00:00.024) 0:00:39.428 ********** 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:38:58 +0000 (0:00:00.012) 0:00:39.440 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Verify the set of snapshots for the LVs] ********************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:73 Friday 01 March 2024 17:38:58 +0000 (0:00:00.015) 0:00:39.456 ********** 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:38:58 +0000 (0:00:00.044) 0:00:39.500 ********** 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:38:58 +0000 (0:00:00.017) 0:00:39.518 ********** 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:38:58 +0000 (0:00:00.022) 0:00:39.540 ********** 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:38:58 +0000 (0:00:00.014) 0:00:39.555 ********** 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:38:58 +0000 (0:00:00.013) 0:00:39.569 ********** 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:38:58 +0000 (0:00:00.030) 0:00:39.599 ********** 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:39:00 +0000 (0:00:02.385) 0:00:41.985 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py check -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } 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:39:00 +0000 (0:00:00.030) 0:00:42.015 ********** 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:39:01 +0000 (0:00:00.783) 0:00:42.800 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.45.45 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.45.45 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:39:01 +0000 (0:00:00.014) 0:00:42.814 ********** 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:39:01 +0000 (0:00:00.025) 0:00:42.840 ********** 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:39:01 +0000 (0:00:00.012) 0:00:42.853 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the set] *********************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:81 Friday 01 March 2024 17:39:01 +0000 (0:00:00.016) 0:00:42.869 ********** 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:39:01 +0000 (0:00:00.031) 0:00:42.901 ********** 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:39:01 +0000 (0:00:00.019) 0:00:42.920 ********** 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:39:01 +0000 (0:00:00.022) 0:00:42.942 ********** 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:39:01 +0000 (0:00:00.015) 0:00:42.958 ********** 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:39:01 +0000 (0:00:00.014) 0:00:42.973 ********** 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:39:01 +0000 (0:00:00.032) 0:00:43.005 ********** 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:39:04 +0000 (0:00:02.392) 0:00:45.398 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* 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:39:04 +0000 (0:00:00.032) 0:00:45.430 ********** 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:39:04 +0000 (0:00:00.609) 0:00:46.040 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.45.45 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.45.45 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:39:04 +0000 (0:00:00.015) 0:00:46.055 ********** 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:39:04 +0000 (0:00:00.025) 0:00:46.080 ********** 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:39:04 +0000 (0:00:00.012) 0:00:46.093 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for mount] ************************************************ task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:89 Friday 01 March 2024 17:39:04 +0000 (0:00:00.016) 0:00:46.110 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the mount is done] ************************************************ task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:93 Friday 01 March 2024 17:39:04 +0000 (0:00:00.013) 0:00:46.123 ********** 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:39:04 +0000 (0:00:00.033) 0:00:46.157 ********** 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:39:04 +0000 (0:00:00.019) 0:00:46.176 ********** 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:39:04 +0000 (0:00:00.023) 0:00:46.199 ********** 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:39:04 +0000 (0:00:00.014) 0:00:46.214 ********** 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:39:04 +0000 (0:00:00.014) 0:00:46.228 ********** 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:39:04 +0000 (0:00:00.032) 0:00:46.261 ********** 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:39:07 +0000 (0:00:02.388) 0:00:48.650 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* 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:39:07 +0000 (0:00:00.029) 0:00:48.679 ********** 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:39:07 +0000 (0:00:00.483) 0:00:49.162 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.45.45 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.45.45 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:39:07 +0000 (0:00:00.015) 0:00:49.178 ********** 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:39:07 +0000 (0:00:00.065) 0:00:49.243 ********** 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:39:07 +0000 (0:00:00.011) 0:00:49.255 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Mount the set again to check idempotence] ******************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:101 Friday 01 March 2024 17:39:07 +0000 (0:00:00.015) 0:00:49.270 ********** 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:39:07 +0000 (0:00:00.035) 0:00:49.306 ********** 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:39:07 +0000 (0:00:00.017) 0:00:49.324 ********** 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:39:08 +0000 (0:00:00.021) 0:00:49.346 ********** 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:39:08 +0000 (0:00:00.014) 0:00:49.360 ********** 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:39:08 +0000 (0:00:00.013) 0:00:49.374 ********** 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:39:08 +0000 (0:00:00.032) 0:00:49.407 ********** 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:39:10 +0000 (0:00:02.498) 0:00:51.905 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py mount -c -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command mount] ********* 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:39:10 +0000 (0:00:00.030) 0:00:51.935 ********** 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:39:11 +0000 (0:00:00.467) 0:00:52.403 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.45.45 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.45.45 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:39:11 +0000 (0:00:00.015) 0:00:52.418 ********** 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:39:11 +0000 (0:00:00.025) 0:00:52.443 ********** 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:39:11 +0000 (0:00:00.011) 0:00:52.455 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for mount] ********************************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:109 Friday 01 March 2024 17:39:11 +0000 (0:00:00.016) 0:00:52.471 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Umount the set] ********************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:113 Friday 01 March 2024 17:39:11 +0000 (0:00:00.013) 0:00:52.484 ********** 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:39:11 +0000 (0:00:00.039) 0:00:52.524 ********** 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:39:11 +0000 (0:00:00.017) 0:00:52.541 ********** 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:39:11 +0000 (0:00:00.022) 0:00:52.564 ********** 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:39:11 +0000 (0:00:00.014) 0:00:52.579 ********** 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:39:11 +0000 (0:00:00.014) 0:00:52.593 ********** 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:39:11 +0000 (0:00:00.030) 0:00:52.624 ********** 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:39:13 +0000 (0:00:02.378) 0:00:55.003 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** 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:39:13 +0000 (0:00:00.030) 0:00:55.033 ********** 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:39:14 +0000 (0:00:00.508) 0:00:55.541 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.45.45 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.45.45 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:39:14 +0000 (0:00:00.015) 0:00:55.557 ********** 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:39:14 +0000 (0:00:00.025) 0:00:55.582 ********** 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:39:14 +0000 (0:00:00.012) 0:00:55.594 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert changes for umount] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:120 Friday 01 March 2024 17:39:14 +0000 (0:00:00.015) 0:00:55.609 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Verify the umount is done] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:124 Friday 01 March 2024 17:39:14 +0000 (0:00:00.012) 0:00:55.622 ********** 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:39:14 +0000 (0:00:00.042) 0:00:55.664 ********** 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:39:14 +0000 (0:00:00.038) 0:00:55.703 ********** 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:39:14 +0000 (0:00:00.023) 0:00:55.726 ********** 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:39:14 +0000 (0:00:00.014) 0:00:55.740 ********** 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:39:14 +0000 (0:00:00.014) 0:00:55.754 ********** 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:39:14 +0000 (0:00:00.033) 0:00:55.788 ********** 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:39:17 +0000 (0:00:02.588) 0:00:58.376 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** 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:39:17 +0000 (0:00:00.029) 0:00:58.405 ********** 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:39:17 +0000 (0:00:00.272) 0:00:58.678 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.45.45 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.45.45 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:39:17 +0000 (0:00:00.015) 0:00:58.694 ********** 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:39:17 +0000 (0:00:00.025) 0:00:58.719 ********** 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:39:17 +0000 (0:00:00.011) 0:00:58.731 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Umount the set again to check idempotence] ******************************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:132 Friday 01 March 2024 17:39:17 +0000 (0:00:00.016) 0:00:58.747 ********** 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:39:17 +0000 (0:00:00.045) 0:00:58.793 ********** 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:39:17 +0000 (0:00:00.018) 0:00:58.812 ********** 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:39:17 +0000 (0:00:00.022) 0:00:58.835 ********** 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:39:17 +0000 (0:00:00.014) 0:00:58.849 ********** 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:39:17 +0000 (0:00:00.015) 0:00:58.864 ********** 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:39:17 +0000 (0:00:00.031) 0:00:58.895 ********** 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:39:19 +0000 (0:00:02.386) 0:01:01.281 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py umount -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command umount] ******** 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:39:19 +0000 (0:00:00.029) 0:01:01.311 ********** 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:39:20 +0000 (0:00:00.475) 0:01:01.787 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.45.45 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.45.45 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:39:20 +0000 (0:00:00.014) 0:01:01.801 ********** 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:39:20 +0000 (0:00:00.025) 0:01:01.827 ********** 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:39:20 +0000 (0:00:00.011) 0:01:01.838 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Assert no changes for umount] ******************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:139 Friday 01 March 2024 17:39:20 +0000 (0:00:00.016) 0:01:01.855 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Run the snapshot role remove the set] ************************************ task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:143 Friday 01 March 2024 17:39:20 +0000 (0:00:00.012) 0:01:01.867 ********** 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:39:20 +0000 (0:00:00.049) 0:01:01.916 ********** 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:39:20 +0000 (0:00:00.018) 0:01:01.935 ********** 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:39:20 +0000 (0:00:00.022) 0:01:01.957 ********** 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:39:20 +0000 (0:00:00.014) 0:01:01.971 ********** 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:39:20 +0000 (0:00:00.014) 0:01:01.986 ********** 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:39:20 +0000 (0:00:00.031) 0:01:02.017 ********** 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:39:23 +0000 (0:00:02.512) 0:01:04.529 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:39:23 +0000 (0:00:00.029) 0:01:04.559 ********** 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:39:24 +0000 (0:00:01.441) 0:01:06.001 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.45.45 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.45.45 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:39:24 +0000 (0:00:00.015) 0:01:06.017 ********** 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:39:24 +0000 (0:00:00.072) 0:01:06.089 ********** 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:39:24 +0000 (0:00:00.012) 0:01:06.102 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Run the snapshot role to verify the set is removed] ********************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:150 Friday 01 March 2024 17:39:24 +0000 (0:00:00.015) 0:01:06.118 ********** 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:39:24 +0000 (0:00:00.052) 0:01:06.170 ********** 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:39:24 +0000 (0:00:00.018) 0:01:06.189 ********** 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:39:24 +0000 (0:00:00.023) 0:01:06.212 ********** 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:39:24 +0000 (0:00:00.014) 0:01:06.227 ********** 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:39:24 +0000 (0:00:00.015) 0:01:06.242 ********** 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:39:24 +0000 (0:00:00.031) 0:01:06.273 ********** 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:39:27 +0000 (0:00:02.515) 0:01:08.789 ********** ok: [sut] => { "__snapshot_cmd": "snapshot.py remove -v -g '{\"name\": \"snapset1\", \"volumes\": [{\"name\": \"snapshot VG1 LV1\", \"vg\": \"test_vg1\", \"lv\": \"lv1\", \"mountpoint\": \"/mnt/lv1_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV3\", \"vg\": \"test_vg2\", \"lv\": \"lv3\", \"mountpoint\": \"/mnt/lv3_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG2 LV4\", \"vg\": \"test_vg2\", \"lv\": \"lv4\", \"mountpoint\": \"/mnt/lv4_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}, {\"name\": \"snapshot VG3 LV7\", \"vg\": \"test_vg3\", \"lv\": \"lv7\", \"mountpoint\": \"/mnt/lv7_mp\", \"percent_space_required\": 15, \"mountpoint_create\": true}]}' " } TASK [fedora.linux_system_roles.snapshot : Run snapshot command remove] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:19 Friday 01 March 2024 17:39:27 +0000 (0:00:00.030) 0:01:08.819 ********** 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:39:27 +0000 (0:00:00.459) 0:01:09.278 ********** ok: [sut] => { "snapshot_cmd_raw": { "changed": false, "failed": false, "rc": 0, "stderr": "Shared connection to 10.31.45.45 closed.\r\n", "stderr_lines": [ "Shared connection to 10.31.45.45 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:39:27 +0000 (0:00:00.014) 0:01:09.293 ********** 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:39:27 +0000 (0:00:00.025) 0:01:09.318 ********** 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:39:27 +0000 (0:00:00.011) 0:01:09.330 ********** skipping: [sut] => { "false_condition": "snapshot_cmd[\"return_code\"] != 0" } TASK [Cleanup] ***************************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tests_set_mount.yml:159 Friday 01 March 2024 17:39:28 +0000 (0:00:00.016) 0:01:09.346 ********** 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:39:28 +0000 (0:00:00.034) 0:01:09.381 ********** TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:2 Friday 01 March 2024 17:39:28 +0000 (0:00:00.019) 0:01:09.400 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml for sut TASK [fedora.linux_system_roles.storage : Ensure ansible_facts used by role] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:2 Friday 01 March 2024 17:39:28 +0000 (0:00:00.018) 0:01:09.418 ********** skipping: [sut] => { "changed": false, "false_condition": "__storage_required_facts | difference(ansible_facts.keys() | list) | length > 0", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set platform/version specific variables] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:7 Friday 01 March 2024 17:39:28 +0000 (0:00:00.022) 0:01:09.441 ********** skipping: [sut] => (item=RedHat.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "RedHat.yml", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=CentOS.yml) => { "ansible_loop_var": "item", "changed": false, "false_condition": "__vars_file is file", "item": "CentOS.yml", "skip_reason": "Conditional result was False" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } ok: [sut] => (item=CentOS_8.yml) => { "ansible_facts": { "blivet_package_list": [ "python3-blivet", "libblockdev-crypto", "libblockdev-dm", "libblockdev-lvm", "libblockdev-mdraid", "libblockdev-swap", "vdo", "kmod-kvdo", "xfsprogs" ] }, "ansible_included_var_files": [ "/WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/vars/CentOS_8.yml" ], "ansible_loop_var": "item", "changed": false, "item": "CentOS_8.yml" } TASK [fedora.linux_system_roles.storage : Check if system is ostree] *********** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:25 Friday 01 March 2024 17:39:28 +0000 (0:00:00.031) 0:01:09.473 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set flag to indicate system is ostree] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/set_vars.yml:30 Friday 01 March 2024 17:39:28 +0000 (0:00:00.014) 0:01:09.487 ********** skipping: [sut] => { "changed": false, "false_condition": "not __storage_is_ostree is defined", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Define an empty list of pools to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:5 Friday 01 March 2024 17:39:28 +0000 (0:00:00.014) 0:01:09.502 ********** ok: [sut] => { "ansible_facts": { "_storage_pools_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Define an empty list of volumes to be used in testing] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:9 Friday 01 March 2024 17:39:28 +0000 (0:00:00.013) 0:01:09.515 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Include the appropriate provider tasks] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main.yml:13 Friday 01 March 2024 17:39:28 +0000 (0:00:00.012) 0:01:09.527 ********** redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount redirecting (type: modules) ansible.builtin.mount to ansible.posix.mount included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml for sut TASK [fedora.linux_system_roles.storage : Make sure blivet is available] ******* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 Friday 01 March 2024 17:39:28 +0000 (0:00:00.028) 0:01:09.556 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Show storage_pools] ****************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:9 Friday 01 March 2024 17:39:30 +0000 (0:00:02.399) 0:01:11.955 ********** 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:39:30 +0000 (0:00:00.029) 0:01:11.985 ********** ok: [sut] => { "storage_volumes": "VARIABLE IS NOT DEFINED!: 'storage_volumes' is undefined. 'storage_volumes' is undefined" } TASK [fedora.linux_system_roles.storage : Get required packages] *************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 Friday 01 March 2024 17:39:30 +0000 (0:00:00.014) 0:01:11.999 ********** ok: [sut] => { "actions": [], "changed": false, "crypts": [], "leaves": [], "mounts": [], "packages": [], "pools": [], "volumes": [] } TASK [fedora.linux_system_roles.storage : Enable copr repositories if needed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:31 Friday 01 March 2024 17:39:37 +0000 (0:00:06.443) 0:01:18.442 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml for sut TASK [fedora.linux_system_roles.storage : Check if the COPR support packages should be installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:2 Friday 01 March 2024 17:39:37 +0000 (0:00:00.025) 0:01:18.467 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure COPR support packages are present] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:13 Friday 01 March 2024 17:39:37 +0000 (0:00:00.019) 0:01:18.487 ********** skipping: [sut] => { "changed": false, "false_condition": "install_copr | d(false) | bool", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Enable COPRs] ************************ task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/enable_coprs.yml:19 Friday 01 March 2024 17:39:37 +0000 (0:00:00.020) 0:01:18.507 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Make sure required packages are installed] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:37 Friday 01 March 2024 17:39:37 +0000 (0:00:00.070) 0:01:18.578 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [fedora.linux_system_roles.storage : Get service facts] ******************* task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:51 Friday 01 March 2024 17:39:39 +0000 (0:00:02.388) 0:01:20.966 ********** 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:39:41 +0000 (0:00:01.606) 0:01:22.573 ********** ok: [sut] => { "ansible_facts": { "storage_cryptsetup_services": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Mask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:63 Friday 01 March 2024 17:39:41 +0000 (0:00:00.031) 0:01:22.605 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:69 Friday 01 March 2024 17:39:41 +0000 (0:00:00.010) 0:01:22.615 ********** 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/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "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:39:53 +0000 (0:00:11.856) 0:01:34.472 ********** skipping: [sut] => { "changed": false, "false_condition": "storage_udevadm_trigger | d(false)", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Unmask the systemd cryptsetup services] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:95 Friday 01 March 2024 17:39:53 +0000 (0:00:00.021) 0:01:34.493 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Show blivet_output] ****************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:101 Friday 01 March 2024 17:39:53 +0000 (0:00:00.011) 0:01:34.504 ********** 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/sdi", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdh", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdj", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdg", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv4", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv4", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg2-lv3", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg2-lv3", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg2", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdd", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdf", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sde", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv2", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv2", "fs_type": null }, { "action": "destroy format", "device": "/dev/mapper/test_vg1-lv1", "fs_type": "xfs" }, { "action": "destroy device", "device": "/dev/mapper/test_vg1-lv1", "fs_type": null }, { "action": "destroy device", "device": "/dev/test_vg1", "fs_type": null }, { "action": "destroy format", "device": "/dev/sdb", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sdc", "fs_type": "lvmpv" }, { "action": "destroy format", "device": "/dev/sda", "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:39:53 +0000 (0:00:00.023) 0:01:34.528 ********** 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:39:53 +0000 (0:00:00.024) 0:01:34.552 ********** ok: [sut] => { "ansible_facts": { "_storage_volumes_list": [] }, "changed": false } TASK [fedora.linux_system_roles.storage : Remove obsolete mounts] ************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:130 Friday 01 March 2024 17:39:53 +0000 (0:00:00.014) 0:01:34.567 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:141 Friday 01 March 2024 17:39:53 +0000 (0:00:00.020) 0:01:34.588 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Set up new/current mounts] *********** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:146 Friday 01 March 2024 17:39:53 +0000 (0:00:00.012) 0:01:34.600 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Manage mount ownership/permissions] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:157 Friday 01 March 2024 17:39:53 +0000 (0:00:00.022) 0:01:34.623 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Tell systemd to refresh its view of /etc/fstab] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:169 Friday 01 March 2024 17:39:53 +0000 (0:00:00.020) 0:01:34.644 ********** skipping: [sut] => { "changed": false, "false_condition": "blivet_output['mounts']", "skip_reason": "Conditional result was False" } TASK [fedora.linux_system_roles.storage : Retrieve facts for the /etc/crypttab file] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:177 Friday 01 March 2024 17:39:53 +0000 (0:00:00.012) 0:01:34.656 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1709314174.4848588, "attr_flags": "", "attributes": [], "block_size": 4096, "blocks": 0, "charset": "binary", "checksum": "da39a3ee5e6b4b0d3255bfef95601890afd80709", "ctime": 1709063408.235, "dev": 51713, "device_type": 0, "executable": false, "exists": true, "gid": 0, "gr_name": "root", "inode": 135, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": false, "isreg": true, "issock": false, "isuid": false, "mimetype": "inode/x-empty", "mode": "0600", "mtime": 1709063064.523, "nlink": 1, "path": "/etc/crypttab", "pw_name": "root", "readable": true, "rgrp": false, "roth": false, "rusr": true, "size": 0, "uid": 0, "version": "4259656727", "wgrp": false, "woth": false, "writeable": true, "wusr": true, "xgrp": false, "xoth": false, "xusr": false } } TASK [fedora.linux_system_roles.storage : Manage /etc/crypttab to account for changes we just made] *** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:182 Friday 01 March 2024 17:39:53 +0000 (0:00:00.200) 0:01:34.857 ********** skipping: [sut] => { "changed": false, "skipped_reason": "No items in the list" } TASK [fedora.linux_system_roles.storage : Update facts] ************************ task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:204 Friday 01 March 2024 17:39:53 +0000 (0:00:00.012) 0:01:34.869 ********** 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:39:54 +0000 (0:00:00.750) 0:01:35.620 ********** 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:39:54 +0000 (0:00:00.013) 0:01:35.633 ********** included: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml for sut TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:5 Friday 01 March 2024 17:39:54 +0000 (0:00:00.018) 0:01:35.652 ********** 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:39:54 +0000 (0:00:00.013) 0:01:35.666 ********** 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:39:54 +0000 (0:00:00.013) 0:01:35.679 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Find unused disks in the system] ***************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:23 Friday 01 March 2024 17:39:56 +0000 (0:00:02.377) 0:01:38.057 ********** ok: [sut] => { "changed": false, "disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "sdj", "sdk" ], "info": [ "Disk [/dev/sdi] 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:39:56 +0000 (0:00:00.210) 0:01:38.267 ********** ok: [sut] => { "ansible_facts": { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "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:39:56 +0000 (0:00:00.013) 0:01:38.281 ********** ok: [sut] => { "unused_disks": [ "sda", "sdb", "sdc", "sdd", "sde", "sdf", "sdg", "sdh", "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:39:56 +0000 (0:00:00.013) 0:01:38.294 ********** skipping: [sut] => { "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)" } TASK [Show disk information] *************************************************** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:49 Friday 01 March 2024 17:39:56 +0000 (0:00:00.019) 0:01:38.314 ********** skipping: [sut] => { "changed": false, "false_condition": "unused_disks | d([]) | length < disks_needed | d(1)", "skip_reason": "Conditional result was False" } TASK [Exit playbook when there's not enough unused disks in the system] ******** task path: /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:58 Friday 01 March 2024 17:39:56 +0000 (0:00:00.019) 0:01:38.334 ********** 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:39:57 +0000 (0:00:00.019) 0:01:38.354 ********** 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:39:59 +0000 (0:00:02.435) 0:01:40.790 ********** 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.400139", "end": "2024-03-01 17:40:00.110571", "failed_when_result": true, "rc": 0, "start": "2024-03-01 17:39:59.710432" } 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/pids type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,pids) cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,net_cls,net_prio) cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,memory) cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,freezer) cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,perf_event) cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,cpu,cpuacct) cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,blkio) 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/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,seclabel,rdma) 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=38,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=19027) debugfs on /sys/kernel/debug type debugfs (rw,relatime,seclabel) hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,seclabel,pagesize=2M) mqueue on /dev/mqueue type mqueue (rw,relatime,seclabel) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw,relatime) tmpfs on /run/user/0 type tmpfs (rw,nosuid,nodev,relatime,seclabel,size=362420k,mode=700) + df -H Filesystem Size Used Avail Use% Mounted on devtmpfs 1.9G 0 1.9G 0% /dev tmpfs 1.9G 0 1.9G 0% /dev/shm tmpfs 1.9G 26M 1.9G 2% /run tmpfs 1.9G 0 1.9G 0% /sys/fs/cgroup /dev/xvda1 269G 5.4G 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:35:41,363 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 test_vg1 None snapset1 None False 2024-03-01 17:35:41,364 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:35:41,390 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:41,390 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,390 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:41,390 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,390 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:41,390 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:35:41,390 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:35:41,390 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,390 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,390 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,390 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,390 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:41,391 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,391 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,391 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:35:41,417 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:41,417 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,417 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:41,417 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,417 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:41,417 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: {"lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "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:35:41,418 INFO snapshot-role/MainThread: {"lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "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:35:41,418 INFO snapshot-role/MainThread: {"lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "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:35:41,418 INFO snapshot-role/MainThread: {"lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "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:35:41,418 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdi"}, 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdj"}, 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:41,418 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i"}, 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1"}, 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"}, 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"} 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: {"lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "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:35:41,419 INFO snapshot-role/MainThread: {"lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "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:35:41,419 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,419 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig"}, 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE"} 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: {"lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "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:35:41,420 INFO snapshot-role/MainThread: {"lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "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:35:41,420 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sda"} 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:41,420 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ"}, 2024-03-01 17:35:41,421 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:41,421 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"} 2024-03-01 17:35:41,421 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,421 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,421 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,421 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,421 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:41,421 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,421 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,421 INFO snapshot-role/MainThread: VG: test_vg1 free 1107296256 2024-03-01 17:35:41,421 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 17:35:41,421 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 17:35:41,421 INFO snapshot-role/MainThread: LV: total 2088763392 2024-03-01 17:35:41,421 INFO snapshot-role/MainThread: space needed: 313314508.80 space available: 1107296256 sufficient space: 1 2024-03-01 17:35:41,421 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:35:41,450 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:41,450 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,450 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:41,450 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,450 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:41,450 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:35:41,450 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,450 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "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:35:41,451 INFO snapshot-role/MainThread: {"lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "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:35:41,451 INFO snapshot-role/MainThread: {"lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "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:35:41,451 INFO snapshot-role/MainThread: {"lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "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:35:41,451 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdi"}, 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdj"}, 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i"}, 2024-03-01 17:35:41,451 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1"}, 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"}, 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"} 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: {"lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "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:35:41,452 INFO snapshot-role/MainThread: {"lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "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:35:41,452 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig"}, 2024-03-01 17:35:41,452 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE"} 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: {"lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "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:35:41,453 INFO snapshot-role/MainThread: {"lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "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:35:41,453 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sda"} 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ"}, 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:41,453 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"} 2024-03-01 17:35:41,454 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,454 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,454 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,454 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,454 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:41,454 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,454 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,454 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:35:41,478 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:41,478 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,478 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:41,479 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,479 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:41,479 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:35:41,479 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,479 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,479 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,479 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,479 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:41,479 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,479 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,479 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:35:41,502 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:41,502 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,502 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:41,502 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,502 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:41,502 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:35:41,503 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:35:41,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,503 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,503 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,503 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:41,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,503 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,503 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:35:41,526 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:35:41,526 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,526 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:41,526 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,526 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:41,526 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,526 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,526 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,526 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,526 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:41,527 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,527 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,527 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 72417280B test_vg1/lv1 2024-03-01 17:35:41,771 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:41,771 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,771 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:41,771 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,771 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,771 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:35:41,811 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:41,811 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,811 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:41,811 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,811 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:41,812 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:35:41,812 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,812 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,812 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,812 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,812 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:41,812 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,812 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,812 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:35:41,836 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:41,836 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,836 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:41,836 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,836 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:41,836 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:35:41,836 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:35:41,836 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:35:41,836 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,836 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,836 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,836 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,836 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:41,836 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,836 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,836 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:35:41,859 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:35:41,859 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,859 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:41,859 INFO snapshot-role/MainThread: { 2024-03-01 17:35:41,859 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:41,859 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,859 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,859 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,859 INFO snapshot-role/MainThread: , 2024-03-01 17:35:41,859 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:41,859 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:41,859 INFO snapshot-role/MainThread: } 2024-03-01 17:35:41,859 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv2_snapset1 -L 240975872B test_vg1/lv2 2024-03-01 17:35:42,072 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:42,072 INFO snapshot-role/MainThread: { 2024-03-01 17:35:42,072 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:42,072 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:42,072 INFO snapshot-role/MainThread: } 2024-03-01 17:35:42,073 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:35:45,061 INFO snapshot-role/MainThread: check_cmd: check 20 test_vg1 None snapset1 1 None 2024-03-01 17:35:45,061 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:35:45,091 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:45,091 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,091 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:45,091 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,091 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:45,091 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: {"lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "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:35:45,092 INFO snapshot-role/MainThread: {"lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "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:35:45,092 INFO snapshot-role/MainThread: {"lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "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:35:45,092 INFO snapshot-role/MainThread: {"lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "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:35:45,092 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdi"}, 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdj"}, 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:45,092 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i"}, 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1"}, 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"}, 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"} 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: {"lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "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:35:45,093 INFO snapshot-role/MainThread: {"lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "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:35:45,093 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,093 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig"}, 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE"} 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: {"lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "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:35:45,094 INFO snapshot-role/MainThread: {"lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F", "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:35:45,094 INFO snapshot-role/MainThread: {"lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "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:35:45,094 INFO snapshot-role/MainThread: {"lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR", "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:35:45,094 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:45,094 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sda"} 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ"}, 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR"}, 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F"} 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,095 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:35:45,120 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:45,120 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,120 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:45,120 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,120 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:45,120 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:35:45,120 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,120 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,121 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,121 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,121 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:45,121 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,121 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,121 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:35:45,145 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:45,145 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,145 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:45,145 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,145 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:45,145 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:35:45,145 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:35:45,145 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:35:45,145 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:35:45,145 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,145 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,145 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,146 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,146 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:45,146 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,146 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,146 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:35:45,170 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:45,170 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,170 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:45,170 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,170 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:45,170 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:35:45,170 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,170 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,170 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,170 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,170 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:45,170 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,170 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,171 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:35:45,193 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:45,193 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,193 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:45,193 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,193 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:45,193 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:35:45,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,193 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,193 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,193 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:45,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,193 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,193 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:35:45,214 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:45,214 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,214 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:45,214 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,214 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:45,214 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:35:45,214 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,214 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,214 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,214 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,214 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:45,214 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,214 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,214 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:35:45,240 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:45,240 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,240 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:45,240 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,240 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:45,240 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:35:45,240 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,240 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,240 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,240 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,240 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:45,240 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,240 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,241 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:35:45,263 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:45,263 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,263 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:45,263 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,263 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:45,263 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:35:45,263 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:35:45,263 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:35:45,263 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:35:45,263 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,263 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,263 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,263 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,263 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:45,263 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,263 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,263 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:35:45,285 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:45,286 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,286 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:45,286 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,286 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:45,286 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:35:45,286 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,286 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,286 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,286 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,286 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:45,286 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,286 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,286 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:35:45,312 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:45,312 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,312 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:45,312 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,312 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:45,312 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:35:45,312 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,312 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,312 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,312 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,312 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:45,312 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,312 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,312 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:35:45,337 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:45,337 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,337 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:45,337 INFO snapshot-role/MainThread: { 2024-03-01 17:35:45,337 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:45,337 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:35:45,337 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,337 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,337 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,337 INFO snapshot-role/MainThread: , 2024-03-01 17:35:45,337 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:45,337 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:45,337 INFO snapshot-role/MainThread: } 2024-03-01 17:35:45,338 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:35:48,196 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 test_vg1 None snapset1 None False 2024-03-01 17:35:48,196 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:35:48,221 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:48,221 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,221 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:48,221 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,221 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,221 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:35:48,221 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:35:48,221 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:35:48,221 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:35:48,221 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,221 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,221 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,221 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,221 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:48,222 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,222 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,222 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:35:48,250 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:48,250 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,250 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:48,250 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,250 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:48,250 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:35:48,250 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "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:35:48,251 INFO snapshot-role/MainThread: {"lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "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:35:48,251 INFO snapshot-role/MainThread: {"lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "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:35:48,251 INFO snapshot-role/MainThread: {"lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "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:35:48,251 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdi"}, 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdj"}, 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:48,251 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i"}, 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1"}, 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"}, 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"} 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: {"lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "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:35:48,252 INFO snapshot-role/MainThread: {"lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "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:35:48,252 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,252 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig"}, 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE"} 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: {"lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "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:35:48,253 INFO snapshot-role/MainThread: {"lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F", "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:35:48,253 INFO snapshot-role/MainThread: {"lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "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:35:48,253 INFO snapshot-role/MainThread: {"lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR", "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:35:48,253 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:48,253 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sda"} 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ"}, 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR"}, 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F"} 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: VG: test_vg1 free 788529152 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: LV: lv1 size : 482344960 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: LV: lv1_snapset1 size : 75497472 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: LV: lv2 size : 1606418432 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: LV: lv2_snapset1 size : 243269632 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: LV: total 2407530496 2024-03-01 17:35:48,254 INFO snapshot-role/MainThread: space needed: 361129574.40 space available: 788529152 sufficient space: 1 2024-03-01 17:35:48,255 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:35:48,282 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:48,282 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,282 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:48,282 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,282 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:48,282 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: {"lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "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:35:48,283 INFO snapshot-role/MainThread: {"lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "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:35:48,283 INFO snapshot-role/MainThread: {"lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "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:35:48,283 INFO snapshot-role/MainThread: {"lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "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:35:48,283 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdi"}, 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdj"}, 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:48,283 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i"}, 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1"}, 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"}, 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"} 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: {"lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "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:35:48,284 INFO snapshot-role/MainThread: {"lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "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:35:48,284 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,284 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig"}, 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE"} 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: {"lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "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:35:48,285 INFO snapshot-role/MainThread: {"lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F", "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:35:48,285 INFO snapshot-role/MainThread: {"lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "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:35:48,285 INFO snapshot-role/MainThread: {"lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR", "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:35:48,285 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:48,285 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sda"} 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ"}, 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR"}, 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F"} 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,286 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:35:48,310 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:48,310 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,310 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:48,310 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,310 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,310 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:35:48,310 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,310 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,310 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,310 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,310 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:48,310 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,310 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,310 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:35:48,337 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:48,337 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,337 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:48,337 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,337 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,337 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:35:48,337 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:35:48,337 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:35:48,337 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:35:48,337 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,337 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,338 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,338 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,338 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:48,338 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,338 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,338 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:35:48,360 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:48,360 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,360 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:48,360 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,360 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,360 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:35:48,360 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,360 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,360 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,360 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,360 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:48,360 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,360 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,360 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:35:48,383 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:48,383 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,383 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:48,383 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,383 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,383 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:35:48,383 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,383 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,383 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,383 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,383 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:48,383 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,383 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,383 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:35:48,406 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:48,406 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,406 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:48,406 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,406 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,406 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:35:48,406 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,406 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,406 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,406 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,406 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:48,406 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,406 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,406 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:35:48,434 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:48,434 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,434 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:48,434 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,434 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,434 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:35:48,434 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,434 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,435 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,435 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,435 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:48,435 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,435 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,435 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:35:48,462 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:48,462 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,462 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:48,462 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,462 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,462 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:35:48,462 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:35:48,462 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:35:48,463 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:35:48,463 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,463 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,463 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,463 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,463 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:48,463 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,463 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,463 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:35:48,487 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:48,487 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,487 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:48,487 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,487 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,487 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:35:48,487 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,487 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,487 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,487 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,487 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:48,487 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,487 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,487 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:35:48,510 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:48,510 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,510 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:48,510 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,510 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,510 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:35:48,510 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,510 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,510 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,510 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,510 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:48,510 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,510 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,510 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:35:48,534 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:48,534 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,534 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:48,534 INFO snapshot-role/MainThread: { 2024-03-01 17:35:48,534 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:48,534 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:35:48,534 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,534 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,534 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,534 INFO snapshot-role/MainThread: , 2024-03-01 17:35:48,534 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:48,534 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:48,534 INFO snapshot-role/MainThread: } 2024-03-01 17:35:48,535 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:35:51,464 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 15 test_vg2 None snapset2 None False 2024-03-01 17:35:51,464 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:35:51,489 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:51,489 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,489 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:51,489 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,489 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:51,489 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:35:51,489 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:35:51,489 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,489 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,490 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,490 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,490 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:51,490 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,490 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,490 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:35:51,517 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:51,517 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,517 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:51,517 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,517 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:51,517 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:35:51,517 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,517 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,517 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:51,517 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:35:51,517 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:35:51,517 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:35:51,517 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:35:51,517 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: {"lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "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:35:51,518 INFO snapshot-role/MainThread: {"lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "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:35:51,518 INFO snapshot-role/MainThread: {"lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "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:35:51,518 INFO snapshot-role/MainThread: {"lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "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:35:51,518 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdi"}, 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdj"}, 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i"}, 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1"}, 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"}, 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"} 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,518 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: {"lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "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:35:51,519 INFO snapshot-role/MainThread: {"lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "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:35:51,519 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig"}, 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE"} 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,519 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: {"lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "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:35:51,520 INFO snapshot-role/MainThread: {"lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F", "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:35:51,520 INFO snapshot-role/MainThread: {"lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "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:35:51,520 INFO snapshot-role/MainThread: {"lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR", "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:35:51,520 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sda"} 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ"}, 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:51,520 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:51,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR"}, 2024-03-01 17:35:51,521 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F"} 2024-03-01 17:35:51,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,521 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,521 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,521 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:51,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,521 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,521 INFO snapshot-role/MainThread: VG: test_vg2 free 2231369728 2024-03-01 17:35:51,521 INFO snapshot-role/MainThread: LV: lv3 size : 322961408 2024-03-01 17:35:51,521 INFO snapshot-role/MainThread: LV: lv4 size : 641728512 2024-03-01 17:35:51,521 INFO snapshot-role/MainThread: LV: total 964689920 2024-03-01 17:35:51,521 INFO snapshot-role/MainThread: space needed: 144703488.00 space available: 2231369728 sufficient space: 1 2024-03-01 17:35:51,521 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:35:51,552 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:51,552 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,552 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:51,552 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,552 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:51,552 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:35:51,552 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,552 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,552 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:51,552 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:35:51,552 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:35:51,552 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:35:51,552 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:35:51,552 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,552 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: {"lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "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:35:51,553 INFO snapshot-role/MainThread: {"lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "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:35:51,553 INFO snapshot-role/MainThread: {"lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "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:35:51,553 INFO snapshot-role/MainThread: {"lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "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:35:51,553 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdi"}, 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdj"}, 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i"}, 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1"}, 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"}, 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"} 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,553 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: {"lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "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:35:51,554 INFO snapshot-role/MainThread: {"lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "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:35:51,554 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig"}, 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE"} 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,554 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: {"lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "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:35:51,555 INFO snapshot-role/MainThread: {"lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F", "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:35:51,555 INFO snapshot-role/MainThread: {"lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "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:35:51,555 INFO snapshot-role/MainThread: {"lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR", "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:35:51,555 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sda"} 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ"}, 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:51,555 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:51,556 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR"}, 2024-03-01 17:35:51,556 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F"} 2024-03-01 17:35:51,556 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,556 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,556 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,556 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,556 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:51,556 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,556 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,556 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:35:51,584 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:51,584 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,584 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:51,584 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,584 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:51,584 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:35:51,584 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,584 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,584 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,584 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,584 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:51,584 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,584 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,584 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:35:51,608 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:51,608 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,608 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:51,608 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,608 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:51,608 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:35:51,608 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:35:51,608 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,608 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,608 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,608 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,608 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:51,608 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,608 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,608 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset2 2024-03-01 17:35:51,634 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:35:51,634 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,634 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:51,634 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,634 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:51,634 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,634 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,634 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,634 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,634 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:51,634 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,634 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,634 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset2 -L 48496640B test_vg2/lv3 2024-03-01 17:35:51,841 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:51,841 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,841 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:51,841 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,841 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,841 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:35:51,879 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:51,879 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,879 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:51,879 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,879 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:51,879 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:35:51,879 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,879 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,879 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,879 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,879 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:51,879 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,879 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,879 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:35:51,903 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:51,903 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,903 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:51,903 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,903 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:51,903 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:35:51,903 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:35:51,903 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:35:51,903 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,903 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,903 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,903 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,903 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:51,903 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,904 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,904 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset2 2024-03-01 17:35:51,929 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:35:51,929 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,929 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:51,929 INFO snapshot-role/MainThread: { 2024-03-01 17:35:51,929 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:51,929 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,929 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,929 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,929 INFO snapshot-role/MainThread: , 2024-03-01 17:35:51,929 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:51,929 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:51,929 INFO snapshot-role/MainThread: } 2024-03-01 17:35:51,929 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset2 -L 96272384B test_vg2/lv4 2024-03-01 17:35:52,133 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:52,134 INFO snapshot-role/MainThread: { 2024-03-01 17:35:52,134 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:52,134 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:52,134 INFO snapshot-role/MainThread: } 2024-03-01 17:35:52,134 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:35:55,159 INFO snapshot-role/MainThread: check_cmd: check 20 test_vg2 None snapset2 1 None 2024-03-01 17:35:55,159 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:35:55,189 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:55,189 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: {"lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "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:35:55,190 INFO snapshot-role/MainThread: {"lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "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:35:55,190 INFO snapshot-role/MainThread: {"lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "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:35:55,190 INFO snapshot-role/MainThread: {"lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "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:35:55,190 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdi"}, 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdj"}, 2024-03-01 17:35:55,190 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i"}, 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1"}, 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"}, 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"} 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: {"lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "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:35:55,191 INFO snapshot-role/MainThread: {"lv_uuid":"8Vd5qt-vwIO-Nsu6-FKKu-crTg-01Xd-dS5xbz", "lv_name":"lv3_snapset2", "lv_full_name":"test_vg2/lv3_snapset2", "lv_path":"/dev/test_vg2/lv3_snapset2", "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:35:55,191 INFO snapshot-role/MainThread: {"lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "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:35:55,191 INFO snapshot-role/MainThread: {"lv_uuid":"qkyyXt-PQEo-CJdk-KTtw-2vqX-ruW1-gNJjel", "lv_name":"lv4_snapset2", "lv_full_name":"test_vg2/lv4_snapset2", "lv_path":"/dev/test_vg2/lv4_snapset2", "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:35:55,191 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,191 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"qkyyXt-PQEo-CJdk-KTtw-2vqX-ruW1-gNJjel", "pv_name":"/dev/sde"}, 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"8Vd5qt-vwIO-Nsu6-FKKu-crTg-01Xd-dS5xbz", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"8Vd5qt-vwIO-Nsu6-FKKu-crTg-01Xd-dS5xbz"}, 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig"}, 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE"}, 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"qkyyXt-PQEo-CJdk-KTtw-2vqX-ruW1-gNJjel"} 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:55,192 INFO snapshot-role/MainThread: {"lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "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:35:55,192 INFO snapshot-role/MainThread: {"lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F", "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:35:55,193 INFO snapshot-role/MainThread: {"lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "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:35:55,193 INFO snapshot-role/MainThread: {"lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR", "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:35:55,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sda"} 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ"}, 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR"}, 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F"} 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,193 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,194 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:35:55,220 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:55,220 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,220 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:55,220 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,220 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:55,220 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:35:55,220 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,220 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,220 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,221 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,221 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:55,221 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,221 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,221 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:35:55,245 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:55,245 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,245 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:55,245 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,245 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:55,245 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:35:55,245 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:35:55,245 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:35:55,245 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:35:55,245 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,246 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,246 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,246 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,246 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:55,246 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,246 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,246 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset2 2024-03-01 17:35:55,271 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:55,271 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,271 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:55,271 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,271 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:55,271 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:35:55,271 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,271 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,271 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,272 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,272 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:55,272 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,272 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,272 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset2 2024-03-01 17:35:55,295 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:55,295 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,295 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:55,295 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,295 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:55,295 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:35:55,295 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,295 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,296 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,296 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,296 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:55,296 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,296 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,296 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset2 2024-03-01 17:35:55,320 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:55,320 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,320 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:55,320 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,320 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:55,320 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:35:55,320 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,321 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,321 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,321 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,321 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:55,321 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,321 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,321 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:35:55,346 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:55,346 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,346 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:55,346 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,346 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:55,346 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:35:55,346 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,346 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,347 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,347 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,347 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:55,347 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,347 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,347 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:35:55,372 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:55,372 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,372 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:55,372 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,372 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:55,372 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:35:55,372 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:35:55,372 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:35:55,372 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:35:55,372 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,372 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,372 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,372 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,373 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:55,373 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,373 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,373 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset2 2024-03-01 17:35:55,397 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:55,397 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,397 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:55,397 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,397 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:55,397 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:35:55,397 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,397 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,397 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,397 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,398 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:55,398 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,398 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,398 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset2 2024-03-01 17:35:55,422 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:55,422 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,422 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:55,422 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,422 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:55,422 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:35:55,422 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,422 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,422 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,423 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,423 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:55,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,423 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,423 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset2 2024-03-01 17:35:55,448 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:55,448 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,448 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:55,448 INFO snapshot-role/MainThread: { 2024-03-01 17:35:55,448 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:55,448 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:35:55,448 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,448 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,449 INFO snapshot-role/MainThread: , 2024-03-01 17:35:55,449 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:55,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:55,449 INFO snapshot-role/MainThread: } 2024-03-01 17:35:55,449 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:35:58,443 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 17:35:58,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:35:58,472 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:58,472 INFO snapshot-role/MainThread: { 2024-03-01 17:35:58,472 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:58,472 INFO snapshot-role/MainThread: { 2024-03-01 17:35:58,472 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:58,472 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:35:58,472 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "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:35:58,473 INFO snapshot-role/MainThread: {"lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "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:35:58,473 INFO snapshot-role/MainThread: {"lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "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:35:58,473 INFO snapshot-role/MainThread: {"lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "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:35:58,473 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdi"}, 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdj"}, 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:35:58,473 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i"}, 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1"}, 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"}, 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"} 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: } 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: { 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: {"lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "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:35:58,474 INFO snapshot-role/MainThread: {"lv_uuid":"8Vd5qt-vwIO-Nsu6-FKKu-crTg-01Xd-dS5xbz", "lv_name":"lv3_snapset2", "lv_full_name":"test_vg2/lv3_snapset2", "lv_path":"/dev/test_vg2/lv3_snapset2", "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:35:58,474 INFO snapshot-role/MainThread: {"lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "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:35:58,474 INFO snapshot-role/MainThread: {"lv_uuid":"qkyyXt-PQEo-CJdk-KTtw-2vqX-ruW1-gNJjel", "lv_name":"lv4_snapset2", "lv_full_name":"test_vg2/lv4_snapset2", "lv_path":"/dev/test_vg2/lv4_snapset2", "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:35:58,474 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"qkyyXt-PQEo-CJdk-KTtw-2vqX-ruW1-gNJjel", "pv_name":"/dev/sde"}, 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"8Vd5qt-vwIO-Nsu6-FKKu-crTg-01Xd-dS5xbz", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:58,474 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"8Vd5qt-vwIO-Nsu6-FKKu-crTg-01Xd-dS5xbz"}, 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig"}, 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE"}, 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"qkyyXt-PQEo-CJdk-KTtw-2vqX-ruW1-gNJjel"} 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: } 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: { 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De", "vg_size":"3196059648", "vg_free":"788529152", "vg_extent_size":"4194304"} 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: {"lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "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:35:58,475 INFO snapshot-role/MainThread: {"lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F", "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:35:58,475 INFO snapshot-role/MainThread: {"lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "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:35:58,475 INFO snapshot-role/MainThread: {"lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR", "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:35:58,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,475 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"58", "segtype":"linear", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: {"pvseg_start":"76", "pvseg_size":"178", "segtype":"free", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sda"} 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ"}, 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:18-75", "segtype":"linear", "lv_uuid":"5cRrx3-0kUV-wIBi-7NKs-Qfe6-fxt3-FCBuIR"}, 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"VaXZl9-qch4-BvFq-WHcc-oWhJ-zef9-nYRA5F"} 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: } 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: } 2024-03-01 17:35:58,476 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:35:58,503 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:58,503 INFO snapshot-role/MainThread: { 2024-03-01 17:35:58,503 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:58,503 INFO snapshot-role/MainThread: { 2024-03-01 17:35:58,503 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:58,503 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:35:58,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,503 INFO snapshot-role/MainThread: } 2024-03-01 17:35:58,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,503 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,503 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:58,503 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,503 INFO snapshot-role/MainThread: } 2024-03-01 17:35:58,504 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 17:35:58,624 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:58,624 INFO snapshot-role/MainThread: { 2024-03-01 17:35:58,624 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:58,624 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,624 INFO snapshot-role/MainThread: } 2024-03-01 17:35:58,624 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2_snapset1 2024-03-01 17:35:58,667 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:58,667 INFO snapshot-role/MainThread: { 2024-03-01 17:35:58,667 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:35:58,667 INFO snapshot-role/MainThread: { 2024-03-01 17:35:58,667 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:35:58,667 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:35:58,667 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,667 INFO snapshot-role/MainThread: } 2024-03-01 17:35:58,667 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,667 INFO snapshot-role/MainThread: , 2024-03-01 17:35:58,667 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:58,668 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,668 INFO snapshot-role/MainThread: } 2024-03-01 17:35:58,668 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv2_snapset1 2024-03-01 17:35:58,788 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:35:58,788 INFO snapshot-role/MainThread: { 2024-03-01 17:35:58,788 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:35:58,789 INFO snapshot-role/MainThread: ] 2024-03-01 17:35:58,789 INFO snapshot-role/MainThread: } 2024-03-01 17:35:58,789 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:36:01,873 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 1 None 2024-03-01 17:36:01,873 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:36:01,903 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:01,903 INFO snapshot-role/MainThread: { 2024-03-01 17:36:01,903 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: { 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: {"lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "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:36:01,904 INFO snapshot-role/MainThread: {"lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "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:36:01,904 INFO snapshot-role/MainThread: {"lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "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:36:01,904 INFO snapshot-role/MainThread: {"lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "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:36:01,904 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdi"}, 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdj"}, 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,904 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i"}, 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1"}, 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"}, 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"} 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: } 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: { 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: {"lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "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:36:01,905 INFO snapshot-role/MainThread: {"lv_uuid":"8Vd5qt-vwIO-Nsu6-FKKu-crTg-01Xd-dS5xbz", "lv_name":"lv3_snapset2", "lv_full_name":"test_vg2/lv3_snapset2", "lv_path":"/dev/test_vg2/lv3_snapset2", "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:36:01,905 INFO snapshot-role/MainThread: {"lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "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:36:01,905 INFO snapshot-role/MainThread: {"lv_uuid":"qkyyXt-PQEo-CJdk-KTtw-2vqX-ruW1-gNJjel", "lv_name":"lv4_snapset2", "lv_full_name":"test_vg2/lv4_snapset2", "lv_path":"/dev/test_vg2/lv4_snapset2", "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:36:01,905 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"qkyyXt-PQEo-CJdk-KTtw-2vqX-ruW1-gNJjel", "pv_name":"/dev/sde"}, 2024-03-01 17:36:01,905 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "pv_name":"/dev/sdd"}, 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "pv_name":"/dev/sdd"}, 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"8Vd5qt-vwIO-Nsu6-FKKu-crTg-01Xd-dS5xbz", "pv_name":"/dev/sdd"}, 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"8Vd5qt-vwIO-Nsu6-FKKu-crTg-01Xd-dS5xbz"}, 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig"}, 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE"}, 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"qkyyXt-PQEo-CJdk-KTtw-2vqX-ruW1-gNJjel"} 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: } 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: { 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: {"lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "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:36:01,906 INFO snapshot-role/MainThread: {"lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "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:36:01,906 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,906 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sdb"}, 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "pv_name":"/dev/sdb"}, 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sda"} 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ"}, 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"} 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: } 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: } 2024-03-01 17:36:01,907 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:36:01,933 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:01,933 INFO snapshot-role/MainThread: { 2024-03-01 17:36:01,933 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:01,933 INFO snapshot-role/MainThread: { 2024-03-01 17:36:01,933 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:01,933 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:36:01,933 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,933 INFO snapshot-role/MainThread: } 2024-03-01 17:36:01,933 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,933 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,933 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:01,933 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,934 INFO snapshot-role/MainThread: } 2024-03-01 17:36:01,934 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:36:01,960 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:01,960 INFO snapshot-role/MainThread: { 2024-03-01 17:36:01,960 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:01,960 INFO snapshot-role/MainThread: { 2024-03-01 17:36:01,960 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:01,960 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:36:01,960 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:36:01,960 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:36:01,961 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:36:01,961 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,961 INFO snapshot-role/MainThread: } 2024-03-01 17:36:01,961 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,961 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,961 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:01,961 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,961 INFO snapshot-role/MainThread: } 2024-03-01 17:36:01,961 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset1 2024-03-01 17:36:01,982 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:01,982 INFO snapshot-role/MainThread: { 2024-03-01 17:36:01,982 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:01,982 INFO snapshot-role/MainThread: { 2024-03-01 17:36:01,982 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:01,982 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,982 INFO snapshot-role/MainThread: } 2024-03-01 17:36:01,982 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,982 INFO snapshot-role/MainThread: , 2024-03-01 17:36:01,982 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:01,982 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:01,982 INFO snapshot-role/MainThread: } 2024-03-01 17:36:01,982 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:36:02,007 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,007 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,007 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,007 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,007 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,007 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:36:02,007 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,007 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,007 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,007 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,007 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,007 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,007 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,008 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:36:02,033 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,033 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,033 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,033 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,033 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,033 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:36:02,033 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:36:02,033 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:36:02,033 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:36:02,033 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,034 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,034 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,034 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,034 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,034 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,034 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,034 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset1 2024-03-01 17:36:02,060 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:02,060 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,060 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,060 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,060 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,060 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,060 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,061 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,061 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,061 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,061 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,061 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,061 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:36:02,086 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,086 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,086 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,086 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,086 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,086 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:36:02,086 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,086 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,086 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,086 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,086 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,086 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,086 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,087 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:36:02,111 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,111 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,111 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,111 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,111 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,112 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:36:02,112 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:36:02,112 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:36:02,112 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:36:02,112 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,112 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,112 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,112 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,112 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,112 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,112 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,112 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:36:02,135 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:02,135 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,135 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,135 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,135 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,135 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,135 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,135 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,135 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,135 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,135 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,136 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,136 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:36:02,161 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,161 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,161 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,161 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,161 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,161 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:36:02,162 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,162 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,162 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,162 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,162 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,162 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,162 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,162 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:36:02,185 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,185 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,185 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,185 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,185 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,185 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:36:02,185 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:36:02,185 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:36:02,185 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:36:02,185 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,185 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,185 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,185 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,186 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,186 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,186 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,186 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset1 2024-03-01 17:36:02,209 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:02,209 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,209 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,209 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,209 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,209 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,209 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,209 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,209 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,209 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,209 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,209 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,209 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:36:02,233 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,233 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,233 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,233 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,233 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,233 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:36:02,233 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,233 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,233 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,233 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,233 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,233 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,233 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,233 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:36:02,257 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,257 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,257 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,257 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,257 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,257 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:36:02,257 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:36:02,257 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:36:02,257 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:36:02,257 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,257 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,257 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,257 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,258 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,258 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,258 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,258 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:36:02,284 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:02,284 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,284 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,284 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,284 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,284 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,284 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,285 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,285 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,285 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,285 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,285 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,285 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset2 2024-03-01 17:36:02,309 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,309 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,309 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,309 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,309 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,309 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:36:02,309 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,309 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,309 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,309 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,309 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,309 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,309 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,310 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:36:02,333 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,333 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,333 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,333 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,333 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,333 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:36:02,333 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,333 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,334 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,334 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,334 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,334 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,334 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,334 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:36:02,358 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,358 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,358 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,358 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,358 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,358 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:36:02,359 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:36:02,359 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:36:02,359 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:36:02,359 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,359 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,359 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,359 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,359 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,359 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,359 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,359 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:36:02,383 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:02,383 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,383 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,384 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,384 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,384 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,384 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,384 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,384 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,384 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,384 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,384 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,384 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset2 2024-03-01 17:36:02,409 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,409 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,409 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,410 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,410 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,410 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:36:02,410 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,410 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,410 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,410 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,410 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,410 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,410 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,410 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:36:02,433 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,433 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,433 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,433 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,433 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,433 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:36:02,433 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,433 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,433 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,434 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,434 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,434 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,434 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,434 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:36:02,458 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,458 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,458 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,458 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,458 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,458 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:36:02,458 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:36:02,458 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,458 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,459 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,459 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,459 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,459 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,459 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,459 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:36:02,482 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:02,482 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,482 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,482 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,482 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,482 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,482 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,482 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,482 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,482 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,482 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,482 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,483 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:36:02,508 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,508 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,508 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,508 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,508 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,508 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:36:02,508 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,508 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,508 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,509 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,509 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,509 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,509 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,509 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:36:02,532 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:02,532 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,532 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,532 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,532 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,532 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:36:02,532 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:36:02,533 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,533 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,533 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,533 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,533 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,533 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,533 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,533 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset1 2024-03-01 17:36:02,557 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:02,557 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,557 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:02,557 INFO snapshot-role/MainThread: { 2024-03-01 17:36:02,557 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:02,557 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,557 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,558 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,558 INFO snapshot-role/MainThread: , 2024-03-01 17:36:02,558 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:02,558 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:02,558 INFO snapshot-role/MainThread: } 2024-03-01 17:36:02,558 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:36:05,544 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset1 0 None 2024-03-01 17:36:05,544 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:36:05,573 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:05,573 INFO snapshot-role/MainThread: { 2024-03-01 17:36:05,573 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:05,573 INFO snapshot-role/MainThread: { 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: , 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: , 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: {"lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "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:36:05,574 INFO snapshot-role/MainThread: {"lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "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:36:05,574 INFO snapshot-role/MainThread: {"lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "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:36:05,574 INFO snapshot-role/MainThread: {"lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "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:36:05,574 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: , 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdi"}, 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdj"}, 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,574 INFO snapshot-role/MainThread: , 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i"}, 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1"}, 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"}, 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"} 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: } 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: , 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: { 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: , 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: , 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: {"lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "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:36:05,575 INFO snapshot-role/MainThread: {"lv_uuid":"8Vd5qt-vwIO-Nsu6-FKKu-crTg-01Xd-dS5xbz", "lv_name":"lv3_snapset2", "lv_full_name":"test_vg2/lv3_snapset2", "lv_path":"/dev/test_vg2/lv3_snapset2", "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:36:05,575 INFO snapshot-role/MainThread: {"lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "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:36:05,575 INFO snapshot-role/MainThread: {"lv_uuid":"qkyyXt-PQEo-CJdk-KTtw-2vqX-ruW1-gNJjel", "lv_name":"lv4_snapset2", "lv_full_name":"test_vg2/lv4_snapset2", "lv_path":"/dev/test_vg2/lv4_snapset2", "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:36:05,575 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: , 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:36:05,575 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"qkyyXt-PQEo-CJdk-KTtw-2vqX-ruW1-gNJjel", "pv_name":"/dev/sde"}, 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "pv_name":"/dev/sdd"}, 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "pv_name":"/dev/sdd"}, 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"8Vd5qt-vwIO-Nsu6-FKKu-crTg-01Xd-dS5xbz", "pv_name":"/dev/sdd"}, 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: , 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"8Vd5qt-vwIO-Nsu6-FKKu-crTg-01Xd-dS5xbz"}, 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig"}, 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE"}, 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"qkyyXt-PQEo-CJdk-KTtw-2vqX-ruW1-gNJjel"} 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: } 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: , 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: { 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: , 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: , 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:05,576 INFO snapshot-role/MainThread: {"lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "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:36:05,576 INFO snapshot-role/MainThread: {"lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "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:36:05,576 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: , 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sdb"}, 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "pv_name":"/dev/sdb"}, 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sda"} 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: , 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ"}, 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"} 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: } 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: , 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:05,577 INFO snapshot-role/MainThread: } 2024-03-01 17:36:05,578 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:36:08,628 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset2 0 None 2024-03-01 17:36:08,628 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:36:08,656 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:08,656 INFO snapshot-role/MainThread: { 2024-03-01 17:36:08,656 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:08,656 INFO snapshot-role/MainThread: { 2024-03-01 17:36:08,656 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:36:08,656 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:36:08,656 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,656 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,656 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "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:36:08,657 INFO snapshot-role/MainThread: {"lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "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:36:08,657 INFO snapshot-role/MainThread: {"lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "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:36:08,657 INFO snapshot-role/MainThread: {"lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "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:36:08,657 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdi"}, 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdj"}, 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i"}, 2024-03-01 17:36:08,657 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1"}, 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"}, 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"} 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: } 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: { 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: {"lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "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:36:08,658 INFO snapshot-role/MainThread: {"lv_uuid":"8Vd5qt-vwIO-Nsu6-FKKu-crTg-01Xd-dS5xbz", "lv_name":"lv3_snapset2", "lv_full_name":"test_vg2/lv3_snapset2", "lv_path":"/dev/test_vg2/lv3_snapset2", "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:36:08,658 INFO snapshot-role/MainThread: {"lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "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:36:08,658 INFO snapshot-role/MainThread: {"lv_uuid":"qkyyXt-PQEo-CJdk-KTtw-2vqX-ruW1-gNJjel", "lv_name":"lv4_snapset2", "lv_full_name":"test_vg2/lv4_snapset2", "lv_path":"/dev/test_vg2/lv4_snapset2", "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:36:08,658 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"qkyyXt-PQEo-CJdk-KTtw-2vqX-ruW1-gNJjel", "pv_name":"/dev/sde"}, 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "pv_name":"/dev/sdd"}, 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "pv_name":"/dev/sdd"}, 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"8Vd5qt-vwIO-Nsu6-FKKu-crTg-01Xd-dS5xbz", "pv_name":"/dev/sdd"}, 2024-03-01 17:36:08,658 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"8Vd5qt-vwIO-Nsu6-FKKu-crTg-01Xd-dS5xbz"}, 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig"}, 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE"}, 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"qkyyXt-PQEo-CJdk-KTtw-2vqX-ruW1-gNJjel"} 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: } 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: { 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: {"lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "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:36:08,659 INFO snapshot-role/MainThread: {"lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "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:36:08,659 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sdb"}, 2024-03-01 17:36:08,659 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "pv_name":"/dev/sdb"}, 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sda"} 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ"}, 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"} 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: } 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: } 2024-03-01 17:36:08,660 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset2 2024-03-01 17:36:08,683 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:08,683 INFO snapshot-role/MainThread: { 2024-03-01 17:36:08,683 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:08,683 INFO snapshot-role/MainThread: { 2024-03-01 17:36:08,683 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:08,683 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset2", "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:36:08,683 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,683 INFO snapshot-role/MainThread: } 2024-03-01 17:36:08,683 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,683 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,683 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:08,683 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,683 INFO snapshot-role/MainThread: } 2024-03-01 17:36:08,683 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset2 2024-03-01 17:36:08,808 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:08,808 INFO snapshot-role/MainThread: { 2024-03-01 17:36:08,808 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:08,808 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,808 INFO snapshot-role/MainThread: } 2024-03-01 17:36:08,809 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset2 2024-03-01 17:36:08,851 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:08,851 INFO snapshot-role/MainThread: { 2024-03-01 17:36:08,851 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:08,851 INFO snapshot-role/MainThread: { 2024-03-01 17:36:08,851 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:08,852 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset2", "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:36:08,852 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,852 INFO snapshot-role/MainThread: } 2024-03-01 17:36:08,852 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,852 INFO snapshot-role/MainThread: , 2024-03-01 17:36:08,852 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:08,852 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,852 INFO snapshot-role/MainThread: } 2024-03-01 17:36:08,852 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset2 2024-03-01 17:36:08,970 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:08,971 INFO snapshot-role/MainThread: { 2024-03-01 17:36:08,971 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:08,971 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:08,971 INFO snapshot-role/MainThread: } 2024-03-01 17:36:08,971 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:36:11,917 INFO snapshot-role/MainThread: remove_cmd: remove None None snapset2 1 None 2024-03-01 17:36:11,917 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:36:11,947 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:11,947 INFO snapshot-role/MainThread: { 2024-03-01 17:36:11,947 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:11,947 INFO snapshot-role/MainThread: { 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: {"lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "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:36:11,948 INFO snapshot-role/MainThread: {"lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "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:36:11,948 INFO snapshot-role/MainThread: {"lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "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:36:11,948 INFO snapshot-role/MainThread: {"lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "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:36:11,948 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdi"}, 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ", "pv_name":"/dev/sdh"}, 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr", "pv_name":"/dev/sdj"}, 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,948 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr"}, 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i"}, 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1"}, 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"}, 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ"} 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: } 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: { 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: {"lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "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:36:11,949 INFO snapshot-role/MainThread: {"lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "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:36:11,949 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig", "pv_name":"/dev/sdd"}, 2024-03-01 17:36:11,949 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE", "pv_name":"/dev/sdd"}, 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig"}, 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE"} 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: } 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: { 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: {"lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "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:36:11,950 INFO snapshot-role/MainThread: {"lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "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:36:11,950 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu", "lv_uuid":"", "pv_name":"/dev/sdc"}, 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sdb"}, 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ", "pv_name":"/dev/sdb"}, 2024-03-01 17:36:11,950 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:36:11,951 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T", "pv_name":"/dev/sda"} 2024-03-01 17:36:11,951 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,951 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,951 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:36:11,951 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ"}, 2024-03-01 17:36:11,951 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"}, 2024-03-01 17:36:11,951 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T"} 2024-03-01 17:36:11,951 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,951 INFO snapshot-role/MainThread: } 2024-03-01 17:36:11,951 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,951 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,951 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:11,951 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,951 INFO snapshot-role/MainThread: } 2024-03-01 17:36:11,951 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv5 2024-03-01 17:36:11,976 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:11,976 INFO snapshot-role/MainThread: { 2024-03-01 17:36:11,976 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:11,976 INFO snapshot-role/MainThread: { 2024-03-01 17:36:11,976 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:11,976 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:36:11,976 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,976 INFO snapshot-role/MainThread: } 2024-03-01 17:36:11,976 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,976 INFO snapshot-role/MainThread: , 2024-03-01 17:36:11,976 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:11,976 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:11,977 INFO snapshot-role/MainThread: } 2024-03-01 17:36:11,977 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:36:12,000 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:12,000 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,000 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,000 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,000 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,000 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:36:12,000 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:36:12,000 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:36:12,000 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:36:12,000 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,000 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,000 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,000 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,000 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,000 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,000 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,000 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv5_snapset2 2024-03-01 17:36:12,025 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:12,025 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,025 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,025 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,025 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,025 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,025 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,025 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,025 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,025 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,025 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,025 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,025 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv6 2024-03-01 17:36:12,049 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:12,049 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,049 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,049 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,049 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,049 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:36:12,049 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,049 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,049 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,049 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,049 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,049 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,049 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,050 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:36:12,073 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:12,073 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,073 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,073 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,073 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,073 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:36:12,073 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:36:12,073 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:36:12,073 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:36:12,073 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,073 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,073 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,073 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,073 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,073 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,073 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,073 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv6_snapset2 2024-03-01 17:36:12,096 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:12,096 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,096 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,096 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,096 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,096 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,096 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,096 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,096 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,096 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,096 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,096 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,096 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7 2024-03-01 17:36:12,119 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:12,119 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,119 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,119 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,119 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,119 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:36:12,119 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,119 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,119 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,119 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,119 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,119 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,119 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,119 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:36:12,144 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:12,144 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,144 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,144 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,144 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,144 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:36:12,144 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:36:12,144 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:36:12,144 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:36:12,144 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,144 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,144 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,144 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,144 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,144 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,144 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,145 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset2 2024-03-01 17:36:12,169 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:12,169 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,169 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,169 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,169 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,169 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,169 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,169 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,169 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,169 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,169 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,169 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,169 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv8 2024-03-01 17:36:12,192 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:12,192 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,192 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,192 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,192 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,192 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:36:12,192 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,192 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,192 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,192 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,192 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,192 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,192 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,192 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:36:12,216 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:12,216 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,216 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,216 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,216 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,216 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:36:12,216 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:36:12,216 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:36:12,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:36:12,216 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,216 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,216 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,216 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,217 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,217 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,217 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,217 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv8_snapset2 2024-03-01 17:36:12,244 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:12,244 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,244 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,244 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,244 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,244 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,244 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,244 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,244 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,244 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,244 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,244 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,245 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3 2024-03-01 17:36:12,267 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:12,267 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,267 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,267 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,267 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,267 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:36:12,267 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,267 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,267 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,267 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,267 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,267 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,267 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,267 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:36:12,289 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:12,290 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,290 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,290 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,290 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,290 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:36:12,290 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:36:12,290 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,290 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,290 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,290 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,290 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,290 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,290 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,290 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset2 2024-03-01 17:36:12,313 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:12,313 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,313 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,313 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,313 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,313 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,313 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,313 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,313 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,313 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,313 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,313 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,313 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4 2024-03-01 17:36:12,340 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:12,340 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,340 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,340 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,340 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,340 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:36:12,340 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,340 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,340 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,340 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,340 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,340 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,340 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,340 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:36:12,363 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:12,363 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,363 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,363 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,363 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,363 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:36:12,363 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:36:12,363 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,363 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,363 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,363 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,363 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,363 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,363 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,363 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset2 2024-03-01 17:36:12,385 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:12,385 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,385 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,385 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,385 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,385 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,385 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,385 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,385 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,385 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,385 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,385 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,385 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1 2024-03-01 17:36:12,409 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:12,409 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,409 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,409 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,409 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,409 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:36:12,409 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,409 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,409 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,409 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,409 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,409 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,409 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,409 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:36:12,435 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:12,435 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,435 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,435 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,435 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,435 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:36:12,435 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:36:12,436 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,436 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,436 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,436 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,436 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,436 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,436 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,436 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset2 2024-03-01 17:36:12,461 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:12,461 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,461 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,461 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,461 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,461 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,461 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,461 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,461 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,461 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,461 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,461 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,461 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv2 2024-03-01 17:36:12,486 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:12,486 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,486 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,486 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,486 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,486 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:36:12,486 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,486 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,486 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,487 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,487 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,487 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,487 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,487 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:36:12,512 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:36:12,512 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,512 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,512 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,512 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,512 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:36:12,512 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:36:12,512 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,512 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,512 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,512 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,512 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,512 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,512 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,512 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv2_snapset2 2024-03-01 17:36:12,536 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:36:12,536 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,536 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:36:12,536 INFO snapshot-role/MainThread: { 2024-03-01 17:36:12,536 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:36:12,536 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,536 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,536 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,536 INFO snapshot-role/MainThread: , 2024-03-01 17:36:12,536 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:36:12,536 INFO snapshot-role/MainThread: ] 2024-03-01 17:36:12,536 INFO snapshot-role/MainThread: } 2024-03-01 17:36:12,537 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:37:21,212 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 15}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} False 2024-03-01 17:37:21,212 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 17:37:21,212 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:37:21,212 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:21,238 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,238 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,238 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,238 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,239 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,239 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:37:21,239 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:37:21,239 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,239 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,239 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,239 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,239 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,239 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,239 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,239 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:37:21,262 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,262 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,262 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,262 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,262 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,263 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:37:21,263 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,263 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,263 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,263 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,263 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,263 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,263 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,263 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:21,286 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,286 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,286 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,286 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,286 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,286 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:37:21,287 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:37:21,287 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,287 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,287 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,287 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,287 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,287 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,287 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,287 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:37:21,310 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,310 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,310 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,310 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,310 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,310 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:37:21,311 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,311 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,311 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,311 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,311 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,311 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,311 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,311 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:21,334 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,334 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,334 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,334 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,334 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,334 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:37:21,335 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:37:21,335 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,335 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,335 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,335 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,335 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,335 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,335 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,335 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:37:21,359 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,359 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,359 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,359 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,359 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,360 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:37:21,360 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,360 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,360 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,360 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,360 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,360 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,360 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,360 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:37:21,385 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,385 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,385 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,385 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,385 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,385 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:37:21,386 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:37:21,386 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:37:21,386 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:37:21,386 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,386 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,386 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,386 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,386 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,386 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,386 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,386 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:37:21,410 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,410 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,410 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,410 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,410 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,410 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:37:21,410 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,411 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,411 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,411 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,411 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,411 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,411 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,411 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:37:21,411 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:37:21,411 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:21,436 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,436 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,436 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,436 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,436 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,436 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:37:21,437 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:37:21,437 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,437 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,437 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,437 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,437 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,437 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,437 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,437 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:37:21,461 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,461 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,461 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,461 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,461 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,461 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:37:21,461 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,461 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,461 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,461 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,461 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,462 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,462 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,462 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:21,485 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,485 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,485 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,485 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,485 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,485 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:37:21,485 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:37:21,485 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,485 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,485 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,485 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,485 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,485 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,485 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,485 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:37:21,509 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,509 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,509 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,509 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,509 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,509 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:37:21,509 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,509 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,509 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,509 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,509 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,509 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,509 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,510 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:21,534 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,534 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,534 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,534 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,534 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,534 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:37:21,534 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:37:21,534 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,534 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,534 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,534 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,534 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,534 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,534 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,535 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:37:21,558 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,558 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,558 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,558 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,558 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,558 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:37:21,558 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,558 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,558 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,558 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,558 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,558 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,558 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,558 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:37:21,583 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,583 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,583 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,583 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,583 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,583 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:37:21,583 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:37:21,583 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:37:21,583 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:37:21,583 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,583 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,583 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,583 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,583 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,583 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,584 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,584 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:37:21,608 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,608 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,608 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,608 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,608 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,608 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:37:21,608 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,608 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,608 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,608 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,608 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,608 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,608 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,608 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:37:21,608 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:37:21,608 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:21,632 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,632 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,632 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,632 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,632 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,632 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:37:21,632 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:37:21,632 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,632 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,632 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,632 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,632 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,632 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,632 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,632 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:37:21,657 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:37:21,657 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,657 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,657 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,657 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,657 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,657 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,657 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,657 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,657 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,657 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,657 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,657 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:21,680 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,681 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,681 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,681 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,681 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,681 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:37:21,681 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:37:21,681 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,681 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,681 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,681 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,681 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,681 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,681 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,681 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:37:21,705 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:37:21,705 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,705 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,705 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,705 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,705 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,705 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,705 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,705 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,705 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,705 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,705 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,705 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:21,733 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,733 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,733 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,733 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,733 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,733 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:37:21,733 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:37:21,733 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,733 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,733 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,733 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,733 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,734 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,734 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,734 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:37:21,758 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:37:21,758 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,758 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,758 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,758 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,758 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,758 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,758 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,758 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,758 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,758 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,758 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,758 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:37:21,779 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,780 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,780 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,780 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,780 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,780 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:37:21,780 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:37:21,780 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:37:21,780 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:37:21,780 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,780 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,780 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,780 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,780 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,780 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,780 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,780 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 17:37:21,803 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:37:21,831 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,831 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,831 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,831 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,831 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:21,831 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:37:21,831 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,831 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,831 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:21,831 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:37:21,831 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "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:37:21,832 INFO snapshot-role/MainThread: {"lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "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:37:21,832 INFO snapshot-role/MainThread: {"lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "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:37:21,832 INFO snapshot-role/MainThread: {"lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "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:37:21,832 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdh"}, 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdi"}, 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdj"}, 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP"}, 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq"}, 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"}, 2024-03-01 17:37:21,832 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"} 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: {"lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "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:37:21,833 INFO snapshot-role/MainThread: {"lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "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:37:21,833 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw"}, 2024-03-01 17:37:21,833 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z"} 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: {"lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "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:37:21,834 INFO snapshot-role/MainThread: {"lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "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:37:21,834 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sda"}, 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:21,834 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6"} 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1052770304 vg_extent_size : 4194304 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2231369728 vg_extent_size : 4194304 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1107296256 vg_extent_size : 4194304 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:37:21,835 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:37:21,836 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:21,859 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:21,859 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,859 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,859 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,859 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,859 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:37:21,859 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:37:21,859 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,859 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,859 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,859 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,859 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,859 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,859 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,859 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:37:21,886 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:37:21,886 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,886 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:21,886 INFO snapshot-role/MainThread: { 2024-03-01 17:37:21,886 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:21,886 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,886 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,886 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,886 INFO snapshot-role/MainThread: , 2024-03-01 17:37:21,886 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:21,886 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:21,886 INFO snapshot-role/MainThread: } 2024-03-01 17:37:21,887 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 75497472B test_vg1/lv1 2024-03-01 17:37:22,104 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:22,104 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,104 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:22,105 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,105 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,105 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:22,145 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:22,145 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,145 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:22,145 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,145 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:22,146 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:37:22,146 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:37:22,146 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,146 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,146 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,146 INFO snapshot-role/MainThread: , 2024-03-01 17:37:22,146 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:22,146 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,146 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,146 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:37:22,170 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:37:22,170 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,170 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:22,170 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,170 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:22,170 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,170 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,170 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,170 INFO snapshot-role/MainThread: , 2024-03-01 17:37:22,170 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:22,170 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,170 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,171 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 50331648B test_vg2/lv3 2024-03-01 17:37:22,379 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:22,379 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,379 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:22,379 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,380 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,380 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:22,417 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:22,417 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,417 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:22,417 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,417 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:22,418 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:37:22,418 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:37:22,418 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:37:22,418 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,418 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,418 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,418 INFO snapshot-role/MainThread: , 2024-03-01 17:37:22,418 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:22,418 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,418 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,418 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:37:22,440 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:37:22,440 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,440 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:22,440 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,440 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:22,440 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,440 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,440 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,440 INFO snapshot-role/MainThread: , 2024-03-01 17:37:22,440 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:22,440 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,440 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,440 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96468992B test_vg2/lv4 2024-03-01 17:37:22,648 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:22,648 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,648 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:22,648 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,648 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,648 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:37:22,686 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:22,686 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,686 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:22,686 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,686 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:22,686 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:37:22,686 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:37:22,686 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:37:22,686 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:37:22,686 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,686 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,686 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,686 INFO snapshot-role/MainThread: , 2024-03-01 17:37:22,686 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:22,687 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,687 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,687 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:37:22,709 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:37:22,710 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,710 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:22,710 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,710 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:22,710 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,710 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,710 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,710 INFO snapshot-role/MainThread: , 2024-03-01 17:37:22,710 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:22,710 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,710 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,710 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 67108864B test_vg3/lv7 2024-03-01 17:37:22,920 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:22,921 INFO snapshot-role/MainThread: { 2024-03-01 17:37:22,921 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:22,921 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:22,921 INFO snapshot-role/MainThread: } 2024-03-01 17:37:22,921 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:37:25,966 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 15}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 15}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 15}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 15}]} 2024-03-01 17:37:25,966 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 15}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 15}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 15}]} 2024-03-01 17:37:25,966 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 17:37:25,966 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:37:25,967 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:25,995 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:25,995 INFO snapshot-role/MainThread: { 2024-03-01 17:37:25,995 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:25,995 INFO snapshot-role/MainThread: { 2024-03-01 17:37:25,995 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:25,995 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:37:25,995 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:37:25,995 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:37:25,995 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:25,995 INFO snapshot-role/MainThread: } 2024-03-01 17:37:25,995 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:25,995 INFO snapshot-role/MainThread: , 2024-03-01 17:37:25,995 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:25,995 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:25,995 INFO snapshot-role/MainThread: } 2024-03-01 17:37:25,995 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:37:26,019 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,019 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,019 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,019 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,019 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,019 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:37:26,019 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,019 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,019 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,019 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,019 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,019 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,019 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,019 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:26,044 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,044 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,044 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,044 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,044 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,044 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:37:26,044 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:37:26,044 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:37:26,045 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:37:26,045 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,045 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,045 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,045 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,045 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,045 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,045 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,045 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:37:26,069 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,069 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,069 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,069 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,069 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,069 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:37:26,069 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,069 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,069 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,069 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,069 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,070 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,070 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,070 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:26,092 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,092 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,092 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,092 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,092 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,092 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:37:26,092 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:37:26,092 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:37:26,092 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:37:26,092 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,092 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,092 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,092 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,092 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,092 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,092 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,093 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:37:26,117 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,117 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,117 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,117 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,117 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,117 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:37:26,117 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,117 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,117 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,117 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,117 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,117 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,117 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,117 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:37:26,143 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,143 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,143 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,143 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,143 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,143 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:37:26,143 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:37:26,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:37:26,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:37:26,143 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:37:26,143 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,143 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,143 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,143 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,143 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,143 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,143 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,144 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:37:26,167 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,167 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,167 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,167 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,167 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37: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:37:26,167 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,167 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,167 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,167 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,167 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,167 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,167 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,168 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:37:26,168 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:26,192 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,192 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,192 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,192 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,192 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,192 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:37:26,192 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:37:26,192 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:37:26,192 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,193 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,193 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,193 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,193 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,193 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,193 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:37:26,223 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,223 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,223 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,223 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,223 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,223 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:37:26,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,223 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,223 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,223 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,223 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,223 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,223 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:37:26,248 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,248 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,248 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,248 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,248 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,248 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:37:26,248 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,248 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,248 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,248 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,248 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,248 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,248 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,248 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:26,274 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,274 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,274 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,274 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,274 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,274 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:37:26,274 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:37:26,274 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:37:26,274 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:37:26,274 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,274 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,274 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,274 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,274 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,274 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,274 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,274 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:37:26,299 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,299 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,299 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,299 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,299 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,299 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:37:26,299 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,299 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,299 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,299 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,299 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,299 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,299 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,299 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:37:26,324 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,324 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,324 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,324 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,324 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,324 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:37:26,324 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,324 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,324 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,324 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,324 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,324 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,324 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,324 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:26,348 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,348 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,348 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,348 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,348 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,348 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:37:26,348 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:37:26,348 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:37:26,348 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:37:26,348 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,348 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,348 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,348 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,348 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,348 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,348 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,348 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:37:26,371 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,371 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,371 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,371 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,371 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,371 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:37:26,371 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,371 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,371 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,371 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,371 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,371 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,371 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,371 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:37:26,394 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,394 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,394 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,394 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,394 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,394 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:37:26,394 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,394 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,394 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,394 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,394 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,394 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,394 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,394 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:37:26,419 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,419 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,419 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,419 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,419 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,419 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:37:26,419 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:37:26,419 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:37:26,419 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:37:26,419 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:37:26,419 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,419 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,419 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,419 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,419 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,419 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,419 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,419 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:37:26,444 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,444 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,444 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,444 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,444 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,444 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:37:26,444 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,444 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,444 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,444 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,444 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,444 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,444 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,444 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:37:26,467 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:26,467 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,467 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:26,467 INFO snapshot-role/MainThread: { 2024-03-01 17:37:26,467 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:26,467 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:37:26,467 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,467 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,467 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,467 INFO snapshot-role/MainThread: , 2024-03-01 17:37:26,468 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:26,468 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:26,468 INFO snapshot-role/MainThread: } 2024-03-01 17:37:26,468 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:37:29,337 INFO snapshot-role/MainThread: extend_cmd: extend None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 30}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 30}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 30}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 30}]} 2024-03-01 17:37:29,337 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 30}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 30}]} 2024-03-01 17:37:29,337 INFO snapshot-role/MainThread: extend snapsset : snapset1 2024-03-01 17:37:29,337 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:29,367 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:29,367 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,367 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:29,367 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,367 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,367 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:37:29,367 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:37:29,367 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:37:29,367 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,367 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,367 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,367 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,367 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:29,367 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,367 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,368 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:37:29,391 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:29,391 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,391 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:29,391 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,391 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,391 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:37:29,391 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,391 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,391 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,391 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,391 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:29,391 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,391 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,391 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:37:29,415 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:29,415 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,415 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:29,415 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,415 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,415 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:37:29,415 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,415 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,415 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,415 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,415 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:29,416 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,416 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,416 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF", "vg_size":"4261412864", "vg_free":"985661440", "vg_extent_size":"4194304"} 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,445 INFO snapshot-role/MainThread: {"lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "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:37:29,445 INFO snapshot-role/MainThread: {"lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "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:37:29,445 INFO snapshot-role/MainThread: {"lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "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:37:29,446 INFO snapshot-role/MainThread: {"lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "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:37:29,446 INFO snapshot-role/MainThread: {"lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "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:37:29,446 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdh"}, 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"pvseg_start":"221", "pvseg_size":"33", "segtype":"free", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdi"}, 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdj"}, 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-220", "segtype":"linear", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt"}, 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP"}, 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq"}, 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"}, 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"} 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:29,446 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: {"lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "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:37:29,447 INFO snapshot-role/MainThread: {"lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "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:37:29,447 INFO snapshot-role/MainThread: {"lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "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:37:29,447 INFO snapshot-role/MainThread: {"lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "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:37:29,447 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "pv_name":"/dev/sde"}, 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw"}, 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa"}, 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl"}, 2024-03-01 17:37:29,447 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z"} 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ", "vg_size":"3196059648", "vg_free":"1031798784", "vg_extent_size":"4194304"} 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: {"lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "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:37:29,448 INFO snapshot-role/MainThread: {"lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "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:37:29,448 INFO snapshot-role/MainThread: {"lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "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:37:29,448 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sda"}, 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"18", "segtype":"linear", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "pv_name":"/dev/sdc"}, 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: {"pvseg_start":"18", "pvseg_size":"236", "segtype":"free", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,448 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-17", "segtype":"linear", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x"}, 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6"} 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 985661440 vg_extent_size : 4194304 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2084569088 vg_extent_size : 4194304 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 96468992 chunk_size : 65536 2024-03-01 17:37:29,449 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1031798784 vg_extent_size : 4194304 2024-03-01 17:37:29,450 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:37:29,450 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 75497472 chunk_size : 65536 2024-03-01 17:37:29,450 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:37:29,450 INFO snapshot-role/MainThread: Running... lvextend -L 146800640B test_vg1/lv1_snapset1 2024-03-01 17:37:29,554 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:29,554 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,554 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:29,554 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,554 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,555 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:29,594 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:29,594 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,594 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:29,594 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,594 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,594 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:37:29,594 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:37:29,594 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:37:29,594 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:37:29,594 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,594 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,594 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,594 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,595 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:29,595 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,595 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,595 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:37:29,621 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:29,621 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,621 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:29,621 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,621 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,621 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:37:29,621 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,621 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,621 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,621 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,621 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:29,621 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,621 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,621 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:37:29,647 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:29,647 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,647 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:29,647 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,647 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,647 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:37:29,647 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,647 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,647 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,647 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,647 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:29,647 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,647 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,647 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:37:29,677 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:29,677 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,677 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:29,677 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,677 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:29,677 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF", "vg_size":"4261412864", "vg_free":"985661440", "vg_extent_size":"4194304"} 2024-03-01 17:37:29,677 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: {"lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "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:37:29,678 INFO snapshot-role/MainThread: {"lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "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:37:29,678 INFO snapshot-role/MainThread: {"lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "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:37:29,678 INFO snapshot-role/MainThread: {"lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "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:37:29,678 INFO snapshot-role/MainThread: {"lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "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:37:29,678 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdh"}, 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: {"pvseg_start":"221", "pvseg_size":"33", "segtype":"free", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdi"}, 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdj"}, 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:29,678 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-220", "segtype":"linear", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt"}, 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP"}, 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq"}, 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"}, 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"} 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8", "vg_size":"3196059648", "vg_free":"2084569088", "vg_extent_size":"4194304"} 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: {"lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "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:37:29,679 INFO snapshot-role/MainThread: {"lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "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:37:29,679 INFO snapshot-role/MainThread: {"lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "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:37:29,679 INFO snapshot-role/MainThread: {"lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "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:37:29,679 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:37:29,679 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"12", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: {"pvseg_start":"242", "pvseg_size":"12", "segtype":"free", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "pv_name":"/dev/sde"}, 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw"}, 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa"}, 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-241", "segtype":"linear", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl"}, 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z"} 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,680 INFO snapshot-role/MainThread: {"lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "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:37:29,680 INFO snapshot-role/MainThread: {"lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "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:37:29,680 INFO snapshot-role/MainThread: {"lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "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:37:29,681 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sda"}, 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "pv_name":"/dev/sdc"}, 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x"}, 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6"} 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,681 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 985661440 vg_extent_size : 4194304 2024-03-01 17:37:29,682 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:37:29,682 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:37:29,682 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:29,682 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 17:37:29,682 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:29,682 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2084569088 vg_extent_size : 4194304 2024-03-01 17:37:29,682 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:37:29,682 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 50331648 chunk_size : 65536 2024-03-01 17:37:29,682 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:37:29,682 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 96468992 chunk_size : 65536 2024-03-01 17:37:29,682 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 17:37:29,682 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:37:29,682 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 17:37:29,682 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:37:29,682 INFO snapshot-role/MainThread: Running... lvextend -L 100663296B test_vg2/lv3_snapset1 2024-03-01 17:37:29,782 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:29,783 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,783 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:29,783 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,783 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,783 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:29,822 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:29,822 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,822 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:29,822 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,823 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,823 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:37:29,823 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:29,823 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:37:29,823 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:37:29,823 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,823 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,823 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,823 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,823 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:29,823 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,823 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,823 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:37:29,849 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:29,849 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,849 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:29,849 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,849 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,849 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:37:29,849 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,849 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,849 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,849 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,849 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:29,849 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,849 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,849 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:37:29,875 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:29,875 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,875 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:29,875 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,875 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,875 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:37:29,875 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,875 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,875 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,875 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,876 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:29,876 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,876 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,876 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:37:29,904 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:29,904 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,904 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:29,904 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,904 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:29,904 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF", "vg_size":"4261412864", "vg_free":"985661440", "vg_extent_size":"4194304"} 2024-03-01 17:37:29,904 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,904 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,904 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:29,904 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,904 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:37:29,904 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:37:29,904 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:37:29,904 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "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:37:29,905 INFO snapshot-role/MainThread: {"lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "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:37:29,905 INFO snapshot-role/MainThread: {"lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "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:37:29,905 INFO snapshot-role/MainThread: {"lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "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:37:29,905 INFO snapshot-role/MainThread: {"lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "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:37:29,905 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdh"}, 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"pvseg_start":"221", "pvseg_size":"33", "segtype":"free", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdi"}, 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdj"}, 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-220", "segtype":"linear", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt"}, 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP"}, 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq"}, 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"}, 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"} 2024-03-01 17:37:29,905 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8", "vg_size":"3196059648", "vg_free":"2034237440", "vg_extent_size":"4194304"} 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: {"lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "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:37:29,906 INFO snapshot-role/MainThread: {"lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "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:37:29,906 INFO snapshot-role/MainThread: {"lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "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:37:29,906 INFO snapshot-role/MainThread: {"lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "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:37:29,906 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"23", "segtype":"linear", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "pv_name":"/dev/sde"}, 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: {"pvseg_start":"23", "pvseg_size":"231", "segtype":"free", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,906 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw"}, 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-22", "segtype":"linear", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa"}, 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl"}, 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z"} 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: { 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: {"lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "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:37:29,907 INFO snapshot-role/MainThread: {"lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "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:37:29,907 INFO snapshot-role/MainThread: {"lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "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:37:29,907 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sda"}, 2024-03-01 17:37:29,907 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "pv_name":"/dev/sdc"}, 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x"}, 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6"} 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: , 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: } 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 985661440 vg_extent_size : 4194304 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2034237440 vg_extent_size : 4194304 2024-03-01 17:37:29,908 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:37:29,909 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 17:37:29,909 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:37:29,909 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 96468992 chunk_size : 65536 2024-03-01 17:37:29,909 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 17:37:29,909 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:37:29,909 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 17:37:29,909 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:37:29,909 INFO snapshot-role/MainThread: Running... lvextend -L 192937984B test_vg2/lv4_snapset1 2024-03-01 17:37:30,005 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:30,005 INFO snapshot-role/MainThread: { 2024-03-01 17:37:30,005 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:30,005 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,005 INFO snapshot-role/MainThread: } 2024-03-01 17:37:30,006 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:37:30,053 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:30,053 INFO snapshot-role/MainThread: { 2024-03-01 17:37:30,053 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:30,053 INFO snapshot-role/MainThread: { 2024-03-01 17:37:30,053 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:30,053 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:37:30,053 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:37:30,053 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:37:30,054 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:37:30,054 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:37:30,054 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,054 INFO snapshot-role/MainThread: } 2024-03-01 17:37:30,054 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,054 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,054 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:30,054 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,054 INFO snapshot-role/MainThread: } 2024-03-01 17:37:30,054 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:37:30,077 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:30,077 INFO snapshot-role/MainThread: { 2024-03-01 17:37:30,077 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:30,077 INFO snapshot-role/MainThread: { 2024-03-01 17:37:30,077 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:30,077 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:37:30,077 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,077 INFO snapshot-role/MainThread: } 2024-03-01 17:37:30,077 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,077 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,077 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:30,077 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,077 INFO snapshot-role/MainThread: } 2024-03-01 17:37:30,077 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:37:30,101 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:30,101 INFO snapshot-role/MainThread: { 2024-03-01 17:37:30,101 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:30,101 INFO snapshot-role/MainThread: { 2024-03-01 17:37:30,101 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:30,101 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:37:30,101 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,101 INFO snapshot-role/MainThread: } 2024-03-01 17:37:30,101 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,101 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,101 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:30,101 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,101 INFO snapshot-role/MainThread: } 2024-03-01 17:37:30,101 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:37:30,129 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:30,129 INFO snapshot-role/MainThread: { 2024-03-01 17:37:30,129 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:30,129 INFO snapshot-role/MainThread: { 2024-03-01 17:37:30,129 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:30,129 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF", "vg_size":"4261412864", "vg_free":"985661440", "vg_extent_size":"4194304"} 2024-03-01 17:37:30,129 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,129 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "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:37:30,130 INFO snapshot-role/MainThread: {"lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "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:37:30,130 INFO snapshot-role/MainThread: {"lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "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:37:30,130 INFO snapshot-role/MainThread: {"lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "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:37:30,130 INFO snapshot-role/MainThread: {"lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "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:37:30,130 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdh"}, 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"16", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"pvseg_start":"221", "pvseg_size":"33", "segtype":"free", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdi"}, 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdj"}, 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:30,130 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-220", "segtype":"linear", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt"}, 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP"}, 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq"}, 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"}, 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"} 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: } 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: { 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: {"lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "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:37:30,131 INFO snapshot-role/MainThread: {"lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "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:37:30,131 INFO snapshot-role/MainThread: {"lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "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:37:30,131 INFO snapshot-role/MainThread: {"lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "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:37:30,131 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:30,131 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "pv_name":"/dev/sde"}, 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw"}, 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa"}, 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl"}, 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z"} 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: } 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: { 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: {"lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "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:37:30,132 INFO snapshot-role/MainThread: {"lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "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:37:30,132 INFO snapshot-role/MainThread: {"lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "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:37:30,132 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,132 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sda"}, 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "pv_name":"/dev/sdc"}, 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x"}, 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6"} 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: } 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: , 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: } 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 985661440 vg_extent_size : 4194304 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:37:30,133 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:37:30,134 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:30,134 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 67108864 chunk_size : 65536 2024-03-01 17:37:30,134 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:30,134 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 17:37:30,134 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:37:30,134 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 17:37:30,134 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:37:30,134 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 17:37:30,134 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 17:37:30,134 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:37:30,134 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 17:37:30,134 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:37:30,134 INFO snapshot-role/MainThread: Running... lvextend -L 130023424B test_vg3/lv7_snapset1 2024-03-01 17:37:30,239 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:30,239 INFO snapshot-role/MainThread: { 2024-03-01 17:37:30,239 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:30,239 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:30,239 INFO snapshot-role/MainThread: } 2024-03-01 17:37:30,240 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:37:33,160 INFO snapshot-role/MainThread: extend_cmd: extend None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 30}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 30}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 30}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 30}]} 2024-03-01 17:37:33,160 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 30}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 30}]} 2024-03-01 17:37:33,160 INFO snapshot-role/MainThread: extend verify snapsset : snapset1 2024-03-01 17:37:33,160 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:33,187 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:33,187 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,187 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:33,187 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,187 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,187 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:37:33,187 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:33,187 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:37:33,188 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,188 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,188 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,188 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,188 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:33,188 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,188 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,188 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:37:33,212 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:33,212 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,212 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:33,212 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,212 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,212 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:33,212 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,212 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,212 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,212 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,212 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:33,212 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,212 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,212 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:37:33,240 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:33,240 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,240 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:33,240 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,240 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:33,240 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 17:37:33,240 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,240 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,240 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:33,240 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "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:37:33,241 INFO snapshot-role/MainThread: {"lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "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:37:33,241 INFO snapshot-role/MainThread: {"lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "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:37:33,241 INFO snapshot-role/MainThread: {"lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "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:37:33,241 INFO snapshot-role/MainThread: {"lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "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:37:33,241 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdh"}, 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdi"}, 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdj"}, 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt"}, 2024-03-01 17:37:33,241 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP"}, 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq"}, 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"}, 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"} 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: {"lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "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:37:33,242 INFO snapshot-role/MainThread: {"lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "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:37:33,242 INFO snapshot-role/MainThread: {"lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "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:37:33,242 INFO snapshot-role/MainThread: {"lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "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:37:33,242 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,242 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "pv_name":"/dev/sde"}, 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw"}, 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa"}, 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl"}, 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z"} 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: {"lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "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:37:33,243 INFO snapshot-role/MainThread: {"lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "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:37:33,243 INFO snapshot-role/MainThread: {"lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "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:37:33,243 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,243 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sda"}, 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "pv_name":"/dev/sdc"}, 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x"}, 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6"} 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:37:33,244 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:33,245 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 17:37:33,245 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:33,245 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 17:37:33,245 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:37:33,245 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 17:37:33,245 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:37:33,245 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 17:37:33,245 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 17:37:33,245 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:37:33,245 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 17:37:33,245 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:37:33,245 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:33,270 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:33,270 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,270 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:33,270 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,270 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,270 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:37:33,270 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:33,270 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:37:33,270 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:33,270 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,270 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,270 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,270 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,271 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:33,271 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,271 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,271 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:37:33,296 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:33,296 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,296 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:33,296 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,296 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,296 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:33,296 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,296 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,296 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,296 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,296 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:33,297 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,297 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,297 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:37:33,325 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:33,325 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,325 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:33,325 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,325 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:33,325 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 17:37:33,325 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,325 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: {"lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "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:37:33,326 INFO snapshot-role/MainThread: {"lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "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:37:33,326 INFO snapshot-role/MainThread: {"lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "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:37:33,326 INFO snapshot-role/MainThread: {"lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "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:37:33,326 INFO snapshot-role/MainThread: {"lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "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:37:33,326 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdh"}, 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdi"}, 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdj"}, 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,326 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt"}, 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP"}, 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq"}, 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"}, 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"} 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: {"lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "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:37:33,327 INFO snapshot-role/MainThread: {"lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "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:37:33,327 INFO snapshot-role/MainThread: {"lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "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:37:33,327 INFO snapshot-role/MainThread: {"lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "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:37:33,327 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:33,327 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "pv_name":"/dev/sde"}, 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw"}, 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa"}, 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl"}, 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z"} 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,328 INFO snapshot-role/MainThread: {"lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "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:37:33,328 INFO snapshot-role/MainThread: {"lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "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:37:33,328 INFO snapshot-role/MainThread: {"lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "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:37:33,328 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sda"}, 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "pv_name":"/dev/sdc"}, 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x"}, 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6"} 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,329 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 17:37:33,330 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:37:33,330 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:37:33,330 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:33,330 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 17:37:33,330 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:33,330 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 17:37:33,330 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:37:33,330 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 17:37:33,330 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:37:33,330 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 17:37:33,330 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 17:37:33,330 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:37:33,330 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 17:37:33,330 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:37:33,330 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:33,355 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:33,355 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,355 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:33,355 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,355 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,355 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:37:33,355 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:33,355 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:37:33,355 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:33,355 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,355 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,355 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,355 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,356 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:33,356 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,356 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,356 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:37:33,379 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:33,379 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,379 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:33,379 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,379 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,379 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:33,379 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,379 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,379 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,379 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,379 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:33,379 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,379 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,379 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:37:33,408 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:33,408 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,408 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:33,408 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,408 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:33,408 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 17:37:33,408 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,408 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: {"lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "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:37:33,409 INFO snapshot-role/MainThread: {"lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "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:37:33,409 INFO snapshot-role/MainThread: {"lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "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:37:33,409 INFO snapshot-role/MainThread: {"lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "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:37:33,409 INFO snapshot-role/MainThread: {"lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "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:37:33,409 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdh"}, 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdi"}, 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdj"}, 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:33,409 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt"}, 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP"}, 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq"}, 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"}, 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"} 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: {"lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "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:37:33,410 INFO snapshot-role/MainThread: {"lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "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:37:33,410 INFO snapshot-role/MainThread: {"lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "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:37:33,410 INFO snapshot-role/MainThread: {"lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "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:37:33,410 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,410 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "pv_name":"/dev/sde"}, 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw"}, 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa"}, 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl"}, 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z"} 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,411 INFO snapshot-role/MainThread: {"lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "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:37:33,411 INFO snapshot-role/MainThread: {"lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "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:37:33,412 INFO snapshot-role/MainThread: {"lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "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:37:33,412 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sda"}, 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "pv_name":"/dev/sdc"}, 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x"}, 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6"} 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,412 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:37:33,413 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:37:33,441 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:33,441 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,441 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:33,441 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,441 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,441 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:37:33,441 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:37:33,441 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:37:33,441 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:33,441 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:37:33,441 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,441 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,441 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,441 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,441 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:33,442 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,442 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,442 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:37:33,466 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:33,466 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,466 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:33,466 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,466 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,466 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:33,466 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,466 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,466 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,466 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,466 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:33,466 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,466 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,466 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:37:33,495 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:33,495 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,495 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:33,495 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,495 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:33,495 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: {"lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "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:37:33,496 INFO snapshot-role/MainThread: {"lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "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:37:33,496 INFO snapshot-role/MainThread: {"lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "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:37:33,496 INFO snapshot-role/MainThread: {"lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "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:37:33,496 INFO snapshot-role/MainThread: {"lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "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:37:33,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdh"}, 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdi"}, 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdj"}, 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,496 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt"}, 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP"}, 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq"}, 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"}, 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"} 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: {"lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "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:37:33,497 INFO snapshot-role/MainThread: {"lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "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:37:33,497 INFO snapshot-role/MainThread: {"lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "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:37:33,497 INFO snapshot-role/MainThread: {"lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "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:37:33,497 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:33,497 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "pv_name":"/dev/sde"}, 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw"}, 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa"}, 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl"}, 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z"} 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: { 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:33,498 INFO snapshot-role/MainThread: {"lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "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:37:33,498 INFO snapshot-role/MainThread: {"lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "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:37:33,498 INFO snapshot-role/MainThread: {"lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "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:37:33,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sda"}, 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "pv_name":"/dev/sdc"}, 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x"}, 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6"} 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: , 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: } 2024-03-01 17:37:33,499 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 17:37:33,500 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:37:33,500 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:37:33,500 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:33,500 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 17:37:33,500 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:33,500 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 17:37:33,500 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:37:33,500 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 17:37:33,500 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:37:33,500 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 17:37:33,500 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 17:37:33,500 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:37:33,500 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 17:37:33,500 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:37:33,500 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:37:36,425 INFO snapshot-role/MainThread: extend_cmd: extend None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 30}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 30}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 30}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 30}]} 2024-03-01 17:37:36,425 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 30}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 30}]} 2024-03-01 17:37:36,425 INFO snapshot-role/MainThread: extend snapsset : snapset1 2024-03-01 17:37:36,426 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:36,450 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,450 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,450 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,450 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,450 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,450 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:37:36,450 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:36,450 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:37:36,450 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,450 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,450 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,450 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,450 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,451 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,451 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,451 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:37:36,475 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,475 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,475 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,475 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,475 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,475 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:36,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,475 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,475 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,475 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,475 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,475 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:37:36,498 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,498 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,498 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,498 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,498 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,498 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:36,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,498 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,498 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,498 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,498 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,498 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,498 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,528 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "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:37:36,529 INFO snapshot-role/MainThread: {"lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "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:37:36,529 INFO snapshot-role/MainThread: {"lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "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:37:36,529 INFO snapshot-role/MainThread: {"lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "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:37:36,529 INFO snapshot-role/MainThread: {"lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "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:37:36,529 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdh"}, 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdi"}, 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdj"}, 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt"}, 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP"}, 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq"}, 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"}, 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"} 2024-03-01 17:37:36,529 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: {"lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "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:37:36,530 INFO snapshot-role/MainThread: {"lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "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:37:36,530 INFO snapshot-role/MainThread: {"lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "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:37:36,530 INFO snapshot-role/MainThread: {"lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "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:37:36,530 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "pv_name":"/dev/sde"}, 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,530 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw"}, 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa"}, 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl"}, 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z"} 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: {"lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "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:37:36,531 INFO snapshot-role/MainThread: {"lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "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:37:36,531 INFO snapshot-role/MainThread: {"lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "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:37:36,531 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,531 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sda"}, 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "pv_name":"/dev/sdc"}, 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x"}, 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6"} 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:36,532 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 17:37:36,533 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:36,533 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 17:37:36,533 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:37:36,533 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 17:37:36,533 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:37:36,533 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 17:37:36,533 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 17:37:36,533 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:37:36,533 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 17:37:36,533 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:37:36,533 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:36,558 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,558 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,558 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,558 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,558 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,558 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:37:36,558 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:36,558 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:37:36,558 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:36,558 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,558 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,558 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,558 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,558 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,558 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,558 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,558 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:37:36,581 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,582 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,582 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,582 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,582 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,582 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:36,582 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,582 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,582 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,582 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,582 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,582 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,582 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,582 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:37:36,610 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,610 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,610 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,610 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,610 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,610 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:36,610 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,610 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,610 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,610 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,610 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,610 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,610 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,610 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:37:36,638 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,638 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,638 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,638 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,638 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:36,638 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 17:37:36,638 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,638 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,638 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:36,638 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,638 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:37:36,638 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:37:36,638 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:37:36,638 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,638 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "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:37:36,639 INFO snapshot-role/MainThread: {"lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "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:37:36,639 INFO snapshot-role/MainThread: {"lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "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:37:36,639 INFO snapshot-role/MainThread: {"lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "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:37:36,639 INFO snapshot-role/MainThread: {"lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "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:37:36,639 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdh"}, 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdi"}, 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdj"}, 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt"}, 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP"}, 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq"}, 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"}, 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"} 2024-03-01 17:37:36,639 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: {"lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "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:37:36,640 INFO snapshot-role/MainThread: {"lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "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:37:36,640 INFO snapshot-role/MainThread: {"lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "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:37:36,640 INFO snapshot-role/MainThread: {"lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "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:37:36,640 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "pv_name":"/dev/sde"}, 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:37:36,640 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw"}, 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa"}, 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl"}, 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z"} 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: {"lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "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:37:36,641 INFO snapshot-role/MainThread: {"lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "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:37:36,641 INFO snapshot-role/MainThread: {"lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "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:37:36,641 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,641 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sda"}, 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "pv_name":"/dev/sdc"}, 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x"}, 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6"} 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:37:36,642 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:36,643 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 17:37:36,643 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:36,643 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 17:37:36,643 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:37:36,643 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 17:37:36,643 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:37:36,643 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 17:37:36,643 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 17:37:36,643 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:37:36,643 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 17:37:36,643 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:37:36,643 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:36,666 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,666 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,666 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,666 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,666 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,666 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:37:36,666 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:36,666 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:37:36,666 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:36,666 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,666 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,666 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,666 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,666 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,666 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,666 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,666 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:37:36,691 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,691 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,691 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,691 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,691 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,691 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:36,691 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,691 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,691 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,691 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,691 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,691 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,691 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,691 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:37:36,714 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,714 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,714 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,714 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,714 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,714 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:36,714 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,714 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,714 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,714 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,714 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,714 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,714 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,714 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:37:36,742 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,742 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,742 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,742 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,742 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:36,742 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 17:37:36,742 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: {"lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "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:37:36,743 INFO snapshot-role/MainThread: {"lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "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:37:36,743 INFO snapshot-role/MainThread: {"lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "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:37:36,743 INFO snapshot-role/MainThread: {"lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "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:37:36,743 INFO snapshot-role/MainThread: {"lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "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:37:36,743 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdh"}, 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdi"}, 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdj"}, 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,743 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt"}, 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP"}, 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq"}, 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"}, 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"} 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: {"lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "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:37:36,744 INFO snapshot-role/MainThread: {"lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "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:37:36,744 INFO snapshot-role/MainThread: {"lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "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:37:36,744 INFO snapshot-role/MainThread: {"lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "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:37:36,744 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,744 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "pv_name":"/dev/sde"}, 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw"}, 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa"}, 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl"}, 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z"} 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,745 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: {"lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "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:37:36,746 INFO snapshot-role/MainThread: {"lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "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:37:36,746 INFO snapshot-role/MainThread: {"lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "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:37:36,746 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sda"}, 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "pv_name":"/dev/sdc"}, 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x"}, 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6"} 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,746 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:37:36,747 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:37:36,775 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,775 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,775 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,775 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,775 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,775 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:37:36,775 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:37:36,775 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:37:36,775 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:36,775 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:37:36,775 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,776 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,776 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,776 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,776 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,776 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,776 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,776 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:37:36,800 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,800 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,800 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,800 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,800 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,800 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:36,800 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,800 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,800 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,800 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,800 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,800 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,800 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,800 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:37:36,822 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,823 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,823 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,823 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,823 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,823 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:36,823 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,823 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,823 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,823 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,823 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,823 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,823 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,823 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:37:36,852 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:36,852 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,852 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:36,852 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,852 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:36,852 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF", "vg_size":"4261412864", "vg_free":"922746880", "vg_extent_size":"4194304"} 2024-03-01 17:37:36,852 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,852 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,852 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:36,852 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,852 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "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:37:36,853 INFO snapshot-role/MainThread: {"lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "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:37:36,853 INFO snapshot-role/MainThread: {"lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "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:37:36,853 INFO snapshot-role/MainThread: {"lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "lv_name":"lv7_snapset1", "lv_full_name":"test_vg3/lv7_snapset1", "lv_path":"/dev/test_vg3/lv7_snapset1", "lv_size":"130023424", "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:37:36,853 INFO snapshot-role/MainThread: {"lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "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:37:36,853 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdh"}, 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"31", "segtype":"linear", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"pvseg_start":"236", "pvseg_size":"18", "segtype":"free", "pv_uuid":"SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdi"}, 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S", "pv_name":"/dev/sdj"}, 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S"}, 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:205-235", "segtype":"linear", "lv_uuid":"0SllAG-ufSm-s8VZ-YKiB-dOs9-Ka0t-2eKTkt"}, 2024-03-01 17:37:36,853 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP"}, 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq"}, 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"}, 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC"} 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8", "vg_size":"3196059648", "vg_free":"1937768448", "vg_extent_size":"4194304"} 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: {"lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "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:37:36,854 INFO snapshot-role/MainThread: {"lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "lv_name":"lv3_snapset1", "lv_full_name":"test_vg2/lv3_snapset1", "lv_path":"/dev/test_vg2/lv3_snapset1", "lv_size":"100663296", "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:37:36,854 INFO snapshot-role/MainThread: {"lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "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:37:36,854 INFO snapshot-role/MainThread: {"lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "lv_name":"lv4_snapset1", "lv_full_name":"test_vg2/lv4_snapset1", "lv_path":"/dev/test_vg2/lv4_snapset1", "lv_size":"192937984", "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:37:36,854 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp", "lv_uuid":"", "pv_name":"/dev/sdf"}, 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,854 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"linear", "pv_uuid":"eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl", "pv_name":"/dev/sdd"}, 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"46", "segtype":"linear", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa", "pv_name":"/dev/sde"}, 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: {"pvseg_start":"46", "pvseg_size":"208", "segtype":"free", "pv_uuid":"o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38", "lv_uuid":"", "pv_name":"/dev/sde"} 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw"}, 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sde:0-45", "segtype":"linear", "lv_uuid":"FeYfSs-EXue-ATuJ-NrNA-RQME-GR0i-tAJnEa"}, 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:230-253", "segtype":"linear", "lv_uuid":"G54ejI-p9g3-c3LR-sYeS-zZ6O-dvG0-MfKSKl"}, 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z"} 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: { 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ", "vg_size":"3196059648", "vg_free":"960495616", "vg_extent_size":"4194304"} 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: {"lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "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:37:36,855 INFO snapshot-role/MainThread: {"lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "lv_name":"lv1_snapset1", "lv_full_name":"test_vg1/lv1_snapset1", "lv_path":"/dev/test_vg1/lv1_snapset1", "lv_size":"146800640", "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:37:36,855 INFO snapshot-role/MainThread: {"lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "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:37:36,855 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,855 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm", "pv_name":"/dev/sda"}, 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"35", "segtype":"linear", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x", "pv_name":"/dev/sdc"}, 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: {"pvseg_start":"35", "pvseg_size":"219", "segtype":"free", "pv_uuid":"TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm"}, 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdc:0-34", "segtype":"linear", "lv_uuid":"nKQzQI-0ZxW-wrv4-cH9j-DlM0-fbMf-hYzT3x"}, 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6"} 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: , 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: } 2024-03-01 17:37:36,856 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 922746880 vg_extent_size : 4194304 2024-03-01 17:37:36,857 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:37:36,857 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:37:36,857 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:36,857 INFO snapshot-role/MainThread: lv: lv7_snapset1 lv_size : 130023424 chunk_size : 65536 2024-03-01 17:37:36,857 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:37:36,857 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 1937768448 vg_extent_size : 4194304 2024-03-01 17:37:36,857 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:37:36,857 INFO snapshot-role/MainThread: lv: lv3_snapset1 lv_size : 100663296 chunk_size : 65536 2024-03-01 17:37:36,857 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:37:36,857 INFO snapshot-role/MainThread: lv: lv4_snapset1 lv_size : 192937984 chunk_size : 65536 2024-03-01 17:37:36,857 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 960495616 vg_extent_size : 4194304 2024-03-01 17:37:36,857 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:37:36,857 INFO snapshot-role/MainThread: lv: lv1_snapset1 lv_size : 146800640 chunk_size : 65536 2024-03-01 17:37:36,857 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:37:36,857 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:37:39,816 INFO snapshot-role/MainThread: remove_cmd: remove None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 30}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 30}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 30}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 30}]} 2024-03-01 17:37:39,816 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 30}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 30}]} 2024-03-01 17:37:39,816 INFO snapshot-role/MainThread: remove snapsset : snapset1 2024-03-01 17:37:39,816 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:39,841 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:39,841 INFO snapshot-role/MainThread: { 2024-03-01 17:37:39,841 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:39,841 INFO snapshot-role/MainThread: { 2024-03-01 17:37:39,841 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:39,841 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:37:39,841 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:39,841 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:37:39,841 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,841 INFO snapshot-role/MainThread: } 2024-03-01 17:37:39,841 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,841 INFO snapshot-role/MainThread: , 2024-03-01 17:37:39,841 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:39,841 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,842 INFO snapshot-role/MainThread: } 2024-03-01 17:37:39,842 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:37:39,865 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:39,865 INFO snapshot-role/MainThread: { 2024-03-01 17:37:39,865 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:39,865 INFO snapshot-role/MainThread: { 2024-03-01 17:37:39,865 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:39,865 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:39,865 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,865 INFO snapshot-role/MainThread: } 2024-03-01 17:37:39,865 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,865 INFO snapshot-role/MainThread: , 2024-03-01 17:37:39,865 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:39,865 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,865 INFO snapshot-role/MainThread: } 2024-03-01 17:37:39,865 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:37:39,888 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:39,888 INFO snapshot-role/MainThread: { 2024-03-01 17:37:39,888 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:39,888 INFO snapshot-role/MainThread: { 2024-03-01 17:37:39,888 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:39,888 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:39,888 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,888 INFO snapshot-role/MainThread: } 2024-03-01 17:37:39,888 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,888 INFO snapshot-role/MainThread: , 2024-03-01 17:37:39,888 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:39,888 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,888 INFO snapshot-role/MainThread: } 2024-03-01 17:37:39,888 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:39,913 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:39,913 INFO snapshot-role/MainThread: { 2024-03-01 17:37:39,913 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:39,913 INFO snapshot-role/MainThread: { 2024-03-01 17:37:39,913 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:39,913 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:37:39,913 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:39,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:37:39,913 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:39,913 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,913 INFO snapshot-role/MainThread: } 2024-03-01 17:37:39,913 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,913 INFO snapshot-role/MainThread: , 2024-03-01 17:37:39,913 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:39,913 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,913 INFO snapshot-role/MainThread: } 2024-03-01 17:37:39,913 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:37:39,936 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:39,936 INFO snapshot-role/MainThread: { 2024-03-01 17:37:39,936 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:39,936 INFO snapshot-role/MainThread: { 2024-03-01 17:37:39,936 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:39,936 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:39,936 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,936 INFO snapshot-role/MainThread: } 2024-03-01 17:37:39,936 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,936 INFO snapshot-role/MainThread: , 2024-03-01 17:37:39,936 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:39,936 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,936 INFO snapshot-role/MainThread: } 2024-03-01 17:37:39,936 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:37:39,959 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:39,960 INFO snapshot-role/MainThread: { 2024-03-01 17:37:39,960 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:39,960 INFO snapshot-role/MainThread: { 2024-03-01 17:37:39,960 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:39,960 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:39,960 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,960 INFO snapshot-role/MainThread: } 2024-03-01 17:37:39,960 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,960 INFO snapshot-role/MainThread: , 2024-03-01 17:37:39,960 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:39,960 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,960 INFO snapshot-role/MainThread: } 2024-03-01 17:37:39,960 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:39,987 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:39,987 INFO snapshot-role/MainThread: { 2024-03-01 17:37:39,987 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:39,987 INFO snapshot-role/MainThread: { 2024-03-01 17:37:39,987 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:39,987 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:37:39,987 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:39,987 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:37:39,987 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:39,987 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,987 INFO snapshot-role/MainThread: } 2024-03-01 17:37:39,987 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,987 INFO snapshot-role/MainThread: , 2024-03-01 17:37:39,987 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:39,987 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:39,987 INFO snapshot-role/MainThread: } 2024-03-01 17:37:39,987 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:37:40,011 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,011 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,011 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,011 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,011 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,011 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:40,011 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,011 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,011 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,011 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,011 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,011 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,011 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,011 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:37:40,036 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,036 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,036 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,036 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,036 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,036 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:40,036 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,036 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,036 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,036 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,036 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,037 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,037 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,037 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:37:40,061 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,061 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,061 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,061 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,061 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,061 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:37:40,061 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:37:40,061 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:37:40,061 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:40,061 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:37:40,061 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,061 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,061 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,061 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,061 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,061 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,061 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,061 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:37:40,084 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,084 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,084 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,084 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,084 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,084 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:40,084 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,084 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,084 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,084 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,084 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,084 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,084 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,084 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:37:40,109 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,109 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,109 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,109 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,109 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,109 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:40,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,109 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,109 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,109 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,109 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,109 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,109 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:40,134 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,134 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,134 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,134 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,134 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,134 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:37:40,134 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:40,134 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:37:40,134 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,134 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,134 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,134 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,134 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,134 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,134 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,134 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:37:40,159 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,159 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,159 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,159 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,159 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,159 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:40,159 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,159 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,159 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,159 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,159 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,159 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,159 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,159 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:37:40,182 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,182 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,182 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,182 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,182 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,182 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-a-s---", "lv_size":"146800640", "pool_lv":"", "origin":"lv1", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:40,182 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,182 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,182 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,182 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,182 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,182 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,182 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,183 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 17:37:40,299 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,299 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,299 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,300 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,300 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,300 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:40,342 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,342 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,342 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,342 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,342 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,342 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:37:40,343 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:40,343 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:37:40,343 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:40,343 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,343 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,343 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,343 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,343 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,343 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,343 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,343 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:37:40,366 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,366 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,366 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,366 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,366 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,366 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:40,366 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,366 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,366 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,366 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,366 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,366 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,366 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,366 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:37:40,389 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,389 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,389 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,389 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,389 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,389 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"100663296", "pool_lv":"", "origin":"lv3", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:40,389 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,389 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,389 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,389 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,389 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,389 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,389 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,389 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 17:37:40,509 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,509 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,510 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,510 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,510 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,510 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:40,555 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,555 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,555 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,555 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,555 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,555 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:37:40,555 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:37:40,555 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:40,556 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,556 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,556 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,556 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,556 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,556 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,556 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,556 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:37:40,577 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,578 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,578 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,578 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,578 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,578 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:40,578 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,578 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,578 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,578 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,578 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,578 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,578 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,578 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:37:40,603 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,603 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,603 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,603 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,603 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,603 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-a-s---", "lv_size":"192937984", "pool_lv":"", "origin":"lv4", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:40,603 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,603 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,603 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,603 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,603 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,603 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,603 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,604 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 17:37:40,723 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,723 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,723 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,723 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,723 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,724 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:37:40,767 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,767 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,767 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,767 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,767 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,767 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:37:40,767 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:37:40,767 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:37:40,767 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:37:40,767 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:37:40,767 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,768 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,768 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,768 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,768 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,768 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,768 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,768 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:37:40,791 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,791 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,791 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,791 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,791 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,791 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:40,791 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,791 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,791 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,791 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,791 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,791 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,791 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,791 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:37:40,815 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,815 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,815 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:40,815 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,815 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:40,815 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-a-s---", "lv_size":"130023424", "pool_lv":"", "origin":"lv7", "data_percent":"0.00", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:37:40,815 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,815 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,815 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,815 INFO snapshot-role/MainThread: , 2024-03-01 17:37:40,815 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,815 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,815 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,815 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 17:37:40,946 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:40,946 INFO snapshot-role/MainThread: { 2024-03-01 17:37:40,946 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:40,946 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:40,946 INFO snapshot-role/MainThread: } 2024-03-01 17:37:40,946 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:37:43,862 INFO snapshot-role/MainThread: remove_cmd: remove None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "percent_space_required": 30}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "percent_space_required": 30}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "percent_space_required": 30}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "percent_space_required": 30}]} 2024-03-01 17:37:43,862 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'percent_space_required': 30}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'percent_space_required': 30}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'percent_space_required': 30}]} 2024-03-01 17:37:43,863 INFO snapshot-role/MainThread: remove verify snapsset : snapset1 2024-03-01 17:37:43,863 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:37:43,887 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:43,887 INFO snapshot-role/MainThread: { 2024-03-01 17:37:43,887 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:43,887 INFO snapshot-role/MainThread: { 2024-03-01 17:37:43,887 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:43,887 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:37:43,887 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:37:43,887 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:43,887 INFO snapshot-role/MainThread: } 2024-03-01 17:37:43,887 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:43,887 INFO snapshot-role/MainThread: , 2024-03-01 17:37:43,887 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:43,888 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:43,888 INFO snapshot-role/MainThread: } 2024-03-01 17:37:43,888 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:37:43,910 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:37:43,910 INFO snapshot-role/MainThread: { 2024-03-01 17:37:43,910 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:43,910 INFO snapshot-role/MainThread: { 2024-03-01 17:37:43,910 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:43,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:43,910 INFO snapshot-role/MainThread: } 2024-03-01 17:37:43,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:43,910 INFO snapshot-role/MainThread: , 2024-03-01 17:37:43,910 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:43,910 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:43,910 INFO snapshot-role/MainThread: } 2024-03-01 17:37:43,910 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:43,933 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:43,933 INFO snapshot-role/MainThread: { 2024-03-01 17:37:43,933 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:43,933 INFO snapshot-role/MainThread: { 2024-03-01 17:37:43,933 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:43,933 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:37:43,933 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:37:43,933 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:43,933 INFO snapshot-role/MainThread: } 2024-03-01 17:37:43,933 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:43,933 INFO snapshot-role/MainThread: , 2024-03-01 17:37:43,933 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:43,933 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:43,933 INFO snapshot-role/MainThread: } 2024-03-01 17:37:43,933 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:37:43,956 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:37:43,956 INFO snapshot-role/MainThread: { 2024-03-01 17:37:43,956 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:43,956 INFO snapshot-role/MainThread: { 2024-03-01 17:37:43,956 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:43,956 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:43,956 INFO snapshot-role/MainThread: } 2024-03-01 17:37:43,956 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:43,956 INFO snapshot-role/MainThread: , 2024-03-01 17:37:43,956 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:43,956 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:43,956 INFO snapshot-role/MainThread: } 2024-03-01 17:37:43,956 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:37:43,979 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:43,979 INFO snapshot-role/MainThread: { 2024-03-01 17:37:43,979 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:43,979 INFO snapshot-role/MainThread: { 2024-03-01 17:37:43,979 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:43,979 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:37:43,979 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:37:43,979 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:43,979 INFO snapshot-role/MainThread: } 2024-03-01 17:37:43,979 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:43,979 INFO snapshot-role/MainThread: , 2024-03-01 17:37:43,979 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:43,979 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:43,979 INFO snapshot-role/MainThread: } 2024-03-01 17:37:43,979 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:37:44,005 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:37:44,005 INFO snapshot-role/MainThread: { 2024-03-01 17:37:44,005 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:44,005 INFO snapshot-role/MainThread: { 2024-03-01 17:37:44,005 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:44,005 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:44,005 INFO snapshot-role/MainThread: } 2024-03-01 17:37:44,005 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:44,005 INFO snapshot-role/MainThread: , 2024-03-01 17:37:44,005 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:44,005 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:44,005 INFO snapshot-role/MainThread: } 2024-03-01 17:37:44,005 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:37:44,029 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:37:44,029 INFO snapshot-role/MainThread: { 2024-03-01 17:37:44,029 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:44,029 INFO snapshot-role/MainThread: { 2024-03-01 17:37:44,029 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:44,029 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:37:44,029 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:37:44,029 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:37:44,029 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:37:44,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:44,029 INFO snapshot-role/MainThread: } 2024-03-01 17:37:44,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:44,030 INFO snapshot-role/MainThread: , 2024-03-01 17:37:44,030 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:44,030 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:44,030 INFO snapshot-role/MainThread: } 2024-03-01 17:37:44,030 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:37:44,053 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:37:44,053 INFO snapshot-role/MainThread: { 2024-03-01 17:37:44,053 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:37:44,053 INFO snapshot-role/MainThread: { 2024-03-01 17:37:44,053 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:37:44,053 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:44,053 INFO snapshot-role/MainThread: } 2024-03-01 17:37:44,053 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:44,053 INFO snapshot-role/MainThread: , 2024-03-01 17:37:44,053 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:37:44,053 INFO snapshot-role/MainThread: ] 2024-03-01 17:37:44,053 INFO snapshot-role/MainThread: } 2024-03-01 17:37:44,053 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:38:56,252 INFO snapshot-role/MainThread: snapshot_cmd: snapshot 20 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} False 2024-03-01 17:38:56,252 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:38:56,252 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:38:56,252 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:38:56,277 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,277 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,277 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,277 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,277 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,277 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:38:56,277 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:38:56,277 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,277 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,277 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,277 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,278 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,278 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,278 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,278 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:38:56,303 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,303 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,303 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,303 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,303 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,303 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:38:56,303 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,303 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,303 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,303 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,303 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,304 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,304 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,304 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:38:56,327 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,327 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,327 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,327 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,327 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,327 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:38:56,327 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:38:56,327 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,327 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,327 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,327 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,327 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,327 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,327 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,327 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:38:56,354 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,354 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,354 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,354 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,354 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,354 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:38:56,354 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,354 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,354 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,354 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,355 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,355 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,355 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,355 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:38:56,377 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,377 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,377 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,377 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,377 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,377 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:38:56,377 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:38:56,377 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,377 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,377 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,377 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,377 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,377 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,377 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,377 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:38:56,400 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,400 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,400 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,400 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,400 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,400 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:38:56,400 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,400 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,400 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,400 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,400 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,400 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,400 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,400 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:38:56,423 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,423 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,423 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,423 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,423 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,423 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:38:56,423 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:38:56,423 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:38:56,423 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:38:56,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,423 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,423 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,423 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,423 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,423 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:38:56,449 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,449 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,449 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,449 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,449 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,449 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:38:56,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,449 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,449 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,449 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,450 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,450 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:38:56,450 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:38:56,450 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:38:56,475 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,475 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,475 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,475 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,475 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,475 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:38:56,475 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:38:56,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,475 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,475 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,475 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,475 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,476 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,476 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,476 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:38:56,500 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,500 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,500 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,500 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,500 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,500 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:38:56,500 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,500 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,500 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,500 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,500 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,500 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,500 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,501 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:38:56,525 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,525 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,525 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,525 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,525 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,525 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:38:56,525 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:38:56,525 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,525 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,525 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,525 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,525 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,525 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,525 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,525 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:38:56,549 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,549 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,549 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,549 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,549 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,549 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:38:56,549 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,549 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,550 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,550 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,550 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,550 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,550 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,550 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:38:56,574 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,574 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,574 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,574 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,574 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,574 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:38:56,574 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:38:56,574 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,574 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,574 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,574 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,574 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,574 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,574 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,574 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:38:56,599 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,599 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,599 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,599 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,599 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,599 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:38:56,599 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,599 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,599 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,599 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,599 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,599 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,599 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,599 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:38:56,622 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,622 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,622 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,622 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,622 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,622 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:38:56,622 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:38:56,622 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:38:56,622 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:38:56,622 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,622 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,622 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,622 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,622 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,622 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,622 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,622 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:38:56,646 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,646 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,646 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,646 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,646 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,646 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:38:56,646 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,646 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,646 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,646 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,646 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,646 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,646 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,646 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:38:56,646 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:38:56,647 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:38:56,671 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,671 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,671 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,671 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,671 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,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:38:56,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:38:56,671 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,672 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,672 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,672 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,672 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,672 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,672 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,672 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:38:56,696 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:38:56,696 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,696 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,696 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,696 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,696 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,696 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,696 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,696 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,696 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,696 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,696 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,696 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:38:56,719 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,719 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,719 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,719 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,719 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,719 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:38:56,719 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:38:56,719 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,719 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,719 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,719 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,719 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,719 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,719 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,719 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:38:56,743 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:38:56,743 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,743 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,743 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,743 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,743 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,743 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,743 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,743 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,743 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,743 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,743 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,743 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:38:56,771 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,771 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,771 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,771 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,771 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,771 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:38:56,771 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:38:56,771 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,771 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,771 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,771 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,771 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,771 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,771 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,771 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:38:56,795 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:38:56,795 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,795 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,795 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,795 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,795 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,795 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,795 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,795 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,795 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,795 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,795 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,795 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:38:56,823 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,823 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,823 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,823 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,823 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,823 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:38:56,823 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:38:56,823 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:38:56,823 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:38:56,823 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,823 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,823 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,823 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,823 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,824 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,824 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,824 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: snapsset names ok: snapset1 2024-03-01 17:38:56,847 INFO snapshot-role/MainThread: Running... lvm fullreport --units B --nosuffix --configreport vg -o vg_name,vg_uuid,vg_size,vg_free,vg_extent_size --configreport lv -o lv_uuid,lv_name,lv_full_name,lv_path,lv_size,origin,origin_size,pool_lv,lv_tags,lv_attr,vg_name,data_percent,metadata_percent,pool_lv --configreport pv -o pv_name --reportformat json 2024-03-01 17:38:56,875 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,875 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,875 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,875 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,875 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:38:56,875 INFO snapshot-role/MainThread: {"vg_name":"test_vg3", "vg_uuid":"keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph", "vg_size":"4261412864", "vg_free":"1052770304", "vg_extent_size":"4194304"} 2024-03-01 17:38:56,875 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,875 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,875 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:38:56,875 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdg"}, 2024-03-01 17:38:56,875 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdh"}, 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdi"}, 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdj"} 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"lv_uuid":"4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0", "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:38:56,876 INFO snapshot-role/MainThread: {"lv_uuid":"5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z", "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:38:56,876 INFO snapshot-role/MainThread: {"lv_uuid":"vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq", "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:38:56,876 INFO snapshot-role/MainThread: {"lv_uuid":"OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc", "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:38:56,876 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA", "lv_uuid":"4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0", "pv_name":"/dev/sdi"}, 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql", "lv_uuid":"OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc", "pv_name":"/dev/sdg"}, 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"pvseg_start":"102", "pvseg_size":"102", "segtype":"linear", "pv_uuid":"JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql", "lv_uuid":"vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq", "pv_name":"/dev/sdg"}, 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"pvseg_start":"204", "pvseg_size":"1", "segtype":"linear", "pv_uuid":"JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql", "lv_uuid":"5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z", "pv_name":"/dev/sdg"}, 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"pvseg_start":"205", "pvseg_size":"49", "segtype":"free", "pv_uuid":"JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql", "lv_uuid":"", "pv_name":"/dev/sdg"}, 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG", "lv_uuid":"5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z", "pv_name":"/dev/sdh"}, 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"52", "segtype":"linear", "pv_uuid":"z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve", "lv_uuid":"4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0", "pv_name":"/dev/sdj"}, 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"pvseg_start":"52", "pvseg_size":"202", "segtype":"free", "pv_uuid":"z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve", "lv_uuid":"", "pv_name":"/dev/sdj"} 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdi:0-253", "segtype":"linear", "lv_uuid":"4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0"}, 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdj:0-51", "segtype":"linear", "lv_uuid":"4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0"}, 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdh:0-253", "segtype":"linear", "lv_uuid":"5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z"}, 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:204-204", "segtype":"linear", "lv_uuid":"5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z"}, 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:0-101", "segtype":"linear", "lv_uuid":"OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc"}, 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdg:102-203", "segtype":"linear", "lv_uuid":"vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq"} 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,876 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: {"vg_name":"test_vg2", "vg_uuid":"liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n", "vg_size":"3196059648", "vg_free":"2231369728", "vg_extent_size":"4194304"} 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdd"}, 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: {"pv_name":"/dev/sde"}, 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdf"} 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: {"lv_uuid":"do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt", "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:38:56,877 INFO snapshot-role/MainThread: {"lv_uuid":"M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq", "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:38:56,877 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw", "lv_uuid":"", "pv_name":"/dev/sde"}, 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"153", "segtype":"linear", "pv_uuid":"lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem", "lv_uuid":"M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq", "pv_name":"/dev/sdd"}, 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: {"pvseg_start":"153", "pvseg_size":"77", "segtype":"linear", "pv_uuid":"lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem", "lv_uuid":"do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt", "pv_name":"/dev/sdd"}, 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: {"pvseg_start":"230", "pvseg_size":"24", "segtype":"free", "pv_uuid":"lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem", "lv_uuid":"", "pv_name":"/dev/sdd"}, 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib", "lv_uuid":"", "pv_name":"/dev/sdf"} 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:0-152", "segtype":"linear", "lv_uuid":"M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq"}, 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdd:153-229", "segtype":"linear", "lv_uuid":"do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt"} 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,877 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: "vg": [ 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: {"vg_name":"test_vg1", "vg_uuid":"Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326", "vg_size":"3196059648", "vg_free":"1107296256", "vg_extent_size":"4194304"} 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: "pv": [ 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: {"pv_name":"/dev/sda"}, 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdb"}, 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: {"pv_name":"/dev/sdc"} 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: {"lv_uuid":"BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz", "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:38:56,878 INFO snapshot-role/MainThread: {"lv_uuid":"7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo", "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:38:56,878 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: "pvseg": [ 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"129", "segtype":"linear", "pv_uuid":"3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW", "lv_uuid":"7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo", "pv_name":"/dev/sdb"}, 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: {"pvseg_start":"129", "pvseg_size":"115", "segtype":"linear", "pv_uuid":"3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW", "lv_uuid":"BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz", "pv_name":"/dev/sdb"}, 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: {"pvseg_start":"244", "pvseg_size":"10", "segtype":"free", "pv_uuid":"3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW", "lv_uuid":"", "pv_name":"/dev/sdb"}, 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"linear", "pv_uuid":"CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq", "lv_uuid":"7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo", "pv_name":"/dev/sda"}, 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: {"pvseg_start":"0", "pvseg_size":"254", "segtype":"free", "pv_uuid":"wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR", "lv_uuid":"", "pv_name":"/dev/sdc"} 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: "seg": [ 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sda:0-253", "segtype":"linear", "lv_uuid":"7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo"}, 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:0-128", "segtype":"linear", "lv_uuid":"7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo"}, 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: {"seg_pe_ranges":"/dev/sdb:129-243", "segtype":"linear", "lv_uuid":"BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz"} 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,878 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,879 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,879 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,879 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,879 INFO snapshot-role/MainThread: get_current_space_state: test_vg3 vg_size : 4261412864 vg_free : 1052770304 vg_extent_size : 4194304 2024-03-01 17:38:56,879 INFO snapshot-role/MainThread: lv: lv5 lv_size : 1283457024 chunk_size : 65536 2024-03-01 17:38:56,879 INFO snapshot-role/MainThread: lv: lv6 lv_size : 1069547520 chunk_size : 65536 2024-03-01 17:38:56,879 INFO snapshot-role/MainThread: lv: lv7 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:38:56,879 INFO snapshot-role/MainThread: lv: lv8 lv_size : 427819008 chunk_size : 65536 2024-03-01 17:38:56,879 INFO snapshot-role/MainThread: get_current_space_state: test_vg2 vg_size : 3196059648 vg_free : 2231369728 vg_extent_size : 4194304 2024-03-01 17:38:56,879 INFO snapshot-role/MainThread: lv: lv3 lv_size : 322961408 chunk_size : 65536 2024-03-01 17:38:56,879 INFO snapshot-role/MainThread: lv: lv4 lv_size : 641728512 chunk_size : 65536 2024-03-01 17:38:56,879 INFO snapshot-role/MainThread: get_current_space_state: test_vg1 vg_size : 3196059648 vg_free : 1107296256 vg_extent_size : 4194304 2024-03-01 17:38:56,879 INFO snapshot-role/MainThread: lv: lv1 lv_size : 482344960 chunk_size : 65536 2024-03-01 17:38:56,879 INFO snapshot-role/MainThread: lv: lv2 lv_size : 1606418432 chunk_size : 65536 2024-03-01 17:38:56,879 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:38:56,908 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:56,908 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,908 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,908 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,908 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,908 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:38:56,908 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:38:56,908 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,908 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,908 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,908 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,908 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,908 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,908 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,908 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:38:56,931 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:38:56,931 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,931 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:56,931 INFO snapshot-role/MainThread: { 2024-03-01 17:38:56,931 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:56,931 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,931 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,931 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,931 INFO snapshot-role/MainThread: , 2024-03-01 17:38:56,931 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:56,931 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:56,931 INFO snapshot-role/MainThread: } 2024-03-01 17:38:56,931 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv1_snapset1 -L 75497472B test_vg1/lv1 2024-03-01 17:38:57,142 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:57,142 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,142 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:57,143 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,143 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,143 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:38:57,183 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:57,183 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,183 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:57,183 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,183 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:57,183 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:38:57,184 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:38:57,184 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,184 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,184 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,184 INFO snapshot-role/MainThread: , 2024-03-01 17:38:57,184 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:57,184 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,184 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,184 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:38:57,208 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:38:57,208 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,208 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:57,208 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,208 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:57,208 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,208 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,208 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,208 INFO snapshot-role/MainThread: , 2024-03-01 17:38:57,208 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:57,208 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,208 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,208 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv3_snapset1 -L 50331648B test_vg2/lv3 2024-03-01 17:38:57,421 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:57,422 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,422 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:57,422 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,422 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,422 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:38:57,470 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:57,470 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,470 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:57,470 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,470 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:57,470 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:38:57,470 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:38:57,471 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:38:57,471 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,471 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,471 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,471 INFO snapshot-role/MainThread: , 2024-03-01 17:38:57,471 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:57,471 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,471 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,471 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:38:57,494 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:38:57,494 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,494 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:57,494 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,494 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:57,494 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,494 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,494 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,494 INFO snapshot-role/MainThread: , 2024-03-01 17:38:57,494 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:57,494 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,494 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,494 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv4_snapset1 -L 96468992B test_vg2/lv4 2024-03-01 17:38:57,704 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:57,704 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,704 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:57,704 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,705 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,705 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:38:57,743 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:57,743 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,743 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:57,743 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,743 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:57,743 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:38:57,743 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:38:57,744 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:38:57,744 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:38:57,744 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,744 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,744 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,744 INFO snapshot-role/MainThread: , 2024-03-01 17:38:57,744 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:57,744 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,744 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,744 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:38:57,767 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:38:57,767 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,767 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:38:57,767 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,767 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:38:57,767 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,767 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,767 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,767 INFO snapshot-role/MainThread: , 2024-03-01 17:38:57,767 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:57,767 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,767 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,767 INFO snapshot-role/MainThread: Running... lvcreate -s -n lv7_snapset1 -L 67108864B test_vg3/lv7 2024-03-01 17:38:57,980 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:38:57,981 INFO snapshot-role/MainThread: { 2024-03-01 17:38:57,981 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:38:57,981 INFO snapshot-role/MainThread: ] 2024-03-01 17:38:57,981 INFO snapshot-role/MainThread: } 2024-03-01 17:38:57,981 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:39:00,897 INFO snapshot-role/MainThread: check_cmd: check 20 None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:39:00,898 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:39:00,898 INFO snapshot-role/MainThread: check snapsset : snapset1 2024-03-01 17:39:00,898 INFO snapshot-role/MainThread: verify snapsset : snapset1 2024-03-01 17:39:00,898 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:39:00,926 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:00,926 INFO snapshot-role/MainThread: { 2024-03-01 17:39:00,927 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:00,927 INFO snapshot-role/MainThread: { 2024-03-01 17:39:00,927 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:00,927 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:39:00,927 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:39:00,927 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:39:00,927 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:00,927 INFO snapshot-role/MainThread: } 2024-03-01 17:39:00,927 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:00,927 INFO snapshot-role/MainThread: , 2024-03-01 17:39:00,927 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:00,927 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:00,927 INFO snapshot-role/MainThread: } 2024-03-01 17:39:00,927 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1 2024-03-01 17:39:00,953 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:00,953 INFO snapshot-role/MainThread: { 2024-03-01 17:39:00,953 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:00,953 INFO snapshot-role/MainThread: { 2024-03-01 17:39:00,954 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:00,954 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:39:00,954 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:00,954 INFO snapshot-role/MainThread: } 2024-03-01 17:39:00,954 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:00,954 INFO snapshot-role/MainThread: , 2024-03-01 17:39:00,954 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:00,954 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:00,954 INFO snapshot-role/MainThread: } 2024-03-01 17:39:00,954 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:00,979 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:00,979 INFO snapshot-role/MainThread: { 2024-03-01 17:39:00,979 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:00,979 INFO snapshot-role/MainThread: { 2024-03-01 17:39:00,979 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:00,979 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:39:00,979 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:39:00,979 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:39:00,979 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:39:00,979 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:00,979 INFO snapshot-role/MainThread: } 2024-03-01 17:39:00,980 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:00,980 INFO snapshot-role/MainThread: , 2024-03-01 17:39:00,980 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:00,980 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:00,980 INFO snapshot-role/MainThread: } 2024-03-01 17:39:00,980 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3 2024-03-01 17:39:01,004 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,004 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,004 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,004 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,004 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,004 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:39:01,004 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,004 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,005 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,005 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,005 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,005 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,005 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,005 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:01,028 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,028 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,028 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,028 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,028 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,029 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:39:01,029 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:39:01,029 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:39:01,029 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:39:01,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,029 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,029 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,029 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,029 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,029 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,029 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4 2024-03-01 17:39:01,056 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,056 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,056 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,056 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,056 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,056 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:39:01,056 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,056 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,056 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,057 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,057 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,057 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,057 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,057 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:39:01,081 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,081 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,081 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,081 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,081 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,081 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:39:01,081 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:39:01,081 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:39:01,081 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:39:01,081 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:39:01,081 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,081 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,081 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,082 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,082 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,082 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,082 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,082 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7 2024-03-01 17:39:01,106 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,106 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,106 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,106 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,106 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,106 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:39:01,106 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,107 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,107 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,107 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,107 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,107 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,107 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,107 INFO snapshot-role/MainThread: snapsset ok: snapset1 2024-03-01 17:39:01,107 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:39:01,131 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,131 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,131 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,131 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,131 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,131 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:39:01,131 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:39:01,131 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:39:01,131 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,131 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,131 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,131 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,131 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,131 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,132 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,132 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:39:01,156 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,156 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,156 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,156 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,156 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,156 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:39:01,156 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,156 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,156 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,156 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,156 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,156 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,156 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,156 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:39:01,181 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,181 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,181 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,182 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,182 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,182 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:39:01,182 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,182 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,182 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,182 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,182 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,182 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,182 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,182 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:01,207 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,207 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,207 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,207 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,207 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,207 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:39:01,207 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:39:01,207 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:39:01,207 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:39:01,207 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,207 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,207 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,207 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,208 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,208 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,208 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,208 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:39:01,233 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,233 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,233 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,233 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,233 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,233 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:39:01,234 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,234 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,234 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,234 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,234 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,234 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,234 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,234 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:39:01,257 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,257 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,257 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,257 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,257 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,257 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:39:01,257 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,257 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,257 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,257 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,258 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,258 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,258 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,258 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:01,285 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,285 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,285 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,285 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,285 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,285 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:39:01,285 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:39:01,285 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:39:01,285 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:39:01,286 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,286 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,286 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,286 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,286 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,286 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,286 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,286 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:39:01,309 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,309 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,309 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,309 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,309 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,309 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:39:01,309 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,309 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,309 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,309 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,309 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,309 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,309 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,309 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:39:01,334 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,334 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,334 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,334 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,334 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,335 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:39:01,335 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,335 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,335 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,335 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,335 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,335 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,335 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,335 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:39:01,361 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,361 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,361 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,361 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,361 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,361 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:39:01,362 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:39:01,362 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:39:01,362 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:39:01,362 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:39:01,362 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,362 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,362 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,362 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,362 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,362 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,362 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,362 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:39:01,389 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,389 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,389 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,389 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,389 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,389 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:39:01,389 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,389 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,389 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,389 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,390 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,390 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,390 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,390 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:39:01,415 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:01,415 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,415 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:01,415 INFO snapshot-role/MainThread: { 2024-03-01 17:39:01,415 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:01,415 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:39:01,415 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,416 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,416 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,416 INFO snapshot-role/MainThread: , 2024-03-01 17:39:01,416 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:01,416 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:01,416 INFO snapshot-role/MainThread: } 2024-03-01 17:39:01,416 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:39:04,310 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 None None None None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:39:04,310 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:39:04,310 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 17:39:04,310 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 17:39:04,310 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:39:04,335 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:04,335 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,335 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:04,335 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,335 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:04,335 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:39:04,335 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:39:04,335 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:39:04,335 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,335 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,335 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,335 INFO snapshot-role/MainThread: , 2024-03-01 17:39:04,335 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:04,335 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,335 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,336 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:39:04,359 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:04,359 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,359 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:04,359 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,359 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:04,359 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:39:04,359 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,359 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,359 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,359 INFO snapshot-role/MainThread: , 2024-03-01 17:39:04,359 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:04,359 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,359 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,360 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg1/lv1_snapset1 /mnt/lv1_mp 2024-03-01 17:39:04,390 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:04,390 INFO snapshot-role/MainThread: mount_lv : /mnt/lv3_mp 2024-03-01 17:39:04,390 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:04,422 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:04,422 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,422 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:04,422 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,422 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:04,422 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:39:04,422 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:39:04,423 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:39:04,423 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:39:04,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,423 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,423 INFO snapshot-role/MainThread: , 2024-03-01 17:39:04,423 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:04,423 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,423 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,423 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:39:04,449 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:04,449 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,449 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:04,449 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,449 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:04,449 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:39:04,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,449 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,449 INFO snapshot-role/MainThread: , 2024-03-01 17:39:04,449 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:04,449 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,449 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,450 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg2/lv3_snapset1 /mnt/lv3_mp 2024-03-01 17:39:04,479 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:04,479 INFO snapshot-role/MainThread: mount_lv : /mnt/lv4_mp 2024-03-01 17:39:04,479 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:04,513 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:04,513 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,513 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:04,513 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,513 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:04,513 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:39:04,513 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:04,513 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:39:04,513 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:39:04,514 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,514 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,514 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,514 INFO snapshot-role/MainThread: , 2024-03-01 17:39:04,514 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:04,514 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,514 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,514 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:39:04,542 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:04,542 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,542 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:04,542 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,542 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:04,542 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:39:04,542 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,542 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,542 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,542 INFO snapshot-role/MainThread: , 2024-03-01 17:39:04,542 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:04,542 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,542 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,543 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg2/lv4_snapset1 /mnt/lv4_mp 2024-03-01 17:39:04,571 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:04,571 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-03-01 17:39:04,571 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:39:04,597 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:04,597 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,597 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:04,597 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,597 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:04,597 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:39:04,597 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:39:04,597 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:39:04,597 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:39:04,597 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:39:04,597 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,597 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,597 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,597 INFO snapshot-role/MainThread: , 2024-03-01 17:39:04,598 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:04,598 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,598 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,598 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:39:04,623 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:04,623 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,623 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:04,623 INFO snapshot-role/MainThread: { 2024-03-01 17:39:04,623 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:04,623 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:39:04,623 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,623 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,623 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,623 INFO snapshot-role/MainThread: , 2024-03-01 17:39:04,623 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:04,623 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:04,623 INFO snapshot-role/MainThread: } 2024-03-01 17:39:04,624 INFO snapshot-role/MainThread: Running... mount -o defaults /dev/test_vg3/lv7_snapset1 /mnt/lv7_mp 2024-03-01 17:39:04,655 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:04,656 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:39:07,559 INFO snapshot-role/MainThread: mount_cmd: 0 0 1 None None None None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:39:07,559 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:39:07,559 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 17:39:07,559 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv1_mp /dev/test_vg1/lv1_snapset1 test_vg1 lv1 snapset1 2024-03-01 17:39:07,559 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:39:07,586 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:07,586 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,586 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:07,586 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,586 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:07,586 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:39:07,586 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:07,586 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:39:07,586 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,586 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,586 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,586 INFO snapshot-role/MainThread: , 2024-03-01 17:39:07,586 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:07,587 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,587 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,587 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:39:07,611 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:07,611 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,611 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:07,611 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,611 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:07,611 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:07,611 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,611 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,611 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,611 INFO snapshot-role/MainThread: , 2024-03-01 17:39:07,611 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:07,611 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,611 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,611 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg1/lv1_snapset1 -P 2024-03-01 17:39:07,614 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:07,614 INFO snapshot-role/MainThread: TARGET="/mnt/lv1_mp" SOURCE="/dev/mapper/test_vg1-lv1_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 17:39:07,614 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv3_mp /dev/test_vg2/lv3_snapset1 test_vg2 lv3 snapset1 2024-03-01 17:39:07,614 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:07,638 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:07,638 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,638 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:07,638 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,638 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:07,638 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:39:07,638 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:07,638 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:39:07,638 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:07,638 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,638 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,639 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,639 INFO snapshot-role/MainThread: , 2024-03-01 17:39:07,639 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:07,639 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,639 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,639 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:39:07,662 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:07,663 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,663 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:07,663 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,663 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:07,663 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:07,663 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,663 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,663 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,663 INFO snapshot-role/MainThread: , 2024-03-01 17:39:07,663 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:07,663 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,663 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,663 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv3_snapset1 -P 2024-03-01 17:39:07,666 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:07,666 INFO snapshot-role/MainThread: TARGET="/mnt/lv3_mp" SOURCE="/dev/mapper/test_vg2-lv3_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 17:39:07,666 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv4_mp /dev/test_vg2/lv4_snapset1 test_vg2 lv4 snapset1 2024-03-01 17:39:07,666 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:07,691 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:07,691 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,691 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:07,691 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,691 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:07,691 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:39:07,691 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:07,691 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:39:07,691 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:07,691 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,691 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,691 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,691 INFO snapshot-role/MainThread: , 2024-03-01 17:39:07,691 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:07,691 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,692 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,692 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:39:07,717 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:07,717 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,717 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:07,717 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,717 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:07,717 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:07,717 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,718 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,718 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,718 INFO snapshot-role/MainThread: , 2024-03-01 17:39:07,718 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:07,718 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,718 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,718 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg2/lv4_snapset1 -P 2024-03-01 17:39:07,721 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:07,721 INFO snapshot-role/MainThread: TARGET="/mnt/lv4_mp" SOURCE="/dev/mapper/test_vg2-lv4_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 17:39:07,721 INFO snapshot-role/MainThread: mount_verify_lv : 0 /mnt/lv7_mp /dev/test_vg3/lv7_snapset1 test_vg3 lv7 snapset1 2024-03-01 17:39:07,721 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:39:07,746 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:07,746 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,746 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:07,746 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,746 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:07,746 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:39:07,746 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:39:07,746 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:39:07,746 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:07,746 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:39:07,746 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,746 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,746 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,746 INFO snapshot-role/MainThread: , 2024-03-01 17:39:07,746 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:07,746 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,747 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,747 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:39:07,776 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:07,776 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,776 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:07,776 INFO snapshot-role/MainThread: { 2024-03-01 17:39:07,776 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:07,776 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:07,776 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,776 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,776 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,776 INFO snapshot-role/MainThread: , 2024-03-01 17:39:07,776 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:07,776 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:07,776 INFO snapshot-role/MainThread: } 2024-03-01 17:39:07,776 INFO snapshot-role/MainThread: Running... findmnt /dev/test_vg3/lv7_snapset1 -P 2024-03-01 17:39:07,779 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:07,779 INFO snapshot-role/MainThread: TARGET="/mnt/lv7_mp" SOURCE="/dev/mapper/test_vg3-lv7_snapset1" FSTYPE="xfs" OPTIONS="rw,relatime,seclabel,attr2,inode64,logbufs=8,logbsize=32k,noquota" 2024-03-01 17:39:07,779 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:39:10,814 INFO snapshot-role/MainThread: mount_cmd: 1 0 0 None None None None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:39:10,815 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:39:10,815 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 17:39:10,815 INFO snapshot-role/MainThread: mount_lv : /mnt/lv1_mp 2024-03-01 17:39:10,815 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:39:10,839 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:10,839 INFO snapshot-role/MainThread: { 2024-03-01 17:39:10,839 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:10,839 INFO snapshot-role/MainThread: { 2024-03-01 17:39:10,839 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:10,839 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:39:10,839 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:10,839 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:39:10,839 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,839 INFO snapshot-role/MainThread: } 2024-03-01 17:39:10,839 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,840 INFO snapshot-role/MainThread: , 2024-03-01 17:39:10,840 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:10,840 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,840 INFO snapshot-role/MainThread: } 2024-03-01 17:39:10,840 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:39:10,863 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:10,863 INFO snapshot-role/MainThread: { 2024-03-01 17:39:10,863 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:10,863 INFO snapshot-role/MainThread: { 2024-03-01 17:39:10,863 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:10,863 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:10,863 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,863 INFO snapshot-role/MainThread: } 2024-03-01 17:39:10,863 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,863 INFO snapshot-role/MainThread: , 2024-03-01 17:39:10,863 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:10,863 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,863 INFO snapshot-role/MainThread: } 2024-03-01 17:39:10,863 INFO snapshot-role/MainThread: mount_lv : /mnt/lv3_mp 2024-03-01 17:39:10,864 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:10,890 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:10,890 INFO snapshot-role/MainThread: { 2024-03-01 17:39:10,890 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:10,890 INFO snapshot-role/MainThread: { 2024-03-01 17:39:10,890 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:10,890 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:39:10,890 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:10,890 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:39:10,890 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:10,890 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,890 INFO snapshot-role/MainThread: } 2024-03-01 17:39:10,890 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,890 INFO snapshot-role/MainThread: , 2024-03-01 17:39:10,890 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:10,890 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,891 INFO snapshot-role/MainThread: } 2024-03-01 17:39:10,891 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:39:10,915 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:10,915 INFO snapshot-role/MainThread: { 2024-03-01 17:39:10,915 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:10,915 INFO snapshot-role/MainThread: { 2024-03-01 17:39:10,915 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:10,915 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:10,915 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,915 INFO snapshot-role/MainThread: } 2024-03-01 17:39:10,915 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,915 INFO snapshot-role/MainThread: , 2024-03-01 17:39:10,915 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:10,915 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,915 INFO snapshot-role/MainThread: } 2024-03-01 17:39:10,916 INFO snapshot-role/MainThread: mount_lv : /mnt/lv4_mp 2024-03-01 17:39:10,916 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:10,939 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:10,939 INFO snapshot-role/MainThread: { 2024-03-01 17:39:10,939 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:10,939 INFO snapshot-role/MainThread: { 2024-03-01 17:39:10,939 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:10,939 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:39:10,939 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:10,939 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:39:10,939 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:10,939 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,939 INFO snapshot-role/MainThread: } 2024-03-01 17:39:10,939 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,939 INFO snapshot-role/MainThread: , 2024-03-01 17:39:10,939 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:10,939 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,939 INFO snapshot-role/MainThread: } 2024-03-01 17:39:10,939 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:39:10,964 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:10,964 INFO snapshot-role/MainThread: { 2024-03-01 17:39:10,964 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:10,964 INFO snapshot-role/MainThread: { 2024-03-01 17:39:10,964 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:10,964 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:10,964 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,964 INFO snapshot-role/MainThread: } 2024-03-01 17:39:10,964 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,964 INFO snapshot-role/MainThread: , 2024-03-01 17:39:10,964 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:10,964 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,964 INFO snapshot-role/MainThread: } 2024-03-01 17:39:10,964 INFO snapshot-role/MainThread: mount_lv : /mnt/lv7_mp 2024-03-01 17:39:10,965 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:39:10,993 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:10,993 INFO snapshot-role/MainThread: { 2024-03-01 17:39:10,993 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:10,993 INFO snapshot-role/MainThread: { 2024-03-01 17:39:10,993 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:10,993 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:39:10,993 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:39:10,993 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:39:10,993 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:10,993 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:39:10,994 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,994 INFO snapshot-role/MainThread: } 2024-03-01 17:39:10,994 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,994 INFO snapshot-role/MainThread: , 2024-03-01 17:39:10,994 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:10,994 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:10,994 INFO snapshot-role/MainThread: } 2024-03-01 17:39:10,994 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:39:11,018 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:11,018 INFO snapshot-role/MainThread: { 2024-03-01 17:39:11,018 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:11,018 INFO snapshot-role/MainThread: { 2024-03-01 17:39:11,018 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:11,018 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:11,018 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:11,018 INFO snapshot-role/MainThread: } 2024-03-01 17:39:11,018 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:11,018 INFO snapshot-role/MainThread: , 2024-03-01 17:39:11,018 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:11,018 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:11,019 INFO snapshot-role/MainThread: } 2024-03-01 17:39:11,019 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:39:13,912 INFO snapshot-role/MainThread: umount_cmd: 1 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:39:13,912 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:39:13,912 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 17:39:13,913 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 17:39:13,913 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:39:13,937 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:13,937 INFO snapshot-role/MainThread: { 2024-03-01 17:39:13,937 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:13,937 INFO snapshot-role/MainThread: { 2024-03-01 17:39:13,937 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:13,937 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:39:13,937 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:13,937 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:39:13,937 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:13,938 INFO snapshot-role/MainThread: } 2024-03-01 17:39:13,938 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:13,938 INFO snapshot-role/MainThread: , 2024-03-01 17:39:13,938 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:13,938 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:13,938 INFO snapshot-role/MainThread: } 2024-03-01 17:39:13,938 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:39:13,962 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:13,962 INFO snapshot-role/MainThread: { 2024-03-01 17:39:13,962 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:13,962 INFO snapshot-role/MainThread: { 2024-03-01 17:39:13,962 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:13,962 INFO snapshot-role/MainThread: {"lv_name":"lv1_snapset1", "vg_name":"test_vg1", "lv_attr":"swi-aos---", "lv_size":"75497472", "pool_lv":"", "origin":"lv1", "data_percent":"2.80", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:13,962 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:13,962 INFO snapshot-role/MainThread: } 2024-03-01 17:39:13,962 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:13,962 INFO snapshot-role/MainThread: , 2024-03-01 17:39:13,962 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:13,962 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:13,962 INFO snapshot-role/MainThread: } 2024-03-01 17:39:13,963 INFO snapshot-role/MainThread: umount target /mnt/lv1_mp from device /dev/mapper/test_vg1-lv1_snapset1 2024-03-01 17:39:13,963 INFO snapshot-role/MainThread: Running... umount /mnt/lv1_mp 2024-03-01 17:39:13,975 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:13,975 INFO snapshot-role/MainThread: umount_lv : /mnt/lv3_mp 2024-03-01 17:39:13,975 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:14,001 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:14,001 INFO snapshot-role/MainThread: { 2024-03-01 17:39:14,001 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:14,001 INFO snapshot-role/MainThread: { 2024-03-01 17:39:14,001 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:14,001 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:39:14,001 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:14,001 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:39:14,001 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:14,001 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,001 INFO snapshot-role/MainThread: } 2024-03-01 17:39:14,001 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,001 INFO snapshot-role/MainThread: , 2024-03-01 17:39:14,001 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:14,001 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,001 INFO snapshot-role/MainThread: } 2024-03-01 17:39:14,001 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:39:14,025 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:14,025 INFO snapshot-role/MainThread: { 2024-03-01 17:39:14,025 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:14,025 INFO snapshot-role/MainThread: { 2024-03-01 17:39:14,025 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:14,025 INFO snapshot-role/MainThread: {"lv_name":"lv3_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"50331648", "pool_lv":"", "origin":"lv3", "data_percent":"4.21", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:14,025 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,025 INFO snapshot-role/MainThread: } 2024-03-01 17:39:14,025 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,025 INFO snapshot-role/MainThread: , 2024-03-01 17:39:14,025 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:14,026 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,026 INFO snapshot-role/MainThread: } 2024-03-01 17:39:14,026 INFO snapshot-role/MainThread: umount target /mnt/lv3_mp from device /dev/mapper/test_vg2-lv3_snapset1 2024-03-01 17:39:14,026 INFO snapshot-role/MainThread: Running... umount /mnt/lv3_mp 2024-03-01 17:39:14,037 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:14,037 INFO snapshot-role/MainThread: umount_lv : /mnt/lv4_mp 2024-03-01 17:39:14,037 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:14,064 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:14,064 INFO snapshot-role/MainThread: { 2024-03-01 17:39:14,064 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:14,064 INFO snapshot-role/MainThread: { 2024-03-01 17:39:14,064 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:14,064 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:39:14,064 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:14,064 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:39:14,064 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:14,064 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,064 INFO snapshot-role/MainThread: } 2024-03-01 17:39:14,064 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,064 INFO snapshot-role/MainThread: , 2024-03-01 17:39:14,064 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:14,064 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,064 INFO snapshot-role/MainThread: } 2024-03-01 17:39:14,064 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:39:14,085 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:14,086 INFO snapshot-role/MainThread: { 2024-03-01 17:39:14,086 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:14,086 INFO snapshot-role/MainThread: { 2024-03-01 17:39:14,086 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:14,086 INFO snapshot-role/MainThread: {"lv_name":"lv4_snapset1", "vg_name":"test_vg2", "lv_attr":"swi-aos---", "lv_size":"96468992", "pool_lv":"", "origin":"lv4", "data_percent":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:14,086 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,086 INFO snapshot-role/MainThread: } 2024-03-01 17:39:14,086 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,086 INFO snapshot-role/MainThread: , 2024-03-01 17:39:14,086 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:14,086 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,086 INFO snapshot-role/MainThread: } 2024-03-01 17:39:14,086 INFO snapshot-role/MainThread: umount target /mnt/lv4_mp from device /dev/mapper/test_vg2-lv4_snapset1 2024-03-01 17:39:14,086 INFO snapshot-role/MainThread: Running... umount /mnt/lv4_mp 2024-03-01 17:39:14,098 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:14,098 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-03-01 17:39:14,098 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:39:14,122 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:14,122 INFO snapshot-role/MainThread: { 2024-03-01 17:39:14,122 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:14,122 INFO snapshot-role/MainThread: { 2024-03-01 17:39:14,122 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:14,122 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:39:14,122 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:39:14,122 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:39:14,122 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:14,122 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:39:14,122 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,122 INFO snapshot-role/MainThread: } 2024-03-01 17:39:14,122 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,122 INFO snapshot-role/MainThread: , 2024-03-01 17:39:14,122 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:14,122 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,122 INFO snapshot-role/MainThread: } 2024-03-01 17:39:14,122 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:39:14,147 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:14,147 INFO snapshot-role/MainThread: { 2024-03-01 17:39:14,147 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:14,147 INFO snapshot-role/MainThread: { 2024-03-01 17:39:14,147 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:14,147 INFO snapshot-role/MainThread: {"lv_name":"lv7_snapset1", "vg_name":"test_vg3", "lv_attr":"swi-aos---", "lv_size":"67108864", "pool_lv":"", "origin":"lv7", "data_percent":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:14,147 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,147 INFO snapshot-role/MainThread: } 2024-03-01 17:39:14,147 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,147 INFO snapshot-role/MainThread: , 2024-03-01 17:39:14,147 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:14,148 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:14,148 INFO snapshot-role/MainThread: } 2024-03-01 17:39:14,148 INFO snapshot-role/MainThread: umount target /mnt/lv7_mp from device /dev/mapper/test_vg3-lv7_snapset1 2024-03-01 17:39:14,148 INFO snapshot-role/MainThread: Running... umount /mnt/lv7_mp 2024-03-01 17:39:14,158 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:14,158 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:39:17,284 INFO snapshot-role/MainThread: umount_cmd: 1 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:39:17,284 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:39:17,284 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 17:39:17,285 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv1_mp -P 2024-03-01 17:39:17,287 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:39:17,288 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv3_mp -P 2024-03-01 17:39:17,290 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:39:17,290 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv4_mp -P 2024-03-01 17:39:17,293 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:39:17,293 INFO snapshot-role/MainThread: Running... findmnt /mnt/lv7_mp -P 2024-03-01 17:39:17,295 INFO snapshot-role/MainThread: Return code: 1 2024-03-01 17:39:17,296 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:39:20,194 INFO snapshot-role/MainThread: umount_cmd: 1 None None None {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:39:20,195 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:39:20,195 INFO snapshot-role/MainThread: mount verify snapsset : snapset1 2024-03-01 17:39:20,195 INFO snapshot-role/MainThread: umount_lv : /mnt/lv1_mp 2024-03-01 17:39:20,195 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:39:20,224 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:20,224 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,224 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:20,224 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,224 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:20,224 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:39:20,224 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":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:20,224 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:39:20,224 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,224 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,224 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,224 INFO snapshot-role/MainThread: , 2024-03-01 17:39:20,224 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:20,224 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,225 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,225 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:39:20,249 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:20,249 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,249 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:20,249 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,249 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:20,249 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":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:20,249 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,249 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,249 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,249 INFO snapshot-role/MainThread: , 2024-03-01 17:39:20,249 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:20,249 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,249 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,249 INFO snapshot-role/MainThread: umount_lv : /mnt/lv3_mp 2024-03-01 17:39:20,250 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:20,275 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:20,275 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,275 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:20,275 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,275 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:20,275 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:39:20,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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:20,275 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:39:20,275 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:20,275 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,275 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,275 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,275 INFO snapshot-role/MainThread: , 2024-03-01 17:39:20,275 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:20,275 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,275 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,275 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:39:20,297 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:20,298 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,298 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:20,298 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,298 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:20,298 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:20,298 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,298 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,298 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,298 INFO snapshot-role/MainThread: , 2024-03-01 17:39:20,298 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:20,298 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,298 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,298 INFO snapshot-role/MainThread: umount_lv : /mnt/lv4_mp 2024-03-01 17:39:20,298 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:20,323 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:20,323 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,323 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:20,323 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,323 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:20,323 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:39:20,323 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:20,323 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:39:20,323 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:20,323 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,323 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,323 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,323 INFO snapshot-role/MainThread: , 2024-03-01 17:39:20,323 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:20,323 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,323 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,323 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:39:20,348 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:20,348 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,348 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:20,348 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,348 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:20,348 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:20,348 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,348 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,348 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,349 INFO snapshot-role/MainThread: , 2024-03-01 17:39:20,349 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:20,349 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,349 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,349 INFO snapshot-role/MainThread: umount_lv : /mnt/lv7_mp 2024-03-01 17:39:20,349 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:39:20,375 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:20,375 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,375 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:20,375 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,375 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:20,375 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:39:20,375 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:39:20,375 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:39:20,375 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":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:20,375 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:39:20,376 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,376 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,376 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,376 INFO snapshot-role/MainThread: , 2024-03-01 17:39:20,376 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:20,376 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,376 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,376 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:39:20,401 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:20,401 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,401 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:20,401 INFO snapshot-role/MainThread: { 2024-03-01 17:39:20,401 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:20,401 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":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:20,401 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,401 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,401 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,401 INFO snapshot-role/MainThread: , 2024-03-01 17:39:20,401 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:20,401 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:20,401 INFO snapshot-role/MainThread: } 2024-03-01 17:39:20,402 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:39:23,442 INFO snapshot-role/MainThread: remove_cmd: remove None None None 0 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:39:23,442 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:39:23,442 INFO snapshot-role/MainThread: remove snapsset : snapset1 2024-03-01 17:39:23,442 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:39:23,468 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,468 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,468 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,468 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,469 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,469 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:39:23,469 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":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:23,469 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:39:23,469 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,469 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,469 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,469 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,469 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,469 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,469 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,469 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:39:23,494 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,494 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,494 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,494 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,495 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,495 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":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:23,495 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,495 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,495 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,495 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,495 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,495 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,495 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,495 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:39:23,521 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,521 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,521 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,521 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,521 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,521 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":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:23,521 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,522 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,522 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,522 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,522 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,522 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,522 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,522 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:23,548 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,548 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,548 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,548 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,548 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,549 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:39:23,549 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:23,549 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:39:23,549 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:23,549 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,549 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,549 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,549 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,549 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,549 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,549 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,549 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:39:23,573 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,573 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,573 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,573 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,573 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,573 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:23,573 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,573 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,573 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,573 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,573 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,573 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,573 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,573 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:39:23,600 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,600 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,600 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,600 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,600 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,600 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:23,600 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,600 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,601 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,601 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,601 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,601 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,601 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,601 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:23,625 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,625 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,625 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,625 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,625 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,625 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:39:23,626 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:23,626 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:39:23,626 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:23,626 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,626 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,626 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,626 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,626 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,626 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,626 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,626 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:39:23,651 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,651 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,651 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,651 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,651 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,652 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:23,652 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,652 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,652 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,652 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,652 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,652 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,652 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,652 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:39:23,678 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,678 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,678 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,678 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,678 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,678 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:23,678 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,679 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,679 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,679 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,679 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,679 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,679 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,679 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:39:23,705 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,705 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,705 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,705 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,705 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,706 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:39:23,706 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:39:23,706 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:39:23,706 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":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:23,706 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:39:23,706 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,706 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,706 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,706 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,706 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,706 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,706 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,706 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:39:23,732 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,732 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,732 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,733 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,733 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,733 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":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:23,733 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,733 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,733 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,733 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,733 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,733 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,733 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,733 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:39:23,760 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,760 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,760 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,760 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,760 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,760 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":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:23,760 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,760 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,761 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,761 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,761 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,761 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,761 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,761 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:39:23,786 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,786 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,786 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,786 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,786 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,786 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:39:23,786 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":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:23,786 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:39:23,787 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,787 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,787 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,787 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,787 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,787 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,787 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,787 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:39:23,810 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,810 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,810 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,810 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,810 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,810 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":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:23,810 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,810 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,810 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,811 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,811 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,811 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,811 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,811 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg1/lv1_snapset1 2024-03-01 17:39:23,835 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,835 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,835 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,835 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,835 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,835 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":"2.81", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:23,835 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,835 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,835 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,836 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,836 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,836 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,836 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,836 INFO snapshot-role/MainThread: Running... lvremove -y test_vg1/lv1_snapset1 2024-03-01 17:39:23,952 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,952 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,952 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,952 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,952 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,952 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:23,991 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:23,991 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,992 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:23,992 INFO snapshot-role/MainThread: { 2024-03-01 17:39:23,992 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:23,992 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:39:23,992 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:23,992 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:39:23,992 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:23,992 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,992 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,992 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,992 INFO snapshot-role/MainThread: , 2024-03-01 17:39:23,992 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:23,992 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:23,992 INFO snapshot-role/MainThread: } 2024-03-01 17:39:23,992 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:39:24,017 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:24,017 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,017 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:24,017 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,018 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:24,018 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:24,018 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,018 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,018 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,018 INFO snapshot-role/MainThread: , 2024-03-01 17:39:24,018 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:24,018 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,018 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,018 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv3_snapset1 2024-03-01 17:39:24,042 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:24,042 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,042 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:24,042 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,042 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:24,042 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":"4.22", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:24,043 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,043 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,043 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,043 INFO snapshot-role/MainThread: , 2024-03-01 17:39:24,043 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:24,043 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,043 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,043 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv3_snapset1 2024-03-01 17:39:24,167 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:24,167 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,167 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:24,167 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,167 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,167 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:24,202 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:24,202 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,202 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:24,202 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,202 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:24,202 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:39:24,202 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:39:24,202 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:24,202 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,203 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,203 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,203 INFO snapshot-role/MainThread: , 2024-03-01 17:39:24,203 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:24,203 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,203 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,203 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:39:24,227 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:24,227 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,227 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:24,227 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,227 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:24,227 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:24,227 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,227 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,227 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,227 INFO snapshot-role/MainThread: , 2024-03-01 17:39:24,227 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:24,227 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,227 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,227 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg2/lv4_snapset1 2024-03-01 17:39:24,253 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:24,253 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,253 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:24,253 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,253 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:24,253 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":"2.20", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:24,253 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,253 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,253 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,254 INFO snapshot-role/MainThread: , 2024-03-01 17:39:24,254 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:24,254 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,254 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,254 INFO snapshot-role/MainThread: Running... lvremove -y test_vg2/lv4_snapset1 2024-03-01 17:39:24,373 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:24,373 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,373 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:24,373 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,373 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,374 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:39:24,414 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:24,414 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,414 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:24,414 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,414 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:24,414 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:39:24,415 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:39:24,415 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:39:24,415 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":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""}, 2024-03-01 17:39:24,415 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:39:24,415 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,415 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,415 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,415 INFO snapshot-role/MainThread: , 2024-03-01 17:39:24,415 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:24,415 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,415 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,415 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:39:24,439 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:24,439 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,439 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:24,439 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,439 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:24,439 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":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:24,439 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,439 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,439 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,439 INFO snapshot-role/MainThread: , 2024-03-01 17:39:24,439 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:24,440 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,440 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,440 INFO snapshot-role/MainThread: Running... lvs --reportformat json test_vg3/lv7_snapset1 2024-03-01 17:39:24,463 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:24,463 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,463 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:24,463 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,463 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:24,463 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":"3.16", "metadata_percent":"", "move_pv":"", "mirror_log":"", "copy_percent":"", "convert_lv":""} 2024-03-01 17:39:24,463 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,464 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,464 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,464 INFO snapshot-role/MainThread: , 2024-03-01 17:39:24,464 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:24,464 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,464 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,464 INFO snapshot-role/MainThread: Running... lvremove -y test_vg3/lv7_snapset1 2024-03-01 17:39:24,591 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:24,592 INFO snapshot-role/MainThread: { 2024-03-01 17:39:24,592 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:24,592 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:24,592 INFO snapshot-role/MainThread: } 2024-03-01 17:39:24,592 INFO snapshot-role/MainThread: exit code: 0: [''] 2024-03-01 17:39:27,698 INFO snapshot-role/MainThread: remove_cmd: remove None None None 1 {"name": "snapset1", "volumes": [{"name": "snapshot VG1 LV1", "vg": "test_vg1", "lv": "lv1", "mountpoint": "/mnt/lv1_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV3", "vg": "test_vg2", "lv": "lv3", "mountpoint": "/mnt/lv3_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG2 LV4", "vg": "test_vg2", "lv": "lv4", "mountpoint": "/mnt/lv4_mp", "percent_space_required": 15, "mountpoint_create": true}, {"name": "snapshot VG3 LV7", "vg": "test_vg3", "lv": "lv7", "mountpoint": "/mnt/lv7_mp", "percent_space_required": 15, "mountpoint_create": true}]} 2024-03-01 17:39:27,698 INFO snapshot-role/MainThread: snapset {'name': 'snapset1', 'volumes': [{'name': 'snapshot VG1 LV1', 'vg': 'test_vg1', 'lv': 'lv1', 'mountpoint': '/mnt/lv1_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV3', 'vg': 'test_vg2', 'lv': 'lv3', 'mountpoint': '/mnt/lv3_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG2 LV4', 'vg': 'test_vg2', 'lv': 'lv4', 'mountpoint': '/mnt/lv4_mp', 'percent_space_required': 15, 'mountpoint_create': True}, {'name': 'snapshot VG3 LV7', 'vg': 'test_vg3', 'lv': 'lv7', 'mountpoint': '/mnt/lv7_mp', 'percent_space_required': 15, 'mountpoint_create': True}]} 2024-03-01 17:39:27,698 INFO snapshot-role/MainThread: remove verify snapsset : snapset1 2024-03-01 17:39:27,698 INFO snapshot-role/MainThread: Running... lvs test_vg1 2024-03-01 17:39:27,722 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:27,722 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,722 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:27,722 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,722 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:27,722 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:39:27,722 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:39:27,722 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,722 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,722 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,723 INFO snapshot-role/MainThread: , 2024-03-01 17:39:27,723 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:27,723 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,723 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,723 INFO snapshot-role/MainThread: Running... lvs test_vg1/lv1_snapset1 2024-03-01 17:39:27,746 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:39:27,746 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,746 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:27,746 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,746 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:27,746 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,746 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,746 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,746 INFO snapshot-role/MainThread: , 2024-03-01 17:39:27,746 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:27,746 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,746 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,746 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:27,770 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:27,770 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,770 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:27,770 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,770 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:27,770 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:39:27,770 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:39:27,770 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,770 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,770 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,770 INFO snapshot-role/MainThread: , 2024-03-01 17:39:27,770 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:27,770 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,770 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,770 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv3_snapset1 2024-03-01 17:39:27,793 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:39:27,793 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,793 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:27,793 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,793 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:27,793 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,793 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,793 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,793 INFO snapshot-role/MainThread: , 2024-03-01 17:39:27,793 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:27,793 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,793 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,793 INFO snapshot-role/MainThread: Running... lvs test_vg2 2024-03-01 17:39:27,816 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:27,816 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,816 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:27,816 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,816 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:27,816 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:39:27,816 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:39:27,816 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,816 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,816 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,816 INFO snapshot-role/MainThread: , 2024-03-01 17:39:27,816 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:27,816 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,816 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,816 INFO snapshot-role/MainThread: Running... lvs test_vg2/lv4_snapset1 2024-03-01 17:39:27,839 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:39:27,839 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,839 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:27,839 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,839 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:27,839 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,839 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,839 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,839 INFO snapshot-role/MainThread: , 2024-03-01 17:39:27,839 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:27,839 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,839 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,839 INFO snapshot-role/MainThread: Running... lvs test_vg3 2024-03-01 17:39:27,866 INFO snapshot-role/MainThread: Return code: 0 2024-03-01 17:39:27,866 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,866 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:27,866 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,866 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:27,866 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:39:27,866 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:39:27,866 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:39:27,866 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:39:27,866 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,866 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,866 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,866 INFO snapshot-role/MainThread: , 2024-03-01 17:39:27,866 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:27,866 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,867 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,867 INFO snapshot-role/MainThread: Running... lvs test_vg3/lv7_snapset1 2024-03-01 17:39:27,893 INFO snapshot-role/MainThread: Return code: 5 2024-03-01 17:39:27,893 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,893 INFO snapshot-role/MainThread: "report": [ 2024-03-01 17:39:27,893 INFO snapshot-role/MainThread: { 2024-03-01 17:39:27,893 INFO snapshot-role/MainThread: "lv": [ 2024-03-01 17:39:27,893 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,893 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,893 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,893 INFO snapshot-role/MainThread: , 2024-03-01 17:39:27,893 INFO snapshot-role/MainThread: "log": [ 2024-03-01 17:39:27,893 INFO snapshot-role/MainThread: ] 2024-03-01 17:39:27,893 INFO snapshot-role/MainThread: } 2024-03-01 17:39:27,893 INFO snapshot-role/MainThread: exit code: 0: [''] + cat /etc/lvm/devices/system.devices cat: /etc/lvm/devices/system.devices: No such file or directory + : ++ lsblk -l -p -o NAME + for dev in $(lsblk -l -p -o NAME) + '[' NAME = NAME ']' + continue + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sda + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sda + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdb = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdb + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdb + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdc = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdc + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdc + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdd = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdd + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdd + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sde = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sde + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sde + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdf = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdf + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdf + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdg = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdg + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdg + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdh = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdh + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdh + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdi = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdi + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdi + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdj = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdj + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdj + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdk = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdk + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdk + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/sdl = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/sdl + : + echo blkid info without cache blkid info without cache + blkid -p /dev/sdl + : + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda /dev/xvda: PTUUID="b2f85011" PTTYPE="dos" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda /dev/xvda: PTUUID="b2f85011" PTTYPE="dos" + for dev in $(lsblk -l -p -o NAME) + '[' /dev/xvda1 = NAME ']' + echo blkid info with cache blkid info with cache + blkid /dev/xvda1 /dev/xvda1: UUID="d21788f1-b672-45d8-9d39-0b6482be1fd5" BLOCK_SIZE="512" TYPE="xfs" PARTUUID="b2f85011-01" + echo blkid info without cache blkid info without cache + blkid -p /dev/xvda1 /dev/xvda1: UUID="d21788f1-b672-45d8-9d39-0b6482be1fd5" BLOCK_SIZE="512" TYPE="xfs" USAGE="filesystem" PART_ENTRY_SCHEME="dos" PART_ENTRY_UUID="b2f85011-01" PART_ENTRY_TYPE="0x83" PART_ENTRY_FLAGS="0x80" PART_ENTRY_NUMBER="1" PART_ENTRY_OFFSET="2048" PART_ENTRY_SIZE="524285919" PART_ENTRY_DISK="202:0" + blkid -g + echo lsblk after garbage collect lsblk after garbage collect + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" NAME="/dev/sdj" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdk" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdl" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/xvda" TYPE="disk" SIZE="268435456000" FSTYPE="" NAME="/dev/xvda1" TYPE="part" SIZE="268434390528" FSTYPE="xfs" + blkid -s none + echo lsblk after cache flush lsblk after cache flush + lsblk -p --pairs --bytes -o NAME,TYPE,SIZE,FSTYPE NAME="/dev/sda" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdb" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdc" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdd" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sde" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdf" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdg" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdh" TYPE="disk" SIZE="1073741824" FSTYPE="" NAME="/dev/sdi" TYPE="disk" SIZE="1073741824" FSTYPE="LVM2_member" 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:35:07,332 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_4zqk3w7f/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:35:12,030 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_i1cjzith/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:35:19,141 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_775xeda8/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:35:19,282 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:19,283 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:35:19,329 INFO program/MainThread: stdout[2]: 2024-03-01 17:35:19,329 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:35:19,329 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:35:19,329 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:35:19,334 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:19,335 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:35:19,339 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:19,339 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:35:19,342 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:19,342 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:35:19,345 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:19,345 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:35:19,353 INFO program/MainThread: stdout: 2024-03-01 17:35:19,354 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:35:19,354 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:35:19,354 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:35:19,354 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:35:19,354 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:35:19,354 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:35:19,354 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:35:19,354 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:35:19,354 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:35:19,354 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:35:19,354 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:35:19,354 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:35:19,354 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:35:19,354 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:35:19,354 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:35:19,354 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:19,354 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:35:19,354 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:19,355 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:19,355 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:35:19,355 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:19,355 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:35:19,355 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:35:19,355 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:19,366 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:19,377 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:35:19,382 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-3600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/wwn-0x600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_70412c03-b8b2-48d9-89a3-e23cf1cb45f2', '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': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'ID_SERIAL': '3600140570412c03b8b248d989a3e23cf', 'ID_SERIAL_SHORT': '600140570412c03b8b248d989a3e23cf', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570412c03b', 'ID_WWN_VENDOR_EXTENSION': '0x8b248d989a3e23cf', 'ID_WWN_WITH_EXTENSION': '0x600140570412c03b8b248d989a3e23cf', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570412c03b8b248d989a3e23cf', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517695292'} ; 2024-03-01 17:35:19,382 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:35:19,382 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:19,414 INFO program/MainThread: stdout[3]: 2024-03-01 17:35:19,415 INFO program/MainThread: stderr[3]: 2024-03-01 17:35:19,415 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:35:19,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:19,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:19,429 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:35:19,433 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:35:19,434 INFO blivet/MainThread: sda is a disk 2024-03-01 17:35:19,434 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:35:19,434 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:35:19,438 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:35:19,442 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:35:19,442 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:35:19,445 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:35:19,446 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:35:19,446 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:35:19,446 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7cc8754470) -- 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 = 600140570412c03b8b248d989a3e23cf 2024-03-01 17:35:19,450 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:35:19,450 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:35:19,453 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/wwn-0x6001405a766a6cdffaf44c68ec1f86ad', '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': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'ID_SERIAL': '36001405a766a6cdffaf44c68ec1f86ad', 'ID_SERIAL_SHORT': '6001405a766a6cdffaf44c68ec1f86ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a766a6cdf', 'ID_WWN_VENDOR_EXTENSION': '0xfaf44c68ec1f86ad', 'ID_WWN_WITH_EXTENSION': '0x6001405a766a6cdffaf44c68ec1f86ad', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a766a6cdffaf44c68ec1f86ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517722648'} ; 2024-03-01 17:35:19,454 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:35:19,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:35:19,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:19,464 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:35:19,464 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:35:19,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:35:19,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:35:19,468 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:35:19,471 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:35:19,471 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:35:19,475 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:35:19,475 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:35:19,475 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:35:19,475 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7cc7702400) -- 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 = 6001405a766a6cdffaf44c68ec1f86ad 2024-03-01 17:35:19,479 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:35:19,479 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:35:19,482 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/scsi-36001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/wwn-0x6001405fb406ddb3a264dc7a3da0115b', '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': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'ID_SERIAL': '36001405fb406ddb3a264dc7a3da0115b', 'ID_SERIAL_SHORT': '6001405fb406ddb3a264dc7a3da0115b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb406ddb3', 'ID_WWN_VENDOR_EXTENSION': '0xa264dc7a3da0115b', 'ID_WWN_WITH_EXTENSION': '0x6001405fb406ddb3a264dc7a3da0115b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb406ddb3a264dc7a3da0115b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518467710'} ; 2024-03-01 17:35:19,483 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:35:19,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:35:19,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:19,493 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:35:19,493 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:35:19,493 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:35:19,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:35:19,497 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:35:19,500 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:35:19,500 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:35:19,503 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:35:19,504 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:35:19,504 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:35:19,504 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7cc77024a8) -- 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 = 6001405fb406ddb3a264dc7a3da0115b 2024-03-01 17:35:19,508 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:35:19,508 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:35:19,511 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/scsi-360014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/wwn-0x60014055002d72f33954a3eb4b6255a2', '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': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'ID_SERIAL': '360014055002d72f33954a3eb4b6255a2', 'ID_SERIAL_SHORT': '60014055002d72f33954a3eb4b6255a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055002d72f3', 'ID_WWN_VENDOR_EXTENSION': '0x3954a3eb4b6255a2', 'ID_WWN_WITH_EXTENSION': '0x60014055002d72f33954a3eb4b6255a2', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055002d72f33954a3eb4b6255a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518574569'} ; 2024-03-01 17:35:19,511 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:35:19,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:35:19,518 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:19,522 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:35:19,522 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:35:19,522 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:35:19,522 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:35:19,525 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:35:19,529 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:35:19,529 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:35:19,533 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:35:19,533 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:35:19,533 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:35:19,533 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7cc77085c0) -- 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 = 60014055002d72f33954a3eb4b6255a2 2024-03-01 17:35:19,537 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:35:19,537 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:35:19,540 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/wwn-0x60014053d1743e8b22f4a7b836611b7e ' '/dev/disk/by-id/scsi-360014053d1743e8b22f4a7b836611b7e', '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': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'ID_SERIAL': '360014053d1743e8b22f4a7b836611b7e', 'ID_SERIAL_SHORT': '60014053d1743e8b22f4a7b836611b7e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053d1743e8b', 'ID_WWN_VENDOR_EXTENSION': '0x22f4a7b836611b7e', 'ID_WWN_WITH_EXTENSION': '0x60014053d1743e8b22f4a7b836611b7e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053d1743e8b22f4a7b836611b7e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517737874'} ; 2024-03-01 17:35:19,540 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:35:19,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:35:19,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:19,551 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:35:19,551 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:35:19,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:35:19,551 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:35:19,555 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:35:19,558 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:35:19,558 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:35:19,561 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:35:19,562 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:35:19,562 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:35:19,562 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7cc7708438) -- 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 = 60014053d1743e8b22f4a7b836611b7e 2024-03-01 17:35:19,566 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:35:19,566 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:35:19,569 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/wwn-0x6001405186e251afa3542ac8387e73fc', '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': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'ID_SERIAL': '36001405186e251afa3542ac8387e73fc', 'ID_SERIAL_SHORT': '6001405186e251afa3542ac8387e73fc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405186e251af', 'ID_WWN_VENDOR_EXTENSION': '0xa3542ac8387e73fc', 'ID_WWN_WITH_EXTENSION': '0x6001405186e251afa3542ac8387e73fc', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405186e251afa3542ac8387e73fc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517903506'} ; 2024-03-01 17:35:19,569 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:35:19,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:35:19,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:19,580 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:35:19,580 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:35:19,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:35:19,580 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:35:19,584 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:35:19,587 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:35:19,587 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:35:19,590 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:35:19,591 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:35:19,591 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:35:19,591 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7cc77194a8) -- 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 = 6001405186e251afa3542ac8387e73fc 2024-03-01 17:35:19,594 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:35:19,595 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:35:19,598 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/wwn-0x6001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-36001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c36e94bd-fb74-4081-a90a-92ca067f3492', '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': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'ID_SERIAL': '36001405c36e94bdfb744081a90a92ca0', 'ID_SERIAL_SHORT': '6001405c36e94bdfb744081a90a92ca0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c36e94bdf', 'ID_WWN_VENDOR_EXTENSION': '0xb744081a90a92ca0', 'ID_WWN_WITH_EXTENSION': '0x6001405c36e94bdfb744081a90a92ca0', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c36e94bdfb744081a90a92ca0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517954946'} ; 2024-03-01 17:35:19,598 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:35:19,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:35:19,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:19,608 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:35:19,609 INFO blivet/MainThread: sde is a disk 2024-03-01 17:35:19,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:35:19,609 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:35:19,612 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:35:19,616 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:35:19,616 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:35:19,619 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:35:19,619 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:35:19,620 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:35:19,620 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7cc7719b38) -- 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 = 6001405c36e94bdfb744081a90a92ca0 2024-03-01 17:35:19,623 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:35:19,624 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:35:19,627 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/scsi-36001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/wwn-0x6001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', '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': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'ID_SERIAL': '36001405e81c340fa4c446bc905c9610a', 'ID_SERIAL_SHORT': '6001405e81c340fa4c446bc905c9610a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81c340fa', 'ID_WWN_VENDOR_EXTENSION': '0x4c446bc905c9610a', 'ID_WWN_WITH_EXTENSION': '0x6001405e81c340fa4c446bc905c9610a', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81c340fa4c446bc905c9610a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518047959'} ; 2024-03-01 17:35:19,627 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:35:19,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:35:19,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:19,637 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:35:19,638 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:35:19,638 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:35:19,638 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:35:19,641 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:35:19,645 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:35:19,645 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:35:19,648 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:35:19,648 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:35:19,649 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:35:19,649 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7cc7719f60) -- 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 = 6001405e81c340fa4c446bc905c9610a 2024-03-01 17:35:19,652 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:35:19,653 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:35:19,656 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/wwn-0x60014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/scsi-360014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6d2cd68d-87c0-4fab-9da0-8039257fc92f', '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': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'ID_SERIAL': '360014056d2cd68d87c04fab9da080392', 'ID_SERIAL_SHORT': '60014056d2cd68d87c04fab9da080392', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d2cd68d8', 'ID_WWN_VENDOR_EXTENSION': '0x7c04fab9da080392', 'ID_WWN_WITH_EXTENSION': '0x60014056d2cd68d87c04fab9da080392', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d2cd68d87c04fab9da080392', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518046294'} ; 2024-03-01 17:35:19,656 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:35:19,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:35:19,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:19,666 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:35:19,667 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:35:19,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:35:19,667 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:35:19,670 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:35:19,674 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:35:19,674 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:35:19,677 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:35:19,678 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:35:19,678 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:35:19,678 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7cc7705a20) -- 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 = 60014056d2cd68d87c04fab9da080392 2024-03-01 17:35:19,681 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:35:19,682 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:35:19,685 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/wwn-0x60014054d1200ba74634939936da912e ' '/dev/disk/by-id/scsi-360014054d1200ba74634939936da912e', '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': '4d1200ba-7463-4939-936d-a912e7234c5d', 'ID_SERIAL': '360014054d1200ba74634939936da912e', 'ID_SERIAL_SHORT': '60014054d1200ba74634939936da912e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d1200ba7', 'ID_WWN_VENDOR_EXTENSION': '0x4634939936da912e', 'ID_WWN_WITH_EXTENSION': '0x60014054d1200ba74634939936da912e', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d1200ba74634939936da912e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518165885'} ; 2024-03-01 17:35:19,685 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:35:19,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:35:19,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:19,695 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:35:19,696 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:35:19,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:35:19,696 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:35:19,699 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:35:19,703 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:35:19,703 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:35:19,706 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:35:19,706 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:35:19,707 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:35:19,707 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7cc7719cf8) -- 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 = 60014054d1200ba74634939936da912e 2024-03-01 17:35:19,710 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:35:19,710 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:35:19,714 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/wwn-0x6001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', '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': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'ID_SERIAL': '36001405e8ee59f0315f48b4b12e0bc3a', 'ID_SERIAL_SHORT': '6001405e8ee59f0315f48b4b12e0bc3a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e8ee59f03', 'ID_WWN_VENDOR_EXTENSION': '0x15f48b4b12e0bc3a', 'ID_WWN_WITH_EXTENSION': '0x6001405e8ee59f0315f48b4b12e0bc3a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e8ee59f0315f48b4b12e0bc3a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518250709'} ; 2024-03-01 17:35:19,714 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:35:19,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:35:19,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:19,724 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:35:19,725 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:35:19,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:35:19,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:35:19,728 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:35:19,732 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:35:19,732 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:35:19,735 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:35:19,735 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:35:19,736 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:35:19,736 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7cc7729940) -- 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 = 6001405e8ee59f0315f48b4b12e0bc3a 2024-03-01 17:35:19,739 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:35:19,739 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:35:19,743 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/wwn-0x6001405ff4083373e7f48589206661da ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/scsi-36001405ff4083373e7f48589206661da', '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': 'ff408337-3e7f-4858-9206-661da27eed75', 'ID_SERIAL': '36001405ff4083373e7f48589206661da', 'ID_SERIAL_SHORT': '6001405ff4083373e7f48589206661da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ff4083373', 'ID_WWN_VENDOR_EXTENSION': '0xe7f48589206661da', 'ID_WWN_WITH_EXTENSION': '0x6001405ff4083373e7f48589206661da', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ff4083373e7f48589206661da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518315010'} ; 2024-03-01 17:35:19,743 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:35:19,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:35:19,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:19,753 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:35:19,754 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:35:19,754 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:35:19,754 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:35:19,757 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:35:19,760 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:35:19,761 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:35:19,764 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:35:19,764 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:35:19,765 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:35:19,765 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7cc7729fd0) -- 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 = 6001405ff4083373e7f48589206661da 2024-03-01 17:35:19,768 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:35:19,768 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:35:19,771 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': '28540800'} ; 2024-03-01 17:35:19,772 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:35:19,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:19,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:19,782 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:35:19,782 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:35:19,782 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:35:19,782 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:35:19,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:35:19,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:35:19,786 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:35:19,789 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:35:19,789 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:35:19,792 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:35:19,793 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:35:19,793 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:35:19,793 INFO blivet/MainThread: got device: DiskDevice instance (0x7f7cc7729d68) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:35:19,796 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:35:19,800 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:19,800 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:35:19,804 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:19,804 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:35:19,807 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:19,808 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:35:19,811 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:19,811 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:35:19,815 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:35:19,818 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:19,822 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:35:19,825 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 0x7f7cc7726648> 2024-03-01 17:35:22,958 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:35:22,962 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:35:22,962 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:35:22,966 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': '28543624'} ; 2024-03-01 17:35:22,966 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:35:22,966 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:35:22,969 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:22,972 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:22,976 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:35:22,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:22,982 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:22,982 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:22,994 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:23,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:23,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:35:23,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:35:23,017 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:35:23,017 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:35:23,021 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:35:23,024 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:35:23,024 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:35:23,028 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:35:23,028 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:35:23,028 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:35:23,031 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:35:23,035 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:35:23,038 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:35:23,041 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:35:23,044 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:35:23,045 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:35:23,045 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:35:23,046 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:35:23,045 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f7cc8aa0390) -- 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 0x7f7cc76bf0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:35:23,049 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:35:23,053 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:23,053 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:35:23,056 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:23,056 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:35:23,060 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:23,060 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:35:23,063 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:23,063 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:35:23,065 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:35:23,065 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:35:23,069 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:23,069 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:35:23,072 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:35:23,073 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:35:23,073 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:23,086 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:23,098 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:35:23,099 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:35:23,103 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:35:23,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:23,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:35:23,112 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:23,112 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:35:23,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:35:23,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:23,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:35:23,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:23,124 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:35:23,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:35:23,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:23,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:35:23,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:23,136 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:35:23,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:35:23,141 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:23,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:35:23,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:23,147 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:35:23,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:35:23,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:23,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:35:23,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:23,159 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:35:23,162 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:35:23,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:23,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:35:23,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:23,171 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:35:23,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:35:23,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:35:23,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 17:35:23,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:35:23,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:35:23,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:35:23,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:35:23,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:35:27,652 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_4sq8m7lh/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:35:27,689 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:27,690 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:35:27,693 INFO program/MainThread: stdout[2]: 2024-03-01 17:35:27,693 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:35:27,693 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:35:27,693 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:35:27,698 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:27,698 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:35:27,702 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:27,702 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:35:27,705 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:27,705 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:35:27,709 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:35:27,709 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:35:27,716 INFO program/MainThread: stdout: 2024-03-01 17:35:27,717 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:35:27,717 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:35:27,717 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:35:27,717 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:35:27,717 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:35:27,717 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:35:27,717 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:35:27,717 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:35:27,717 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:35:27,717 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:35:27,717 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:35:27,717 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:35:27,717 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:35:27,717 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:35:27,717 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:35:27,717 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:27,717 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:35:27,717 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:27,718 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:27,718 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:35:27,718 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:35:27,718 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:35:27,718 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:35:27,718 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:27,728 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:27,739 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:35:27,744 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/wwn-0x600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/scsi-3600140570412c03b8b248d989a3e23cf', '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': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'ID_SERIAL': '3600140570412c03b8b248d989a3e23cf', 'ID_SERIAL_SHORT': '600140570412c03b8b248d989a3e23cf', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570412c03b', 'ID_WWN_VENDOR_EXTENSION': '0x8b248d989a3e23cf', 'ID_WWN_WITH_EXTENSION': '0x600140570412c03b8b248d989a3e23cf', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570412c03b8b248d989a3e23cf', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517695292'} ; 2024-03-01 17:35:27,744 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:35:27,745 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:27,772 INFO program/MainThread: stdout[3]: 2024-03-01 17:35:27,773 INFO program/MainThread: stderr[3]: 2024-03-01 17:35:27,773 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:35:27,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:27,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:27,786 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:35:27,791 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:35:27,791 INFO blivet/MainThread: sda is a disk 2024-03-01 17:35:27,791 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:35:27,792 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:35:27,796 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:35:27,799 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:35:27,800 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:35:27,803 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:35:27,803 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:35:27,804 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:35:27,804 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5b1e1b470) -- 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 = 600140570412c03b8b248d989a3e23cf 2024-03-01 17:35:27,808 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:35:27,808 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:35:27,812 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/scsi-36001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/wwn-0x6001405a766a6cdffaf44c68ec1f86ad', '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': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'ID_SERIAL': '36001405a766a6cdffaf44c68ec1f86ad', 'ID_SERIAL_SHORT': '6001405a766a6cdffaf44c68ec1f86ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a766a6cdf', 'ID_WWN_VENDOR_EXTENSION': '0xfaf44c68ec1f86ad', 'ID_WWN_WITH_EXTENSION': '0x6001405a766a6cdffaf44c68ec1f86ad', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a766a6cdffaf44c68ec1f86ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517722648'} ; 2024-03-01 17:35:27,812 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:35:27,815 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:35:27,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:27,822 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:35:27,823 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:35:27,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:35:27,823 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:35:27,826 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:35:27,830 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:35:27,830 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:35:27,833 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:35:27,834 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:35:27,834 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:35:27,834 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5b0dc9400) -- 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 = 6001405a766a6cdffaf44c68ec1f86ad 2024-03-01 17:35:27,838 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:35:27,838 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:35:27,841 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/wwn-0x6001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fb406ddb-3a26-4dc7-a3da-0115b4474caa', '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': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'ID_SERIAL': '36001405fb406ddb3a264dc7a3da0115b', 'ID_SERIAL_SHORT': '6001405fb406ddb3a264dc7a3da0115b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb406ddb3', 'ID_WWN_VENDOR_EXTENSION': '0xa264dc7a3da0115b', 'ID_WWN_WITH_EXTENSION': '0x6001405fb406ddb3a264dc7a3da0115b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb406ddb3a264dc7a3da0115b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518467710'} ; 2024-03-01 17:35:27,841 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:35:27,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:35:27,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:27,852 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:35:27,852 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:35:27,853 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:35:27,853 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:35:27,856 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:35:27,860 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:35:27,860 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:35:27,863 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:35:27,863 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:35:27,864 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:35:27,864 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5b0dc94a8) -- 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 = 6001405fb406ddb3a264dc7a3da0115b 2024-03-01 17:35:27,868 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:35:27,868 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:35:27,871 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/wwn-0x60014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', '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': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'ID_SERIAL': '360014055002d72f33954a3eb4b6255a2', 'ID_SERIAL_SHORT': '60014055002d72f33954a3eb4b6255a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055002d72f3', 'ID_WWN_VENDOR_EXTENSION': '0x3954a3eb4b6255a2', 'ID_WWN_WITH_EXTENSION': '0x60014055002d72f33954a3eb4b6255a2', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055002d72f33954a3eb4b6255a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518574569'} ; 2024-03-01 17:35:27,871 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:35:27,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:35:27,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:27,882 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:35:27,882 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:35:27,882 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:35:27,882 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:35:27,886 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:35:27,889 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:35:27,889 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:35:27,893 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:35:27,893 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:35:27,894 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:35:27,894 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5b0dcf5c0) -- 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 = 60014055002d72f33954a3eb4b6255a2 2024-03-01 17:35:27,897 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:35:27,897 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:35:27,901 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014053d1743e8b22f4a7b836611b7e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/scsi-360014053d1743e8b22f4a7b836611b7e', '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': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'ID_SERIAL': '360014053d1743e8b22f4a7b836611b7e', 'ID_SERIAL_SHORT': '60014053d1743e8b22f4a7b836611b7e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053d1743e8b', 'ID_WWN_VENDOR_EXTENSION': '0x22f4a7b836611b7e', 'ID_WWN_WITH_EXTENSION': '0x60014053d1743e8b22f4a7b836611b7e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053d1743e8b22f4a7b836611b7e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517737874'} ; 2024-03-01 17:35:27,901 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:35:27,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:35:27,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:27,911 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:35:27,912 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:35:27,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:35:27,912 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:35:27,915 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:35:27,919 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:35:27,919 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:35:27,922 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:35:27,923 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:35:27,923 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:35:27,923 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5b0dcf438) -- 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 = 60014053d1743e8b22f4a7b836611b7e 2024-03-01 17:35:27,927 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:35:27,927 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:35:27,930 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/scsi-36001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/wwn-0x6001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_186e251a-fa35-42ac-8387-e73fc2ef3bb2', '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': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'ID_SERIAL': '36001405186e251afa3542ac8387e73fc', 'ID_SERIAL_SHORT': '6001405186e251afa3542ac8387e73fc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405186e251af', 'ID_WWN_VENDOR_EXTENSION': '0xa3542ac8387e73fc', 'ID_WWN_WITH_EXTENSION': '0x6001405186e251afa3542ac8387e73fc', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405186e251afa3542ac8387e73fc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517903506'} ; 2024-03-01 17:35:27,931 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:35:27,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:35:27,937 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:27,941 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:35:27,942 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:35:27,942 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:35:27,942 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:35:27,945 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:35:27,949 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:35:27,949 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:35:27,952 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:35:27,953 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:35:27,953 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:35:27,953 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5b0de04a8) -- 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 = 6001405186e251afa3542ac8387e73fc 2024-03-01 17:35:27,957 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:35:27,957 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:35:27,960 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/scsi-36001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c36e94bd-fb74-4081-a90a-92ca067f3492', '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': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'ID_SERIAL': '36001405c36e94bdfb744081a90a92ca0', 'ID_SERIAL_SHORT': '6001405c36e94bdfb744081a90a92ca0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c36e94bdf', 'ID_WWN_VENDOR_EXTENSION': '0xb744081a90a92ca0', 'ID_WWN_WITH_EXTENSION': '0x6001405c36e94bdfb744081a90a92ca0', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c36e94bdfb744081a90a92ca0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517954946'} ; 2024-03-01 17:35:27,961 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:35:27,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:35:27,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:27,971 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:35:27,972 INFO blivet/MainThread: sde is a disk 2024-03-01 17:35:27,972 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:35:27,972 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:35:27,975 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:35:27,979 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:35:27,979 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:35:27,982 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:35:27,983 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:35:27,983 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:35:27,983 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5b0de0b38) -- 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 = 6001405c36e94bdfb744081a90a92ca0 2024-03-01 17:35:27,987 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:35:27,987 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:35:27,990 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/wwn-0x6001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-36001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', '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': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'ID_SERIAL': '36001405e81c340fa4c446bc905c9610a', 'ID_SERIAL_SHORT': '6001405e81c340fa4c446bc905c9610a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81c340fa', 'ID_WWN_VENDOR_EXTENSION': '0x4c446bc905c9610a', 'ID_WWN_WITH_EXTENSION': '0x6001405e81c340fa4c446bc905c9610a', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81c340fa4c446bc905c9610a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518047959'} ; 2024-03-01 17:35:27,990 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:35:27,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:35:27,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:28,001 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:35:28,002 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:35:28,002 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:35:28,002 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:35:28,005 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:35:28,009 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:35:28,009 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:35:28,012 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:35:28,013 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:35:28,013 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:35:28,013 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5b0de0f60) -- 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 = 6001405e81c340fa4c446bc905c9610a 2024-03-01 17:35:28,017 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:35:28,017 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:35:28,020 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/wwn-0x60014056d2cd68d87c04fab9da080392', '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': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'ID_SERIAL': '360014056d2cd68d87c04fab9da080392', 'ID_SERIAL_SHORT': '60014056d2cd68d87c04fab9da080392', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d2cd68d8', 'ID_WWN_VENDOR_EXTENSION': '0x7c04fab9da080392', 'ID_WWN_WITH_EXTENSION': '0x60014056d2cd68d87c04fab9da080392', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d2cd68d87c04fab9da080392', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518046294'} ; 2024-03-01 17:35:28,020 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:35:28,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:35:28,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:28,031 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:35:28,032 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:35:28,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:35:28,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:35:28,035 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:35:28,039 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:35:28,039 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:35:28,042 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:35:28,043 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:35:28,043 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:35:28,043 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5b0dcca20) -- 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 = 60014056d2cd68d87c04fab9da080392 2024-03-01 17:35:28,047 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:35:28,047 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:35:28,050 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054d1200ba74634939936da912e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/scsi-360014054d1200ba74634939936da912e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d', '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': '4d1200ba-7463-4939-936d-a912e7234c5d', 'ID_SERIAL': '360014054d1200ba74634939936da912e', 'ID_SERIAL_SHORT': '60014054d1200ba74634939936da912e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d1200ba7', 'ID_WWN_VENDOR_EXTENSION': '0x4634939936da912e', 'ID_WWN_WITH_EXTENSION': '0x60014054d1200ba74634939936da912e', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d1200ba74634939936da912e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518165885'} ; 2024-03-01 17:35:28,050 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:35:28,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:35:28,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:28,061 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:35:28,062 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:35:28,062 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:35:28,062 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:35:28,065 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:35:28,069 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:35:28,069 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:35:28,072 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:35:28,073 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:35:28,073 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:35:28,073 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5b0de0cf8) -- 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 = 60014054d1200ba74634939936da912e 2024-03-01 17:35:28,077 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:35:28,077 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:35:28,080 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/wwn-0x6001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/scsi-36001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', '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': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'ID_SERIAL': '36001405e8ee59f0315f48b4b12e0bc3a', 'ID_SERIAL_SHORT': '6001405e8ee59f0315f48b4b12e0bc3a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e8ee59f03', 'ID_WWN_VENDOR_EXTENSION': '0x15f48b4b12e0bc3a', 'ID_WWN_WITH_EXTENSION': '0x6001405e8ee59f0315f48b4b12e0bc3a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e8ee59f0315f48b4b12e0bc3a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518250709'} ; 2024-03-01 17:35:28,080 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:35:28,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:35:28,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:28,091 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:35:28,091 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:35:28,091 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:35:28,092 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:35:28,095 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:35:28,098 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:35:28,099 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:35:28,102 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:35:28,102 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:35:28,103 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:35:28,103 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5b0def940) -- 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 = 6001405e8ee59f0315f48b4b12e0bc3a 2024-03-01 17:35:28,106 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:35:28,106 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:35:28,110 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/scsi-36001405ff4083373e7f48589206661da ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/wwn-0x6001405ff4083373e7f48589206661da', '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': 'ff408337-3e7f-4858-9206-661da27eed75', 'ID_SERIAL': '36001405ff4083373e7f48589206661da', 'ID_SERIAL_SHORT': '6001405ff4083373e7f48589206661da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ff4083373', 'ID_WWN_VENDOR_EXTENSION': '0xe7f48589206661da', 'ID_WWN_WITH_EXTENSION': '0x6001405ff4083373e7f48589206661da', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ff4083373e7f48589206661da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518315010'} ; 2024-03-01 17:35:28,110 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:35:28,113 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:35:28,117 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:28,121 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:35:28,121 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:35:28,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:35:28,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:35:28,125 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:35:28,128 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:35:28,128 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:35:28,132 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:35:28,132 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:35:28,132 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:35:28,132 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5b0deffd0) -- 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 = 6001405ff4083373e7f48589206661da 2024-03-01 17:35:28,136 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:35:28,136 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:35:28,139 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': '28540800'} ; 2024-03-01 17:35:28,139 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:35:28,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:28,146 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:28,150 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:35:28,150 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:35:28,150 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:35:28,150 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:35:28,150 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:35:28,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:35:28,154 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:35:28,157 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:35:28,157 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:35:28,161 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:35:28,161 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:35:28,162 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:35:28,162 INFO blivet/MainThread: got device: DiskDevice instance (0x7fb5b0defd68) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:35:28,165 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:35:28,169 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:28,169 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:35:28,173 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:28,173 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:35:28,176 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:28,176 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:35:28,180 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:28,180 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:35:28,184 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:35:28,187 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:28,191 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:35:28,194 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 0x7fb5b0ded908> 2024-03-01 17:35:31,155 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:35:31,160 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:35:31,160 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:35:31,164 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': '28543624'} ; 2024-03-01 17:35:31,164 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:35:31,164 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:35:31,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,171 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,174 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:35:31,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,181 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:31,192 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:31,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:35:31,211 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:35:31,215 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:35:31,215 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:35:31,219 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:35:31,222 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:35:31,223 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:35:31,226 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:35:31,227 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:35:31,227 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:35:31,230 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:35:31,233 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:35:31,237 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:35:31,240 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:35:31,243 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:35:31,244 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:35:31,244 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:35:31,245 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:35:31,244 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fb5b2167390) -- 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 0x7fb5b0d860f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:35:31,248 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:35:31,252 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:35:31,252 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:35:31,256 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:35:31,256 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:35:31,259 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:31,259 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:35:31,263 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:35:31,263 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:35:31,265 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:35:31,265 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:35:31,269 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:31,269 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:35:31,272 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:35:31,272 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:35:31,273 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:31,284 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:31,296 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:35:31,297 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:35:31,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,307 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,310 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:31,310 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:35:31,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,320 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:31,323 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:35:31,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:31,335 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:35:31,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,341 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:31,347 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:35:31,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,356 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,359 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:31,359 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:35:31,362 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:31,371 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:35:31,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,384 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:31,384 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:35:31,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:35:31,390 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:35:31,393 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,396 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:35:31,396 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:35:31,399 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:35:31,403 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:35:31,406 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:35:31,406 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:35:31,406 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:35:31,410 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:35:31,410 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:35:31,414 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:35:31,414 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:35:31,417 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:35:31,417 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:35:31,417 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:35:31,420 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:35:31,421 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:35:31,424 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:35:31,424 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:35:31,427 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:35:31,427 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:35:31,427 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:35:31,431 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:35:31,431 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:35:31,434 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:35:31,434 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:35:31,435 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:35:31,440 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:35:31,443 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:35:31,447 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:35:31,451 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:35:31,455 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:35:31,458 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:35:31,459 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:35:31,462 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:35:31,463 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:35:31,463 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:35:31,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,471 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:31,477 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:35:31,478 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:35:31,478 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:35:31,478 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 17:35:31,479 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:35:31,479 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:35:31,482 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:31,483 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:35:31,486 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:31,486 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:35:31,490 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:35:31,493 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:35:31,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:35:31,498 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:35:31,501 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:35:31,504 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:35:31,508 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:35:31,509 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:35:31,509 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:35:31,509 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:35:31,510 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:35:31,517 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:35:31,517 INFO program/MainThread: stderr[4]: 2024-03-01 17:35:31,517 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:35:31,518 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:35:31,518 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:31,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:35:31,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:35:31,523 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:31,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,536 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:31,536 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 17:35:31,537 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:35:31,538 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:35:31,538 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 17:35:31,538 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:35:31,539 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:35:31,542 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:31,542 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 17:35:31,545 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:31,546 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:35:31,549 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:35:31,553 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:35:31,553 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 17:35:31,557 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:35:31,560 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:35:31,564 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:35:31,568 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 17:35:31,568 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:35:31,569 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:35:31,569 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:35:31,569 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 17:35:31,569 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:35:31,569 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 17:35:31,573 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 17:35:31,573 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:35:31,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:31,586 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 17:35:31,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 17:35:31,592 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:35:31,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 17:35:31,598 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:35:31,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 17:35:31,605 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:35:31,608 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:35:31,608 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 17:35:31,608 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:35:31,611 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:35:31,611 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:35:31,615 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:35:31,615 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:35:31,618 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:35:31,618 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 17:35:31,618 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 17:35:31,621 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:35:31,622 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:35:31,625 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:35:31,625 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:35:31,628 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:35:31,629 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 17:35:31,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 17:35:31,632 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:35:31,632 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:35:31,635 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:35:31,635 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:35:31,636 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 17:35:31,640 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:35:31,643 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:35:31,647 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:35:31,651 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:35:31,655 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:35:31,659 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:35:31,659 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 17:35:31,663 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:35:31,663 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 17:35:31,663 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:35:31,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:31,678 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 17:35:31,678 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:35:31,679 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:35:31,679 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 17:35:31,679 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:35:31,680 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:35:31,683 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:31,683 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 17:35:31,686 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:31,687 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 17:35:31,690 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:35:31,694 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:35:31,694 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 17:35:31,698 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:35:31,701 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:35:31,705 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:35:31,708 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 17:35:31,709 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:35:31,709 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:35:31,709 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:35:31,710 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 17:35:31,710 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:35:31,710 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:35:31,714 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 17:35:31,714 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:35:31,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:31,727 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 17:35:31,728 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:35:31,728 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:35:31,729 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 17:35:31,729 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:35:31,729 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:35:31,733 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:31,733 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 17:35:31,736 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:31,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 17:35:31,740 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:35:31,743 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:35:31,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:35:31,747 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:35:31,751 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:35:31,754 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:35:31,758 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 17:35:31,759 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:35:31,759 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:35:31,759 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:35:31,760 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 17:35:31,760 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:35:31,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 17:35:31,764 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 17:35:31,765 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:35:31,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,774 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:31,778 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 17:35:31,781 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,784 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 17:35:31,784 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:35:31,787 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 17:35:31,790 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:35:31,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,796 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 17:35:31,796 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:35:31,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 17:35:31,802 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:35:31,805 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:35:31,805 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 17:35:31,805 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 17:35:31,809 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:35:31,809 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:35:31,812 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:35:31,812 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:35:31,815 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:35:31,815 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 17:35:31,816 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 17:35:31,819 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:35:31,819 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:35:31,822 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:35:31,822 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:35:31,825 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:35:31,826 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 17:35:31,835 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 17:35:31,838 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:35:31,838 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:35:31,841 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:35:31,841 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:35:31,845 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:35:31,845 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:35:31,845 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:35:31,848 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:35:31,848 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:35:31,851 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:35:31,852 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:35:31,853 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 17:35:31,857 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:35:31,860 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:35:31,864 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:35:31,868 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:35:31,872 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:35:31,875 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:35:31,880 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:35:31,883 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:35:31,884 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 17:35:31,888 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:35:31,888 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 17:35:31,888 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:35:31,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,897 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:31,904 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 17:35:31,905 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:35:31,905 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:35:31,905 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 17:35:31,906 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:35:31,906 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:35:31,909 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:31,910 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 17:35:31,913 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:31,913 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 17:35:31,917 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:35:31,920 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:35:31,921 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:35:31,924 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:35:31,928 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:35:31,931 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:35:31,935 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 17:35:31,936 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:35:31,936 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:35:31,936 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:35:31,937 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 17:35:31,937 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:35:31,937 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 17:35:31,941 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 17:35:31,941 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:35:31,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:31,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:31,954 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 17:35:31,955 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:35:31,956 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:35:31,956 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 17:35:31,956 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:35:31,957 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:35:31,960 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:31,960 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 17:35:31,963 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:31,964 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 17:35:31,968 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:35:31,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:35:31,972 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 17:35:31,976 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:35:31,979 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:35:31,983 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:35:31,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 17:35:31,987 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:35:31,988 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:35:31,988 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:35:31,988 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 17:35:31,988 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:35:31,988 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:35:31,992 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 17:35:31,992 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:35:31,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:31,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:32,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:32,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:32,006 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 17:35:32,007 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:35:32,008 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:35:32,008 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 17:35:32,008 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:35:32,009 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:35:32,012 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:32,012 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 17:35:32,015 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:32,016 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:35:32,020 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:35:32,023 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:35:32,024 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 17:35:32,028 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:35:32,031 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:35:32,034 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:35:32,038 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 17:35:32,039 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:35:32,040 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:35:32,040 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:35:32,040 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 17:35:32,040 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:35:32,040 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 17:35:32,044 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 17:35:32,044 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:35:32,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:32,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:35:32,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:32,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:35:32,058 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 17:35:32,059 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:35:32,060 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:35:32,060 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 17:35:32,060 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:35:32,061 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:35:32,064 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:32,064 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 17:35:32,067 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:35:32,068 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:35:32,072 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:35:32,075 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:35:32,076 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 17:35:32,080 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:35:32,083 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:35:32,086 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:35:32,090 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 17:35:32,091 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:35:32,092 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:35:32,092 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:35:32,092 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 17:35:32,092 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:35:32,093 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 17:35:32,096 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 17:35:32,097 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:35:32,098 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:35:32,098 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:35:32,098 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:35:32,098 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:35:32,098 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:35:32,099 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:35:32,099 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:35:32,099 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:32,099 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:32,099 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:35:32,099 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:35:32,099 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:35:32,099 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:35:32,099 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:35:32,099 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:35:32,099 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:35:32,099 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:35:32,099 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:35:32,099 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:35:32,100 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:35:32,100 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:35:32,100 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:35:32,100 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:35:32,100 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:35:32,100 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:35:32,100 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:35:32,100 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:35:32,100 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:35:32,100 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:35:32,100 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:35:32,100 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:35:32,100 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:35:32,100 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:35:32,101 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:35:32,101 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:35:32,101 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:35:32,101 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:35:32,101 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:35:32,101 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:35:32,101 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:35:32,103 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:35:32,106 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:35:32,109 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:35:32,112 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:35:32,113 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:35:32,116 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:35:32,116 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 0x7fb5b0da7db0> 2024-03-01 17:35:32,116 INFO blivet/MainThread: sorting actions... 2024-03-01 17:35:32,151 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:35:32,152 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:35:32,152 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:35:32,152 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:35:32,153 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:35:32,153 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:35:32,153 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:35:32,154 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:35:32,154 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:35:32,155 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:35:32,155 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:35:32,155 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:35:32,156 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:35:32,156 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:35:32,156 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:35:32,157 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:35:32,157 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:35:32,158 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:35:32,158 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:35:32,159 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:35:32,159 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:35:32,160 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:35:32,160 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:35:32,161 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:35:32,161 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:35:32,161 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:35:32,162 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:35:32,162 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:35:32,163 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:35:32,163 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:35:32,163 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:35:32,164 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:35:32,164 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:35:32,165 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:35:32,165 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:35:32,166 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:35:32,166 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:35:32,166 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:32,167 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:32,167 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:35:32,171 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:32,174 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 17:35:32,174 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 17:35:32,181 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,181 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,208 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,209 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,221 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,222 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:35:32,226 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:32,229 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 17:35:32,229 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 17:35:32,235 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,236 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,262 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,263 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,273 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,274 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:35:32,278 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:32,281 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 17:35:32,281 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 17:35:32,287 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,287 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,313 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,314 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,325 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,326 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:35:32,330 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:32,333 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 17:35:32,333 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 17:35:32,339 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,339 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,370 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,371 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,383 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,384 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:35:32,388 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:32,391 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 17:35:32,391 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 17:35:32,397 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,397 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,424 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,425 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,435 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,436 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:35:32,440 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:32,443 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 17:35:32,443 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 17:35:32,449 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,449 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,479 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,480 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,491 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,492 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:35:32,496 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:32,499 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 17:35:32,499 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 17:35:32,505 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,505 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,534 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,535 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,545 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,546 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:35:32,550 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:32,553 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:35:32,553 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:35:32,559 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,560 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,586 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,587 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,599 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,600 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:35:32,604 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:32,607 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:35:32,607 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:35:32,613 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,613 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,638 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,639 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,649 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,650 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:35:32,654 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:35:32,657 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:35:32,657 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:35:32,663 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,663 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,691 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,691 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,702 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,703 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:35:32,707 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:32,710 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:35:32,713 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:35:32,714 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:35:32,714 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:35:32,744 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 17:35:32,744 INFO program/MainThread: stderr[5]: 2024-03-01 17:35:32,744 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:35:32,744 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,770 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,777 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:35:32,778 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:35:32,780 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 17:35:32,795 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,795 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,833 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,833 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:35:32,840 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:32,846 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:35:32,849 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:35:32,850 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:35:32,850 INFO program/MainThread: Running [6] lvm pvcreate /dev/sdi --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:35:32,881 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 17:35:32,881 INFO program/MainThread: stderr[6]: 2024-03-01 17:35:32,881 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:35:32,882 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,910 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,917 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:35:32,917 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:35:32,919 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 17:35:32,930 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,930 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:32,959 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:32,960 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:35:32,964 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:32,967 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:35:32,970 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:35:32,970 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:35:32,971 INFO program/MainThread: Running [7] lvm pvcreate /dev/sdh --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:35:33,000 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 17:35:33,000 INFO program/MainThread: stderr[7]: 2024-03-01 17:35:33,000 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:35:33,001 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:33,020 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,028 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:35:33,028 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:35:33,030 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 17:35:33,046 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,046 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:33,071 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,072 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:35:33,077 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,080 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:35:33,083 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:35:33,084 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:35:33,084 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:35:33,113 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 17:35:33,113 INFO program/MainThread: stderr[8]: 2024-03-01 17:35:33,113 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:35:33,114 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:33,139 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,147 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:35:33,147 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:35:33,149 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 17:35:33,161 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,161 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:33,190 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,191 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:35:33,195 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 17:35:33,198 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:35:33,201 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,205 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:35:33,208 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,212 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:35:33,215 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,218 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:35:33,221 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,225 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:35:33,228 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 17:35:33,228 INFO program/MainThread: Running [9] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:33,291 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 17:35:33,292 INFO program/MainThread: stderr[9]: 2024-03-01 17:35:33,292 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:35:33,300 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:35:33,309 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:35:33,317 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,324 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:35:33,331 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,339 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:35:33,348 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,355 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:35:33,364 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,371 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:35:33,372 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:33,393 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,398 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:35:33,402 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:35:33,402 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:33,412 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,413 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 17:35:33,421 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,421 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:33,431 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,431 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:35:33,436 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 17:35:33,439 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 17:35:33,443 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:35:33,446 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:35:33,450 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,454 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:35:33,457 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,461 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:35:33,464 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,468 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:35:33,472 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,475 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:35:33,475 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:33,485 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,490 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:35:33,490 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/sdi$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:33,515 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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:35:33,515 INFO program/MainThread: stderr[10]: 2024-03-01 17:35:33,516 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:35:33,520 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 17:35:33,520 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:33,611 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 17:35:33,611 INFO program/MainThread: stderr[11]: 2024-03-01 17:35:33,611 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:35:33,620 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,626 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:35:33,627 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:35:33,627 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:33,667 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,672 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:35:33,673 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:35:33,674 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:35:33,683 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,683 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:33,696 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,696 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:35:33,701 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,704 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:35:33,707 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 17:35:33,708 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 17:35:33,797 INFO program/MainThread: stdout: 2024-03-01 17:35:33,797 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:35:33,797 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:35:33,797 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:35:33,797 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:35:33,797 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:35:33,798 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:35:33,798 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:35:33,798 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:35:33,798 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:35:33,798 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:35:33,798 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,798 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 17:35:33,812 INFO program/MainThread: stdout: 2024-03-01 17:35:33,813 INFO program/MainThread: writing all SBs 2024-03-01 17:35:33,813 INFO program/MainThread: new label = "" 2024-03-01 17:35:33,813 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,813 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:33,830 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,835 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:35:33,835 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:35:33,836 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:35:33,846 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,846 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:33,860 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:33,860 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:35:33,865 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 17:35:33,869 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 17:35:33,873 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:33,873 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/sdi$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:33,899 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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:35:33,900 INFO program/MainThread: stderr[12]: 2024-03-01 17:35:33,900 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:35:33,905 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 17:35:33,905 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:33,991 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 17:35:33,992 INFO program/MainThread: stderr[13]: 2024-03-01 17:35:33,992 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:35:34,000 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:34,008 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:35:34,008 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:35:34,008 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,050 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,055 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:35:34,056 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:35:34,057 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:35:34,066 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,066 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,082 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,082 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:35:34,087 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:34,090 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:35:34,093 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 17:35:34,094 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 17:35:34,114 INFO program/MainThread: stdout: 2024-03-01 17:35:34,114 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:35:34,114 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:35:34,115 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:35:34,115 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:35:34,115 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:35:34,115 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:35:34,115 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:35:34,115 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:35:34,115 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:35:34,115 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:35:34,115 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,116 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 17:35:34,129 INFO program/MainThread: stdout: 2024-03-01 17:35:34,129 INFO program/MainThread: writing all SBs 2024-03-01 17:35:34,129 INFO program/MainThread: new label = "" 2024-03-01 17:35:34,129 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,129 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,145 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,150 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:35:34,150 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:35:34,151 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:35:34,160 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,160 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,174 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,174 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:35:34,179 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 17:35:34,182 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 17:35:34,186 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:34,186 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/sdi$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:34,211 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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:35:34,211 INFO program/MainThread: stderr[14]: 2024-03-01 17:35:34,211 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:35:34,216 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 17:35:34,216 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:34,304 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 17:35:34,304 INFO program/MainThread: stderr[15]: 2024-03-01 17:35:34,304 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:35:34,313 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:34,320 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:35:34,321 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:35:34,321 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,358 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,363 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:35:34,364 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:35:34,365 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:35:34,374 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,374 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,387 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,387 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:35:34,392 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:34,395 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:35:34,399 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 17:35:34,399 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 17:35:34,420 INFO program/MainThread: stdout: 2024-03-01 17:35:34,421 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 17:35:34,421 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:35:34,421 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:35:34,421 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:35:34,421 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 17:35:34,421 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:35:34,421 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:35:34,421 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 17:35:34,421 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:35:34,421 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:35:34,421 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,422 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 17:35:34,435 INFO program/MainThread: stdout: 2024-03-01 17:35:34,435 INFO program/MainThread: writing all SBs 2024-03-01 17:35:34,435 INFO program/MainThread: new label = "" 2024-03-01 17:35:34,435 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,435 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,451 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,456 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:35:34,456 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:35:34,457 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:35:34,466 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,466 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,480 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,480 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:35:34,485 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 17:35:34,488 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 17:35:34,492 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:34,492 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/sdi$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:34,517 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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:35:34,518 INFO program/MainThread: stderr[16]: 2024-03-01 17:35:34,518 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:35:34,522 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 17:35:34,523 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:34,615 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 17:35:34,616 INFO program/MainThread: stderr[17]: 2024-03-01 17:35:34,616 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:35:34,624 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:34,632 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:35:34,632 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:35:34,633 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,667 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,672 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:35:34,673 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:35:34,674 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:35:34,682 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,683 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,696 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,696 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:35:34,701 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:34,704 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:35:34,708 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 17:35:34,708 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 17:35:34,735 INFO program/MainThread: stdout: 2024-03-01 17:35:34,736 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 17:35:34,736 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:35:34,736 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:35:34,736 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:35:34,736 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 17:35:34,736 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:35:34,736 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:35:34,736 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:35:34,736 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:35:34,736 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:35:34,737 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,737 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 17:35:34,748 INFO program/MainThread: stdout: 2024-03-01 17:35:34,749 INFO program/MainThread: writing all SBs 2024-03-01 17:35:34,749 INFO program/MainThread: new label = "" 2024-03-01 17:35:34,749 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,749 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,762 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,767 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:35:34,767 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:35:34,768 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:35:34,777 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,777 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,791 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,791 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:35:34,796 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:34,799 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:35:34,802 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:35:34,802 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:35:34,802 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:35:34,832 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 17:35:34,833 INFO program/MainThread: stderr[18]: 2024-03-01 17:35:34,833 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:35:34,833 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,853 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,861 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:35:34,861 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:35:34,863 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 17:35:34,877 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,877 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,903 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,904 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:35:34,908 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:34,911 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:35:34,914 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:35:34,914 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:35:34,915 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:35:34,948 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 17:35:34,949 INFO program/MainThread: stderr[19]: 2024-03-01 17:35:34,949 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:35:34,949 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:34,971 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,979 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:35:34,979 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:35:34,982 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 17:35:34,993 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:34,993 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:35,019 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,019 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:35:35,024 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,027 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:35:35,030 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:35:35,030 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:35:35,031 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:35:35,066 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 17:35:35,066 INFO program/MainThread: stderr[20]: 2024-03-01 17:35:35,067 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:35:35,067 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:35,088 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,095 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:35:35,096 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:35:35,098 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 17:35:35,109 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,109 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:35,136 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,136 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:35:35,141 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 17:35:35,144 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:35:35,147 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,151 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:35:35,154 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,157 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:35:35,161 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,164 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:35:35,167 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 17:35:35,167 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/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:35,215 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 17:35:35,215 INFO program/MainThread: stderr[21]: 2024-03-01 17:35:35,215 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:35:35,223 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:35:35,234 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:35:35,243 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,249 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:35:35,258 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,265 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:35:35,274 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,282 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:35:35,282 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:35,306 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,311 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:35:35,314 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:35:35,314 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:35,325 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,326 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 17:35:35,335 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,335 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:35,346 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,346 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:35:35,351 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 17:35:35,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 17:35:35,358 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:35:35,362 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:35:35,365 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,369 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:35:35,372 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,376 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:35:35,379 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,383 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:35:35,383 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:35,394 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,399 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:35:35,399 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/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:35,425 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:35:35,426 INFO program/MainThread: stderr[22]: 2024-03-01 17:35:35,426 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:35:35,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 17:35:35,431 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:35,514 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 17:35:35,514 INFO program/MainThread: stderr[23]: 2024-03-01 17:35:35,514 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:35:35,523 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,531 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:35:35,532 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:35:35,532 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:35,561 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,566 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:35:35,567 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:35:35,568 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:35:35,577 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,577 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:35,595 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,595 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:35:35,600 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,603 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:35:35,607 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 17:35:35,607 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 17:35:35,628 INFO program/MainThread: stdout: 2024-03-01 17:35:35,629 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 17:35:35,629 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:35:35,629 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:35:35,629 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:35:35,629 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 17:35:35,629 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:35:35,629 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:35:35,629 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:35:35,629 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:35:35,629 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:35:35,629 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,630 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 17:35:35,643 INFO program/MainThread: stdout: 2024-03-01 17:35:35,643 INFO program/MainThread: writing all SBs 2024-03-01 17:35:35,643 INFO program/MainThread: new label = "" 2024-03-01 17:35:35,643 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,644 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:35,660 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,664 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:35:35,665 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:35:35,666 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:35:35,675 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,675 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:35,689 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,689 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:35:35,694 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 17:35:35,697 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 17:35:35,701 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,701 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/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:35,728 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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:35:35,728 INFO program/MainThread: stderr[24]: 2024-03-01 17:35:35,728 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:35:35,733 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 17:35:35,733 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:35,822 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 17:35:35,823 INFO program/MainThread: stderr[25]: 2024-03-01 17:35:35,823 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:35:35,831 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,840 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:35:35,840 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:35:35,840 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:35,863 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,868 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:35:35,869 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:35:35,870 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:35:35,879 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,879 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:35,892 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,893 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:35:35,897 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,900 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:35:35,904 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 17:35:35,904 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 17:35:35,922 INFO program/MainThread: stdout: 2024-03-01 17:35:35,922 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 17:35:35,922 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:35:35,922 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:35:35,922 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:35:35,923 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 17:35:35,923 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:35:35,923 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:35:35,923 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:35:35,923 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:35:35,923 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:35:35,923 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,923 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 17:35:35,937 INFO program/MainThread: stdout: 2024-03-01 17:35:35,937 INFO program/MainThread: writing all SBs 2024-03-01 17:35:35,937 INFO program/MainThread: new label = "" 2024-03-01 17:35:35,938 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,938 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:35,954 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,959 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:35:35,959 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:35:35,960 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:35:35,969 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,969 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:35,983 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:35,983 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:35:35,988 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:35,991 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:35:35,994 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:35:35,994 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:35:35,995 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:35:36,026 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:35:36,027 INFO program/MainThread: stderr[26]: 2024-03-01 17:35:36,027 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:35:36,027 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:36,052 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,059 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:35:36,059 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:35:36,061 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:35:36,072 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,072 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:36,100 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,101 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:35:36,105 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:36,108 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:35:36,111 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:35:36,111 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:35:36,112 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:35:36,144 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:35:36,145 INFO program/MainThread: stderr[27]: 2024-03-01 17:35:36,145 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:35:36,145 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:36,165 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,172 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:35:36,173 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:35:36,175 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:35:36,188 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,188 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:36,214 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,215 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:35:36,219 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:36,222 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:35:36,225 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:35:36,225 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:35:36,226 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:35:36,258 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:35:36,258 INFO program/MainThread: stderr[28]: 2024-03-01 17:35:36,259 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:35:36,259 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:36,288 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,295 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:35:36,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:35:36,297 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:35:36,306 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,307 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:36,333 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,333 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:35:36,338 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:35:36,341 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:35:36,344 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:36,348 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:35:36,351 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:36,354 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:35:36,357 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:36,361 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:35:36,364 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:35:36,364 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/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:36,418 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 17:35:36,418 INFO program/MainThread: stderr[29]: 2024-03-01 17:35:36,418 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:35:36,426 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:35:36,438 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:35:36,447 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:36,454 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:35:36,462 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:36,468 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:35:36,474 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:36,479 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:35:36,479 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:36,492 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,497 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:35:36,500 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:35:36,500 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:36,512 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,513 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:35:36,521 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,521 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:36,531 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,531 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:35:36,536 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 17:35:36,539 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 17:35:36,543 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:35:36,547 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:35:36,550 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:36,554 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:35:36,558 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:36,561 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:35:36,565 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:36,568 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:35:36,569 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:36,579 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,584 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:35:36,584 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/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:36,614 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:35:36,615 INFO program/MainThread: stderr[30]: 2024-03-01 17:35:36,615 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:35:36,619 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 17:35:36,620 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:36,704 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 17:35:36,704 INFO program/MainThread: stderr[31]: 2024-03-01 17:35:36,704 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:35:36,713 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:36,720 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:35:36,720 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:35:36,720 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:36,751 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,756 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:35:36,757 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:35:36,758 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:35:36,767 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,767 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:36,781 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,781 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:35:36,786 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:36,790 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:35:36,793 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 17:35:36,793 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 17:35:36,829 INFO program/MainThread: stdout: 2024-03-01 17:35:36,829 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:35:36,829 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:35:36,829 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:35:36,830 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:35:36,830 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:35:36,830 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:35:36,830 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:35:36,830 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:35:36,830 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:35:36,830 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:35:36,830 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,830 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 17:35:36,843 INFO program/MainThread: stdout: 2024-03-01 17:35:36,844 INFO program/MainThread: writing all SBs 2024-03-01 17:35:36,844 INFO program/MainThread: new label = "" 2024-03-01 17:35:36,844 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,844 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:36,858 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,863 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:35:36,863 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:35:36,864 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:35:36,874 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,874 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:36,890 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:36,890 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:36,895 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:35:36,898 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:35:36,902 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:36,902 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/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:36,929 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:35:36,930 INFO program/MainThread: stderr[32]: 2024-03-01 17:35:36,930 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:35:36,934 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:35:36,935 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdg$|","a|/dev/sde$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:35:37,026 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 17:35:37,026 INFO program/MainThread: stderr[33]: 2024-03-01 17:35:37,026 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:35:37,035 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:37,042 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:35:37,042 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:35:37,042 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:37,067 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:37,072 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:35:37,073 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:35:37,073 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:35:37,083 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:37,083 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:37,097 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:37,097 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:35:37,102 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:35:37,105 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:35:37,108 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:35:37,109 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:35:37,127 INFO program/MainThread: stdout: 2024-03-01 17:35:37,127 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 17:35:37,127 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:35:37,128 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:35:37,128 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:35:37,128 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 17:35:37,128 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:35:37,128 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:35:37,128 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:35:37,128 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:35:37,128 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:35:37,128 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:37,129 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:35:37,142 INFO program/MainThread: stdout: 2024-03-01 17:35:37,142 INFO program/MainThread: writing all SBs 2024-03-01 17:35:37,142 INFO program/MainThread: new label = "" 2024-03-01 17:35:37,142 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:37,143 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:37,156 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:37,160 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:35:37,161 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:35:37,162 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:35:37,170 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:37,171 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:35:37,186 DEBUG program/MainThread: Return code: 0 2024-03-01 17:35:37,192 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:35:37,192 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 0x7fb5b0dbc0f8> 2024-03-01 17:35:37,196 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,199 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:35:37,200 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:35:37,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,206 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:35:37,207 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:35:37,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,213 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:35:37,213 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:35:37,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,220 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:35:37,220 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:35:37,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,226 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:35:37,227 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:35:37,230 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,233 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:35:37,233 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:35:37,236 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,240 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:35:37,240 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:35:37,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,246 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:35:37,246 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:35:37,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,253 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:35:37,253 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:35:37,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,259 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:35:37,260 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:35:37,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,266 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:35:37,266 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:35:37,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,272 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:35:37,272 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:35:37,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,279 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:35:37,279 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:35:37,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,285 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:35:37,285 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:35:37,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,291 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:35:37,291 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:35:37,294 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:35:37,297 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:35:37,298 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:36:15,621 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_znzmxc5x/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:36:15,657 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:15,658 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:36:15,661 INFO program/MainThread: stdout[2]: 2024-03-01 17:36:15,661 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:36:15,661 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:36:15,661 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:36:15,666 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:15,666 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:36:15,670 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:15,670 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:36:15,673 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:15,673 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:36:15,676 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:15,676 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:36:15,687 INFO program/MainThread: stdout: 2024-03-01 17:36:15,687 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:36:15,687 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO 2024-03-01 17:36:15,687 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 86343b8b-1af9-456d-ac5c-9f334f103dfb 2024-03-01 17:36:15,687 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA 2024-03-01 17:36:15,687 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 86343b8b-1af9-456d-ac5c-9f334f103dfb 2024-03-01 17:36:15,687 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs d33d45e7-d22e-4e2d-81f5-83c32df243db 2024-03-01 17:36:15,687 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu 2024-03-01 17:36:15,687 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf 2024-03-01 17:36:15,687 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 41579c49-6276-4d09-91f1-b6a087d206ed 2024-03-01 17:36:15,687 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 9afdaf2a-801a-4d64-afa7-47f8fd8ab992 2024-03-01 17:36:15,687 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc 2024-03-01 17:36:15,688 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s 2024-03-01 17:36:15,688 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs 2024-03-01 17:36:15,688 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 3b3c4173-ca65-4780-af2b-b3cc76654b9b 2024-03-01 17:36:15,688 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs cc6a9501-0518-4f8a-940f-774e11e891aa 2024-03-01 17:36:15,688 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 61366f06-c0a4-430e-a009-bc4fa42f5c6a 2024-03-01 17:36:15,688 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 2024-03-01 17:36:15,688 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 61366f06-c0a4-430e-a009-bc4fa42f5c6a 2024-03-01 17:36:15,688 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ 2024-03-01 17:36:15,688 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a49850c3-2526-4f55-9ed7-5a5512f030d1 2024-03-01 17:36:15,688 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt 2024-03-01 17:36:15,688 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a49850c3-2526-4f55-9ed7-5a5512f030d1 2024-03-01 17:36:15,688 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:36:15,688 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:36:15,688 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:36:15,688 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:36:15,688 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:15,688 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 86343b8b-1af9-456d-ac5c-9f334f103dfb sdb 1073741824 root disk brw-rw---- LVM2_member 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 86343b8b-1af9-456d-ac5c-9f334f103dfb `-test_vg1-lv1 482344960 root disk brw-rw---- xfs d33d45e7-d22e-4e2d-81f5-83c32df243db sdc 1073741824 root disk brw-rw---- LVM2_member 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu sdd 1073741824 root disk brw-rw---- LVM2_member eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 41579c49-6276-4d09-91f1-b6a087d206ed `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 9afdaf2a-801a-4d64-afa7-47f8fd8ab992 sde 1073741824 root disk brw-rw---- LVM2_member NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc sdf 1073741824 root disk brw-rw---- LVM2_member jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s sdg 1073741824 root disk brw-rw---- LVM2_member KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 3b3c4173-ca65-4780-af2b-b3cc76654b9b |-test_vg3-lv7 427819008 root disk brw-rw---- xfs cc6a9501-0518-4f8a-940f-774e11e891aa `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 61366f06-c0a4-430e-a009-bc4fa42f5c6a sdh 1073741824 root disk brw-rw---- LVM2_member WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 61366f06-c0a4-430e-a009-bc4fa42f5c6a sdi 1073741824 root disk brw-rw---- LVM2_member E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a49850c3-2526-4f55-9ed7-5a5512f030d1 sdj 1073741824 root disk brw-rw---- LVM2_member xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a49850c3-2526-4f55-9ed7-5a5512f030d1 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:36:15,688 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:15,688 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:15,689 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:36:15,689 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:15,689 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:36:15,689 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:36:15,689 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:15,702 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:15,716 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:36:15,721 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/scsi-3600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/wwn-0x600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/lvm-pv-uuid-b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO', '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': 'b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO', 'ID_FS_UUID_ENC': 'b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO', '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': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'ID_SERIAL': '3600140570412c03b8b248d989a3e23cf', 'ID_SERIAL_SHORT': '600140570412c03b8b248d989a3e23cf', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570412c03b', 'ID_WWN_VENDOR_EXTENSION': '0x8b248d989a3e23cf', 'ID_WWN_WITH_EXTENSION': '0x600140570412c03b8b248d989a3e23cf', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570412c03b8b248d989a3e23cf', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517695292'} ; 2024-03-01 17:36:15,721 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:36:15,721 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:15,752 INFO program/MainThread: stdout[3]: 2024-03-01 17:36:15,752 INFO program/MainThread: stderr[3]: 2024-03-01 17:36:15,752 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:36:15,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:15,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:15,765 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:36:15,770 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:36:15,770 INFO blivet/MainThread: sda is a disk 2024-03-01 17:36:15,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:36:15,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:36:15,774 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:36:15,778 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:36:15,778 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:36:15,781 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:36:15,782 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:36:15,782 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:36:15,782 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0914577d30) -- 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 = 600140570412c03b8b248d989a3e23cf 2024-03-01 17:36:15,786 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:36:15,790 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:15,790 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:36:15,793 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:15,793 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:36:15,797 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:15,797 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:36:15,800 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:15,800 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:36:15,803 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:36:15,804 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:36:15,804 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:15,833 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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:36:15,833 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA. WARNING: Couldn't find device with uuid 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu. WARNING: VG test_vg1 is missing PV 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu (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:36:15,833 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:36:15,834 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:36:15,838 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO ; label: None ; device: /dev/sda ; serial: 3600140570412c03b8b248d989a3e23cf ; exists: True ; vg_name: test_vg1 ; vg_uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; pe_start: 8 MiB ; 2024-03-01 17:36:15,838 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:36:15,842 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:36:15,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; incomplete: True ; hidden: False ; 2024-03-01 17:36:15,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:15,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:15,854 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:15,854 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:15,884 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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:36:15,884 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA. WARNING: Couldn't find device with uuid 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu. WARNING: VG test_vg1 is missing PV 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu (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:36:15,884 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:36:15,885 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:36:15,885 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:36:15,893 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:36:15,897 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:36:15,897 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:36:15,900 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:36:15,901 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:15,927 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:36:15,927 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA. WARNING: Couldn't find device with uuid 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu. WARNING: VG test_vg1 is missing PV 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu (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:36:15,927 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:36:15,932 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:36:15,933 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:36:15,936 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:36:15,939 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; incomplete: True ; hidden: False ; 2024-03-01 17:36:15,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:36:15,942 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:36:15,942 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:15,946 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/wwn-0x6001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/lvm-pv-uuid-5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA ' '/dev/disk/by-id/scsi-36001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a766a6cd-ffaf-44c6-8ec1-f86ad543990c', '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': '5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA', 'ID_FS_UUID_ENC': '5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA', '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': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'ID_SERIAL': '36001405a766a6cdffaf44c68ec1f86ad', 'ID_SERIAL_SHORT': '6001405a766a6cdffaf44c68ec1f86ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a766a6cdf', 'ID_WWN_VENDOR_EXTENSION': '0xfaf44c68ec1f86ad', 'ID_WWN_WITH_EXTENSION': '0x6001405a766a6cdffaf44c68ec1f86ad', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a766a6cdffaf44c68ec1f86ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517722648'} ; 2024-03-01 17:36:15,946 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:36:15,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:36:15,953 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:15,956 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:36:15,957 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:36:15,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:36:15,957 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:36:15,960 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:36:15,964 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:36:15,964 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:36:15,967 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:36:15,968 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:36:15,968 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:36:15,968 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09133e6358) -- 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 = 6001405a766a6cdffaf44c68ec1f86ad 2024-03-01 17:36:15,971 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:36:15,975 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:15,975 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:36:15,979 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:15,979 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:36:15,982 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:15,982 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:36:15,985 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:15,986 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:36:15,989 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:36:15,989 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:36:15,989 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:16,015 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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:36:16,015 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu. WARNING: VG test_vg1 is missing PV 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu (last written to /dev/sdc). 2024-03-01 17:36:16,015 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:36:16,016 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:36:16,020 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA ; label: None ; device: /dev/sdb ; serial: 36001405a766a6cdffaf44c68ec1f86ad ; exists: True ; vg_name: test_vg1 ; vg_uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:36:16,020 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:36:16,023 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:36:16,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; incomplete: True ; hidden: False ; 2024-03-01 17:36:16,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:36:16,033 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:36:16,037 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:36:16,040 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:36:16,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; incomplete: True ; hidden: False ; 2024-03-01 17:36:16,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:16,046 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:16,078 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:36:16,078 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu. WARNING: VG test_vg1 is missing PV 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu (last written to /dev/sdc). 2024-03-01 17:36:16,078 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:36:16,079 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:36:16,079 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:16,083 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/wwn-0x6001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fb406ddb-3a26-4dc7-a3da-0115b4474caa', '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': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'ID_SERIAL': '36001405fb406ddb3a264dc7a3da0115b', 'ID_SERIAL_SHORT': '6001405fb406ddb3a264dc7a3da0115b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb406ddb3', 'ID_WWN_VENDOR_EXTENSION': '0xa264dc7a3da0115b', 'ID_WWN_WITH_EXTENSION': '0x6001405fb406ddb3a264dc7a3da0115b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb406ddb3a264dc7a3da0115b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518467710'} ; 2024-03-01 17:36:16,083 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:36:16,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:36:16,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:16,094 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:36:16,095 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:36:16,095 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:36:16,095 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:36:16,098 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:36:16,101 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:36:16,102 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:36:16,105 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:36:16,105 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:36:16,106 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:36:16,106 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09133e6518) -- 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 = 6001405fb406ddb3a264dc7a3da0115b 2024-03-01 17:36:16,109 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:36:16,109 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:36:16,113 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/wwn-0x60014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/scsi-360014055002d72f33954a3eb4b6255a2', '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': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'ID_SERIAL': '360014055002d72f33954a3eb4b6255a2', 'ID_SERIAL_SHORT': '60014055002d72f33954a3eb4b6255a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055002d72f3', 'ID_WWN_VENDOR_EXTENSION': '0x3954a3eb4b6255a2', 'ID_WWN_WITH_EXTENSION': '0x60014055002d72f33954a3eb4b6255a2', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055002d72f33954a3eb4b6255a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518574569'} ; 2024-03-01 17:36:16,113 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:36:16,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:36:16,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:16,123 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:36:16,123 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:36:16,124 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:36:16,124 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:36:16,127 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:36:16,130 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:36:16,130 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:36:16,134 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:36:16,134 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:36:16,134 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:36:16,135 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09133f3d30) -- 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 = 60014055002d72f33954a3eb4b6255a2 2024-03-01 17:36:16,138 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:36:16,138 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:36:16,141 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/scsi-360014053d1743e8b22f4a7b836611b7e ' '/dev/disk/by-id/wwn-0x60014053d1743e8b22f4a7b836611b7e', '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': '0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu', 'ID_FS_UUID_ENC': '0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu', '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': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'ID_SERIAL': '360014053d1743e8b22f4a7b836611b7e', 'ID_SERIAL_SHORT': '60014053d1743e8b22f4a7b836611b7e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053d1743e8b', 'ID_WWN_VENDOR_EXTENSION': '0x22f4a7b836611b7e', 'ID_WWN_WITH_EXTENSION': '0x60014053d1743e8b22f4a7b836611b7e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053d1743e8b22f4a7b836611b7e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517737874'} ; 2024-03-01 17:36:16,142 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:36:16,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:36:16,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:16,152 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:36:16,152 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:36:16,152 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:36:16,152 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:36:16,156 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:36:16,159 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:36:16,159 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:36:16,162 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:36:16,162 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:36:16,163 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:36:16,163 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09133fb320) -- 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 = 60014053d1743e8b22f4a7b836611b7e 2024-03-01 17:36:16,166 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:36:16,170 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:16,170 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:36:16,173 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:16,173 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:36:16,177 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:16,177 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:36:16,180 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:16,180 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:36:16,183 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:36:16,184 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:36:16,184 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:36:16,211 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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:36:16,211 INFO program/MainThread: stderr[9]: 2024-03-01 17:36:16,211 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:36:16,212 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:36:16,216 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu ; label: None ; device: /dev/sdc ; serial: 360014053d1743e8b22f4a7b836611b7e ; exists: True ; vg_name: test_vg1 ; vg_uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:36:16,216 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:36:16,219 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:36:16,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; incomplete: True ; hidden: False ; 2024-03-01 17:36:16,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:16,229 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:36:16,233 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:36:16,236 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:36:16,239 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; incomplete: True ; hidden: False ; 2024-03-01 17:36:16,242 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:16,243 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:36:16,270 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:36:16,270 INFO program/MainThread: stderr[10]: 2024-03-01 17:36:16,270 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:36:16,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:16,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:16,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ ; incomplete: False ; hidden: False ; 2024-03-01 17:36:16,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:16,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:36:16,289 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:36:16,289 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:36:16,292 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:36:16,296 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:16,296 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:36:16,300 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:36:16,300 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:36:16,301 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:36:16,305 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:36:16,309 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:36:16,309 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:36:16,312 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:36:16,316 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:16,316 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:36:16,319 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:36:16,320 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:36:16,320 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:36:16,320 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:36:16,323 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:16,324 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:36:16,327 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:36:16,327 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:36:16,331 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-u7h4rbphvHcrZgnUlgaKGmOePJVea8De3cE3IZiacn2LbB6hjMOD5A5s52x2UhdJ ' '/dev/disk/by-uuid/d33d45e7-d22e-4e2d-81f5-83c32df243db ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/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-u7h4rbphvHcrZgnUlgaKGmOePJVea8De3cE3IZiacn2LbB6hjMOD5A5s52x2UhdJ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd33d45e7-d22e-4e2d-81f5-83c32df243db', 'ID_FS_UUID_ENC': 'd33d45e7-d22e-4e2d-81f5-83c32df243db', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '878106426'} ; 2024-03-01 17:36:16,331 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:36:16,331 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:16,335 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:36:16,336 INFO program/MainThread: stderr[11]: 2024-03-01 17:36:16,336 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:36:16,336 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:16,339 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:36:16,339 INFO program/MainThread: stderr[12]: 2024-03-01 17:36:16,339 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:36:16,339 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:16,342 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:36:16,342 INFO program/MainThread: stderr[13]: 2024-03-01 17:36:16,342 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:36:16,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:16,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:36:16,353 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:16,353 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:36:16,354 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:16,354 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:36:16,350 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09133fbf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7f0913474ac8) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:16,355 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:16,358 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:36:16,358 INFO program/MainThread: stderr[14]: 2024-03-01 17:36:16,358 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:36:16,362 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:36:16,366 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:16,366 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:36:16,370 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:16,370 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:36:16,374 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:16,374 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:36:16,377 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:16,377 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:36:16,379 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:36:16,379 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:36:16,383 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:16,383 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:36:16,387 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:36:16,387 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:16,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:16,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:16,397 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T ; incomplete: False ; hidden: False ; 2024-03-01 17:36:16,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:16,400 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:36:16,404 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:36:16,404 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:36:16,408 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:36:16,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:36:16,412 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:36:16,415 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:36:16,416 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:36:16,416 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:36:16,419 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:36:16,423 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:36:16,423 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:36:16,426 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:36:16,430 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:36:16,430 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:36:16,434 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:36:16,434 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:36:16,435 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:36:16,435 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:36:16,438 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:36:16,438 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:36:16,442 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:36:16,442 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:36:16,446 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/86343b8b-1af9-456d-ac5c-9f334f103dfb ' '/dev/disk/by-id/dm-uuid-LVM-u7h4rbphvHcrZgnUlgaKGmOePJVea8De4VD665e3kGFdYt1nJs5n70pL4BgHOF1T ' '/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-u7h4rbphvHcrZgnUlgaKGmOePJVea8De4VD665e3kGFdYt1nJs5n70pL4BgHOF1T', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '86343b8b-1af9-456d-ac5c-9f334f103dfb', 'ID_FS_UUID_ENC': '86343b8b-1af9-456d-ac5c-9f334f103dfb', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '877789571'} ; 2024-03-01 17:36:16,446 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:36:16,446 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:16,450 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:36:16,450 INFO program/MainThread: stderr[15]: 2024-03-01 17:36:16,450 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:36:16,450 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:16,453 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:36:16,453 INFO program/MainThread: stderr[16]: 2024-03-01 17:36:16,454 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:36:16,454 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:16,457 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:36:16,457 INFO program/MainThread: stderr[17]: 2024-03-01 17:36:16,457 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:36:16,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:16,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:36:16,467 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:16,468 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:16,469 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:16,469 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:16,465 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09133fbdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7f0913474ac8) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:16,470 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:16,473 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:36:16,473 INFO program/MainThread: stderr[18]: 2024-03-01 17:36:16,473 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:36:16,477 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:36:16,481 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:16,481 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:36:16,485 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:16,485 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:36:16,488 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:16,489 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:36:16,492 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:16,492 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:36:16,493 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:36:16,496 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:16,496 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:36:16,500 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:36:16,500 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:16,500 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:16,503 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/scsi-36001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/lvm-pv-uuid-eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf ' '/dev/disk/by-id/wwn-0x6001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2', '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': 'eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf', 'ID_FS_UUID_ENC': 'eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf', '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': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'ID_SERIAL': '36001405186e251afa3542ac8387e73fc', 'ID_SERIAL_SHORT': '6001405186e251afa3542ac8387e73fc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405186e251af', 'ID_WWN_VENDOR_EXTENSION': '0xa3542ac8387e73fc', 'ID_WWN_WITH_EXTENSION': '0x6001405186e251afa3542ac8387e73fc', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405186e251afa3542ac8387e73fc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517903506'} ; 2024-03-01 17:36:16,504 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:36:16,507 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:36:16,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:16,514 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:36:16,515 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:36:16,515 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:36:16,515 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:36:16,518 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:36:16,521 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:36:16,522 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:36:16,525 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:36:16,525 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:36:16,526 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:36:16,526 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0913416048) -- 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 = 6001405186e251afa3542ac8387e73fc 2024-03-01 17:36:16,529 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:36:16,533 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:16,533 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:36:16,536 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:16,536 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:36:16,540 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:16,540 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:36:16,543 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:16,543 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:36:16,546 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:36:16,546 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:36:16,546 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/sdc$|","a|/dev/sda$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:16,572 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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:36:16,572 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc. WARNING: Couldn't find device with uuid jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s. WARNING: VG test_vg2 is missing PV NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc (last written to /dev/sde). WARNING: VG test_vg2 is missing PV jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s (last written to /dev/sdf). 2024-03-01 17:36:16,572 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:36:16,573 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:36:16,577 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf ; label: None ; device: /dev/sdd ; serial: 36001405186e251afa3542ac8387e73fc ; exists: True ; vg_name: test_vg2 ; vg_uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:36:16,577 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:36:16,580 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:36:16,584 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; incomplete: True ; hidden: False ; 2024-03-01 17:36:16,587 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:16,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:16,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:16,593 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/sdc$|","a|/dev/sda$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:16,620 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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:36:16,620 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc. WARNING: Couldn't find device with uuid jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s. WARNING: VG test_vg2 is missing PV NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc (last written to /dev/sde). WARNING: VG test_vg2 is missing PV jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s (last written to /dev/sdf). 2024-03-01 17:36:16,620 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:36:16,621 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:36:16,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:36:16,626 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:36:16,630 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:36:16,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:36:16,633 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:36:16,634 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/sdc$|","a|/dev/sda$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:16,660 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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=OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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:36:16,660 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc. WARNING: Couldn't find device with uuid jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s. WARNING: VG test_vg2 is missing PV NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc (last written to /dev/sde). WARNING: VG test_vg2 is missing PV jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s (last written to /dev/sdf). 2024-03-01 17:36:16,660 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:36:16,665 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:36:16,666 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:36:16,669 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:36:16,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; incomplete: True ; hidden: False ; 2024-03-01 17:36:16,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:36:16,675 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:36:16,675 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:16,679 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/lvm-pv-uuid-NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc ' '/dev/disk/by-id/scsi-36001405c36e94bdfb744081a90a92ca0', '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': 'NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc', 'ID_FS_UUID_ENC': 'NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc', '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': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'ID_SERIAL': '36001405c36e94bdfb744081a90a92ca0', 'ID_SERIAL_SHORT': '6001405c36e94bdfb744081a90a92ca0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c36e94bdf', 'ID_WWN_VENDOR_EXTENSION': '0xb744081a90a92ca0', 'ID_WWN_WITH_EXTENSION': '0x6001405c36e94bdfb744081a90a92ca0', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c36e94bdfb744081a90a92ca0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517954946'} ; 2024-03-01 17:36:16,679 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:36:16,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:36:16,686 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:16,690 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:36:16,691 INFO blivet/MainThread: sde is a disk 2024-03-01 17:36:16,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:36:16,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:36:16,694 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:36:16,698 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:36:16,698 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:36:16,701 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:36:16,701 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:36:16,702 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:36:16,702 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09134147f0) -- 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 = 6001405c36e94bdfb744081a90a92ca0 2024-03-01 17:36:16,705 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:36:16,709 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:16,709 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:36:16,712 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:16,712 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:36:16,716 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:16,716 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:36:16,719 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:16,719 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:36:16,722 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:36:16,722 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:36:16,723 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/sde$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:16,751 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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:36:16,751 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s. WARNING: VG test_vg2 is missing PV jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s (last written to /dev/sdf). 2024-03-01 17:36:16,751 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:36:16,752 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:36:16,756 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc ; label: None ; device: /dev/sde ; serial: 36001405c36e94bdfb744081a90a92ca0 ; exists: True ; vg_name: test_vg2 ; vg_uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:36:16,756 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:36:16,759 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:36:16,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; incomplete: True ; hidden: False ; 2024-03-01 17:36:16,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:36:16,770 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:36:16,773 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:36:16,776 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:36:16,779 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; incomplete: True ; hidden: False ; 2024-03-01 17:36:16,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:16,782 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/sde$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:16,811 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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=OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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:36:16,812 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s. WARNING: VG test_vg2 is missing PV jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s (last written to /dev/sdf). 2024-03-01 17:36:16,812 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:36:16,812 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:36:16,812 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:16,817 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/lvm-pv-uuid-jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/wwn-0x6001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-36001405e81c340fa4c446bc905c9610a', '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': 'jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s', 'ID_FS_UUID_ENC': 'jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s', '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': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'ID_SERIAL': '36001405e81c340fa4c446bc905c9610a', 'ID_SERIAL_SHORT': '6001405e81c340fa4c446bc905c9610a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81c340fa', 'ID_WWN_VENDOR_EXTENSION': '0x4c446bc905c9610a', 'ID_WWN_WITH_EXTENSION': '0x6001405e81c340fa4c446bc905c9610a', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81c340fa4c446bc905c9610a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518047959'} ; 2024-03-01 17:36:16,817 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:36:16,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:36:16,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:16,828 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:36:16,829 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:36:16,829 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:36:16,829 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:36:16,832 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:36:16,835 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:36:16,836 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:36:16,839 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:36:16,839 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:36:16,840 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:36:16,840 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0913414cc0) -- 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 = 6001405e81c340fa4c446bc905c9610a 2024-03-01 17:36:16,843 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:36:16,847 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:16,847 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:36:16,851 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:16,851 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:36:16,854 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:16,854 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:36:16,858 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:16,858 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:36:16,861 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:36:16,861 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:36:16,861 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/sde$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:16,888 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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:36:16,888 INFO program/MainThread: stderr[24]: 2024-03-01 17:36:16,888 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:36:16,889 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:36:16,893 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s ; label: None ; device: /dev/sdf ; serial: 36001405e81c340fa4c446bc905c9610a ; exists: True ; vg_name: test_vg2 ; vg_uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:36:16,893 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:36:16,897 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:36:16,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; incomplete: True ; hidden: False ; 2024-03-01 17:36:16,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:16,907 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:36:16,910 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:36:16,913 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:36:16,916 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; incomplete: True ; hidden: False ; 2024-03-01 17:36:16,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:16,920 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/sde$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:16,947 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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=OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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:36:16,947 INFO program/MainThread: stderr[25]: 2024-03-01 17:36:16,947 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:36:16,952 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:16,955 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:16,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE ; incomplete: False ; hidden: False ; 2024-03-01 17:36:16,962 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:16,962 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:36:16,965 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:36:16,966 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:36:16,969 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:36:16,973 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:36:16,973 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:36:16,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:36:16,977 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:36:16,978 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:36:16,981 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:36:16,985 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:36:16,985 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:36:16,988 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:36:16,992 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:36:16,992 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:36:16,995 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:36:16,996 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:36:16,996 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:36:16,996 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:36:17,000 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:36:17,000 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:36:17,003 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:36:17,003 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:36:17,007 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WSDCumCWYllOuWJGUAVzuFK3U91yhD5OE ' '/dev/disk/by-uuid/9afdaf2a-801a-4d64-afa7-47f8fd8ab992 ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/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-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WSDCumCWYllOuWJGUAVzuFK3U91yhD5OE', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9afdaf2a-801a-4d64-afa7-47f8fd8ab992', 'ID_FS_UUID_ENC': '9afdaf2a-801a-4d64-afa7-47f8fd8ab992', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '876905383'} ; 2024-03-01 17:36:17,007 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:36:17,008 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:17,011 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:36:17,012 INFO program/MainThread: stderr[26]: 2024-03-01 17:36:17,012 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:36:17,012 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:17,015 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:36:17,015 INFO program/MainThread: stderr[27]: 2024-03-01 17:36:17,015 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:36:17,015 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:17,018 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:36:17,018 INFO program/MainThread: stderr[28]: 2024-03-01 17:36:17,018 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:36:17,023 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:17,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:36:17,029 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:17,030 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:36:17,030 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:17,031 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:36:17,027 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f091341cf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7f0913414518) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:17,031 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:17,034 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:36:17,035 INFO program/MainThread: stderr[29]: 2024-03-01 17:36:17,035 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:36:17,039 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:36:17,043 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:17,043 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:36:17,047 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:17,047 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:36:17,050 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:17,051 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:36:17,054 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:17,054 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:36:17,055 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:36:17,058 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:17,058 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:36:17,061 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:36:17,062 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:17,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:17,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:17,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig ; incomplete: False ; hidden: False ; 2024-03-01 17:36:17,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:17,083 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:36:17,087 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:36:17,087 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:36:17,091 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:36:17,094 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:36:17,094 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:36:17,098 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:36:17,098 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:36:17,098 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:36:17,102 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:36:17,106 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:36:17,106 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:36:17,109 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:36:17,113 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:36:17,113 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:36:17,116 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:36:17,117 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:36:17,117 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:36:17,117 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:36:17,120 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:36:17,121 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:36:17,124 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:36:17,124 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:36:17,128 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WOHLgupdnFujqr9EGXGXJnKSAHAIlU6Ig ' '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-uuid/41579c49-6276-4d09-91f1-b6a087d206ed ' '/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-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WOHLgupdnFujqr9EGXGXJnKSAHAIlU6Ig', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '41579c49-6276-4d09-91f1-b6a087d206ed', 'ID_FS_UUID_ENC': '41579c49-6276-4d09-91f1-b6a087d206ed', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '876598831'} ; 2024-03-01 17:36:17,128 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:36:17,128 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:17,132 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:36:17,132 INFO program/MainThread: stderr[30]: 2024-03-01 17:36:17,132 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:36:17,133 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:17,136 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:36:17,136 INFO program/MainThread: stderr[31]: 2024-03-01 17:36:17,136 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:36:17,136 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:17,139 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:36:17,139 INFO program/MainThread: stderr[32]: 2024-03-01 17:36:17,139 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:36:17,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:17,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:36:17,150 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:17,151 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:17,151 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:17,152 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:17,148 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0922493ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7f0913414518) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:17,153 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:17,156 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:36:17,156 INFO program/MainThread: stderr[33]: 2024-03-01 17:36:17,156 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:36:17,160 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:36:17,164 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:17,164 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:36:17,168 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:17,168 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:36:17,171 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:17,171 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:36:17,175 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:17,175 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:36:17,176 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:36:17,179 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:17,179 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:36:17,182 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:36:17,183 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:17,183 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:17,187 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/lvm-pv-uuid-KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs ' '/dev/disk/by-id/scsi-360014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/wwn-0x60014056d2cd68d87c04fab9da080392', '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': 'KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs', 'ID_FS_UUID_ENC': 'KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs', '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': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'ID_SERIAL': '360014056d2cd68d87c04fab9da080392', 'ID_SERIAL_SHORT': '60014056d2cd68d87c04fab9da080392', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d2cd68d8', 'ID_WWN_VENDOR_EXTENSION': '0x7c04fab9da080392', 'ID_WWN_WITH_EXTENSION': '0x60014056d2cd68d87c04fab9da080392', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d2cd68d87c04fab9da080392', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518046294'} ; 2024-03-01 17:36:17,187 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:36:17,191 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:36:17,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:17,198 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:36:17,198 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:36:17,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:36:17,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:36:17,202 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:36:17,205 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:36:17,205 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:36:17,209 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:36:17,209 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:36:17,209 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:36:17,210 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09133fb710) -- 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 = 60014056d2cd68d87c04fab9da080392 2024-03-01 17:36:17,213 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:36:17,217 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:17,217 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:36:17,220 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:17,220 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:36:17,223 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:17,224 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:36:17,227 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:17,227 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:36:17,230 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:36:17,230 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:36:17,230 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/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:17,261 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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:36:17,261 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9. WARNING: Couldn't find device with uuid E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ. WARNING: Couldn't find device with uuid xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt. WARNING: VG test_vg3 is missing PV WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt (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:36:17,261 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:36:17,262 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:36:17,266 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs ; label: None ; device: /dev/sdg ; serial: 360014056d2cd68d87c04fab9da080392 ; exists: True ; vg_name: test_vg3 ; vg_uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:36:17,266 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:36:17,270 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:36:17,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:17,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:17,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:17,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:17,283 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/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:17,312 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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:36:17,312 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9. WARNING: Couldn't find device with uuid E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ. WARNING: Couldn't find device with uuid xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt. WARNING: VG test_vg3 is missing PV WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt (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:36:17,312 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:36:17,312 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:36:17,313 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:36:17,318 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:36:17,321 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:36:17,321 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:36:17,325 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:36:17,325 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/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:17,355 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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=OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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=kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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:36:17,356 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9. WARNING: Couldn't find device with uuid E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ. WARNING: Couldn't find device with uuid xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt. WARNING: VG test_vg3 is missing PV WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt (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:36:17,356 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:36:17,360 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:36:17,361 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:36:17,364 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:36:17,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:17,371 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:36:17,371 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:36:17,371 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:17,374 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/lvm-pv-uuid-WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 ' '/dev/disk/by-id/wwn-0x60014054d1200ba74634939936da912e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/scsi-360014054d1200ba74634939936da912e', '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': 'WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9', 'ID_FS_UUID_ENC': 'WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9', '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': '4d1200ba-7463-4939-936d-a912e7234c5d', 'ID_SERIAL': '360014054d1200ba74634939936da912e', 'ID_SERIAL_SHORT': '60014054d1200ba74634939936da912e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d1200ba7', 'ID_WWN_VENDOR_EXTENSION': '0x4634939936da912e', 'ID_WWN_WITH_EXTENSION': '0x60014054d1200ba74634939936da912e', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d1200ba74634939936da912e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518165885'} ; 2024-03-01 17:36:17,375 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:36:17,379 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:36:17,382 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:17,386 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:36:17,387 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:36:17,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:36:17,387 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:36:17,390 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:36:17,393 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:36:17,394 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:36:17,397 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:36:17,397 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:36:17,398 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:36:17,398 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09133f3198) -- 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 = 60014054d1200ba74634939936da912e 2024-03-01 17:36:17,401 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:36:17,405 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:17,405 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:36:17,408 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:17,408 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:36:17,412 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:17,412 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:36:17,415 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:17,415 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:36:17,418 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:36:17,418 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:36:17,418 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/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:17,450 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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:36:17,450 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ. WARNING: Couldn't find device with uuid xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt. WARNING: VG test_vg3 is missing PV E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt (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:36:17,450 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:36:17,451 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:36:17,455 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 ; label: None ; device: /dev/sdh ; serial: 360014054d1200ba74634939936da912e ; exists: True ; vg_name: test_vg3 ; vg_uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; pe_start: 8 MiB ; 2024-03-01 17:36:17,455 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:36:17,458 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:36:17,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:17,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:36:17,469 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:36:17,472 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:36:17,475 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:36:17,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:17,481 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:17,482 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/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:17,513 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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=OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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=kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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:36:17,513 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ. WARNING: Couldn't find device with uuid xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt. WARNING: VG test_vg3 is missing PV E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt (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:36:17,513 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:36:17,514 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:36:17,514 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:17,519 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/lvm-pv-uuid-E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/scsi-36001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/wwn-0x6001405e8ee59f0315f48b4b12e0bc3a', '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': 'E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ', 'ID_FS_UUID_ENC': 'E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ', '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': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'ID_SERIAL': '36001405e8ee59f0315f48b4b12e0bc3a', 'ID_SERIAL_SHORT': '6001405e8ee59f0315f48b4b12e0bc3a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e8ee59f03', 'ID_WWN_VENDOR_EXTENSION': '0x15f48b4b12e0bc3a', 'ID_WWN_WITH_EXTENSION': '0x6001405e8ee59f0315f48b4b12e0bc3a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e8ee59f0315f48b4b12e0bc3a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518250709'} ; 2024-03-01 17:36:17,519 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:36:17,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:36:17,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:17,530 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:36:17,531 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:36:17,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:36:17,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:36:17,535 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:36:17,538 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:36:17,538 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:36:17,541 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:36:17,542 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:36:17,542 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:36:17,542 INFO blivet/MainThread: got device: DiskDevice instance (0x7f0913414f98) -- 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 = 6001405e8ee59f0315f48b4b12e0bc3a 2024-03-01 17:36:17,546 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:36:17,550 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:17,550 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:36:17,553 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:17,553 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:36:17,556 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:17,557 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:36:17,560 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:17,560 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:36:17,563 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:36:17,563 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:36:17,563 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/sde$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:17,591 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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:36:17,591 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt. WARNING: VG test_vg3 is missing PV xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt (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:36:17,592 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:36:17,592 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:36:17,596 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ ; label: None ; device: /dev/sdi ; serial: 36001405e8ee59f0315f48b4b12e0bc3a ; exists: True ; vg_name: test_vg3 ; vg_uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; pe_start: 8 MiB ; 2024-03-01 17:36:17,596 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:36:17,600 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:36:17,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:17,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:17,610 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:36:17,613 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:36:17,616 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:36:17,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:17,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:17,623 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/sde$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:17,653 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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=OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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=kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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:36:17,654 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt. WARNING: VG test_vg3 is missing PV xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt (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:36:17,654 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:36:17,654 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:36:17,654 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:17,659 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ff4083373e7f48589206661da ' '/dev/disk/by-id/lvm-pv-uuid-xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/scsi-36001405ff4083373e7f48589206661da', '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': 'xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt', 'ID_FS_UUID_ENC': 'xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt', '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': 'ff408337-3e7f-4858-9206-661da27eed75', 'ID_SERIAL': '36001405ff4083373e7f48589206661da', 'ID_SERIAL_SHORT': '6001405ff4083373e7f48589206661da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ff4083373', 'ID_WWN_VENDOR_EXTENSION': '0xe7f48589206661da', 'ID_WWN_WITH_EXTENSION': '0x6001405ff4083373e7f48589206661da', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ff4083373e7f48589206661da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518315010'} ; 2024-03-01 17:36:17,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:36:17,663 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:36:17,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:17,671 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:36:17,671 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:36:17,671 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:36:17,672 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:36:17,675 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:36:17,678 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:36:17,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:36:17,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:36:17,682 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:36:17,682 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:36:17,682 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09134255c0) -- 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 = 6001405ff4083373e7f48589206661da 2024-03-01 17:36:17,686 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:36:17,690 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:17,690 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:36:17,693 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:17,693 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:36:17,697 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:17,697 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:36:17,700 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:17,700 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:36:17,703 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:36:17,703 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:36:17,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/sde$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:17,736 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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:36:17,736 INFO program/MainThread: stderr[41]: 2024-03-01 17:36:17,736 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:36:17,737 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:36:17,741 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt ; label: None ; device: /dev/sdj ; serial: 36001405ff4083373e7f48589206661da ; exists: True ; vg_name: test_vg3 ; vg_uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:36:17,741 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:36:17,745 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:36:17,748 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:17,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:17,755 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:36:17,758 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:36:17,761 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:36:17,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:17,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:17,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/sde$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:17,799 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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=OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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=kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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:36:17,799 INFO program/MainThread: stderr[42]: 2024-03-01 17:36:17,799 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:36:17,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:17,808 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:17,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr ; incomplete: False ; hidden: False ; 2024-03-01 17:36:17,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:17,814 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:36:17,818 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:36:17,818 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:36:17,822 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:36:17,826 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:36:17,826 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:36:17,829 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:36:17,830 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:36:17,830 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:36:17,834 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:36:17,838 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:36:17,838 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:36:17,842 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:36:17,845 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:36:17,845 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:36:17,849 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:36:17,849 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:36:17,849 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:36:17,849 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:36:17,853 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:36:17,853 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:36:17,856 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:36:17,857 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:36:17,860 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eK6fkoTh0nBDhMegg8klGMBSgjRCwCBYOr ' '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-uuid/a49850c3-2526-4f55-9ed7-5a5512f030d1', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eK6fkoTh0nBDhMegg8klGMBSgjRCwCBYOr', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a49850c3-2526-4f55-9ed7-5a5512f030d1', 'ID_FS_UUID_ENC': 'a49850c3-2526-4f55-9ed7-5a5512f030d1', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '875690046'} ; 2024-03-01 17:36:17,860 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:36:17,861 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:17,865 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:36:17,865 INFO program/MainThread: stderr[43]: 2024-03-01 17:36:17,865 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:36:17,865 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:17,868 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:36:17,868 INFO program/MainThread: stderr[44]: 2024-03-01 17:36:17,868 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:36:17,868 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:17,871 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:36:17,872 INFO program/MainThread: stderr[45]: 2024-03-01 17:36:17,872 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:36:17,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:17,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:36:17,883 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:17,884 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:36:17,884 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:17,885 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:36:17,880 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09134256d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7f09133e6710) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:17,885 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:17,889 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:36:17,889 INFO program/MainThread: stderr[46]: 2024-03-01 17:36:17,889 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:36:17,893 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:36:17,897 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:17,897 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:36:17,901 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:17,901 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:36:17,904 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:17,905 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:36:17,908 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:17,908 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:36:17,908 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:36:17,912 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:17,912 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:36:17,915 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:36:17,916 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:17,919 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:17,922 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:17,926 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ ; incomplete: False ; hidden: False ; 2024-03-01 17:36:17,929 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:17,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:36:17,933 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:36:17,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:36:17,936 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:36:17,940 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:36:17,940 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:36:17,944 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:36:17,944 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:36:17,944 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:36:17,948 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:36:17,952 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:36:17,952 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:36:17,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:36:17,959 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:36:17,959 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:36:17,962 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:36:17,963 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:36:17,963 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:36:17,963 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:36:17,966 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:36:17,967 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:36:17,970 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:36:17,971 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:36:17,974 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKyndDNY9yquzb8ogKSQze0C51a8vnFslZ ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/61366f06-c0a4-430e-a009-bc4fa42f5c6a ' '/dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKyndDNY9yquzb8ogKSQze0C51a8vnFslZ', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '61366f06-c0a4-430e-a009-bc4fa42f5c6a', 'ID_FS_UUID_ENC': '61366f06-c0a4-430e-a009-bc4fa42f5c6a', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '875382375'} ; 2024-03-01 17:36:17,975 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:36:17,975 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:17,979 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:36:17,979 INFO program/MainThread: stderr[47]: 2024-03-01 17:36:17,979 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:36:17,979 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:17,982 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:36:17,982 INFO program/MainThread: stderr[48]: 2024-03-01 17:36:17,982 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:36:17,983 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:17,986 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:36:17,986 INFO program/MainThread: stderr[49]: 2024-03-01 17:36:17,986 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:36:17,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:17,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:36:17,998 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:17,998 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:36:17,999 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:18,000 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:36:17,995 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0913412828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7f09133e6710) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:18,000 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:18,004 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:36:18,004 INFO program/MainThread: stderr[50]: 2024-03-01 17:36:18,004 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:36:18,008 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:36:18,012 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:18,012 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:36:18,016 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:18,016 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:36:18,019 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:18,019 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:36:18,023 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:18,023 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:36:18,023 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:36:18,027 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:18,027 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:36:18,031 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:36:18,031 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:18,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:18,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:18,041 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:18,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:18,044 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:36:18,048 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:36:18,048 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:36:18,052 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:36:18,055 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:36:18,056 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:36:18,059 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:36:18,060 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:36:18,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:36:18,064 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:36:18,067 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:36:18,067 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:36:18,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:36:18,074 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:36:18,074 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:36:18,078 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:36:18,078 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:36:18,078 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:36:18,079 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:36:18,082 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:36:18,082 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:36:18,085 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:36:18,086 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:36:18,090 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKuL4V4VjpVu7Z8Znb06Isf3DbnJmU7TL1 ' '/dev/disk/by-uuid/cc6a9501-0518-4f8a-940f-774e11e891aa', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', '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-mJfNaCl04uX8issgAd7if2s0DlwcM8eKuL4V4VjpVu7Z8Znb06Isf3DbnJmU7TL1', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cc6a9501-0518-4f8a-940f-774e11e891aa', 'ID_FS_UUID_ENC': 'cc6a9501-0518-4f8a-940f-774e11e891aa', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '875072161'} ; 2024-03-01 17:36:18,090 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:36:18,090 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:18,094 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:36:18,094 INFO program/MainThread: stderr[51]: 2024-03-01 17:36:18,094 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:36:18,094 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:18,097 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:36:18,097 INFO program/MainThread: stderr[52]: 2024-03-01 17:36:18,097 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:36:18,098 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:18,101 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:36:18,101 INFO program/MainThread: stderr[53]: 2024-03-01 17:36:18,101 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:36:18,106 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:18,109 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:36:18,113 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:18,114 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:36:18,114 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:18,115 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:36:18,110 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09133c4748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7f09133e6710) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:18,116 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:18,119 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:36:18,119 INFO program/MainThread: stderr[54]: 2024-03-01 17:36:18,119 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:36:18,123 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:36:18,127 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:18,128 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:36:18,131 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:18,131 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:36:18,135 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:18,135 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:36:18,138 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:18,139 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:36:18,139 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:36:18,142 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:18,142 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:36:18,146 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:36:18,146 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:18,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:18,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:18,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i ; incomplete: False ; hidden: False ; 2024-03-01 17:36:18,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:18,160 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:36:18,163 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:36:18,163 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:36:18,167 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:36:18,171 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:36:18,171 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:36:18,174 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:36:18,175 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:36:18,175 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:36:18,179 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:36:18,182 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:36:18,183 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:36:18,186 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:36:18,189 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:36:18,190 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:36:18,193 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:36:18,194 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:36:18,194 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:36:18,194 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:36:18,197 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:36:18,198 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:36:18,201 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:36:18,201 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:36:18,205 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKkugwKRmlPQYmOuGYU5FZlfUB3FMgts2i ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/3b3c4173-ca65-4780-af2b-b3cc76654b9b ' '/dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKkugwKRmlPQYmOuGYU5FZlfUB3FMgts2i', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3b3c4173-ca65-4780-af2b-b3cc76654b9b', 'ID_FS_UUID_ENC': '3b3c4173-ca65-4780-af2b-b3cc76654b9b', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '874689351'} ; 2024-03-01 17:36:18,205 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:36:18,205 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:18,209 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:36:18,209 INFO program/MainThread: stderr[55]: 2024-03-01 17:36:18,210 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:36:18,210 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:18,213 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:36:18,213 INFO program/MainThread: stderr[56]: 2024-03-01 17:36:18,213 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:36:18,213 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:18,216 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:36:18,216 INFO program/MainThread: stderr[57]: 2024-03-01 17:36:18,216 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:36:18,221 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:18,225 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:36:18,228 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:18,230 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:18,230 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:18,231 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:18,225 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09133af828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7f09133e6710) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:18,232 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:18,235 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:36:18,235 INFO program/MainThread: stderr[58]: 2024-03-01 17:36:18,235 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:36:18,240 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:36:18,243 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:18,244 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:36:18,247 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:18,247 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:36:18,251 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:18,251 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:36:18,255 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:18,255 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:36:18,255 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:36:18,259 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:18,259 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:36:18,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:36:18,262 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:18,263 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:18,266 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': '28540800'} ; 2024-03-01 17:36:18,266 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:36:18,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:18,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:18,278 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:36:18,278 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:36:18,278 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:36:18,278 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:36:18,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:36:18,278 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:36:18,281 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:36:18,285 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:36:18,285 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:36:18,288 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:36:18,289 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:36:18,289 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:36:18,289 INFO blivet/MainThread: got device: DiskDevice instance (0x7f09133bb048) -- 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:36:18,293 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:36:18,296 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:18,296 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:36:18,300 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:18,300 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:36:18,303 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:18,303 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:36:18,307 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:18,307 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:36:18,310 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:36:18,313 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:18,316 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:36:18,322 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 0x7f09133f6d88> 2024-03-01 17:36:21,515 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:36:21,519 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:36:21,519 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:36:21,523 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': '28543624'} ; 2024-03-01 17:36:21,523 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:36:21,523 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:36:21,528 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,531 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:21,534 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:36:21,538 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,541 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:21,541 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:21,554 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:21,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:36:21,577 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:36:21,581 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:36:21,581 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:36:21,584 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:36:21,587 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:36:21,588 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:36:21,591 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:36:21,591 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:36:21,591 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:36:21,595 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:36:21,598 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:36:21,601 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:36:21,604 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:36:21,608 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:36:21,608 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:36:21,608 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:36:21,609 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:36:21,608 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f09133cef60) -- 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 0x7f09133d39e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:36:21,613 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:36:21,617 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:21,617 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:36:21,620 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:21,620 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:36:21,623 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:21,624 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:36:21,627 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:21,627 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:36:21,627 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:36:21,630 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:21,631 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:36:21,634 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:36:21,634 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:21,637 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-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKkugwKRmlPQYmOuGYU5FZlfUB3FMgts2i ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/3b3c4173-ca65-4780-af2b-b3cc76654b9b', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKkugwKRmlPQYmOuGYU5FZlfUB3FMgts2i', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3b3c4173-ca65-4780-af2b-b3cc76654b9b', 'ID_FS_UUID_ENC': '3b3c4173-ca65-4780-af2b-b3cc76654b9b', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '874689351'} ; 2024-03-01 17:36:21,637 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:36:21,638 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:21,641 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:36:21,642 INFO program/MainThread: stderr[59]: 2024-03-01 17:36:21,642 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:36:21,642 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:21,645 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:36:21,645 INFO program/MainThread: stderr[60]: 2024-03-01 17:36:21,645 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:36:21,645 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:21,648 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:36:21,648 INFO program/MainThread: stderr[61]: 2024-03-01 17:36:21,648 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:36:21,653 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,657 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:36:21,660 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:21,661 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:21,662 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:21,663 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:21,657 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09133af828) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7f09133e6710) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:21,664 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:21,667 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:36:21,667 INFO program/MainThread: stderr[62]: 2024-03-01 17:36:21,667 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:36:21,671 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:36:21,671 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:36:21,675 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKuL4V4VjpVu7Z8Znb06Isf3DbnJmU7TL1 ' '/dev/disk/by-uuid/cc6a9501-0518-4f8a-940f-774e11e891aa ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', '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-mJfNaCl04uX8issgAd7if2s0DlwcM8eKuL4V4VjpVu7Z8Znb06Isf3DbnJmU7TL1', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cc6a9501-0518-4f8a-940f-774e11e891aa', 'ID_FS_UUID_ENC': 'cc6a9501-0518-4f8a-940f-774e11e891aa', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '875072161'} ; 2024-03-01 17:36:21,675 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:36:21,675 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:21,678 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:36:21,678 INFO program/MainThread: stderr[63]: 2024-03-01 17:36:21,678 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:36:21,678 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:21,681 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:36:21,682 INFO program/MainThread: stderr[64]: 2024-03-01 17:36:21,682 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:36:21,682 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:21,685 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:36:21,685 INFO program/MainThread: stderr[65]: 2024-03-01 17:36:21,685 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:36:21,690 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,693 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:36:21,697 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:21,698 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:21,698 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:21,699 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:21,694 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09133c4748) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7f09133e6710) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:21,700 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:21,704 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:36:21,704 INFO program/MainThread: stderr[66]: 2024-03-01 17:36:21,704 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:36:21,708 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:36:21,708 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:36:21,712 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-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKyndDNY9yquzb8ogKSQze0C51a8vnFslZ ' '/dev/disk/by-uuid/61366f06-c0a4-430e-a009-bc4fa42f5c6a', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKyndDNY9yquzb8ogKSQze0C51a8vnFslZ', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '61366f06-c0a4-430e-a009-bc4fa42f5c6a', 'ID_FS_UUID_ENC': '61366f06-c0a4-430e-a009-bc4fa42f5c6a', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '875382375'} ; 2024-03-01 17:36:21,712 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:36:21,712 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:21,715 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:36:21,715 INFO program/MainThread: stderr[67]: 2024-03-01 17:36:21,716 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:36:21,716 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:21,719 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:36:21,719 INFO program/MainThread: stderr[68]: 2024-03-01 17:36:21,719 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:36:21,719 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:21,722 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:36:21,722 INFO program/MainThread: stderr[69]: 2024-03-01 17:36:21,722 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:36:21,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,730 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:36:21,734 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:21,735 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:21,735 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:21,737 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:21,731 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0913412828) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7f09133e6710) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:21,737 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:21,741 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:36:21,741 INFO program/MainThread: stderr[70]: 2024-03-01 17:36:21,741 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:36:21,745 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:36:21,745 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:36:21,748 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eK6fkoTh0nBDhMegg8klGMBSgjRCwCBYOr ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/a49850c3-2526-4f55-9ed7-5a5512f030d1 ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eK6fkoTh0nBDhMegg8klGMBSgjRCwCBYOr', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a49850c3-2526-4f55-9ed7-5a5512f030d1', 'ID_FS_UUID_ENC': 'a49850c3-2526-4f55-9ed7-5a5512f030d1', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '875690046'} ; 2024-03-01 17:36:21,748 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:36:21,749 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:21,752 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:36:21,752 INFO program/MainThread: stderr[71]: 2024-03-01 17:36:21,752 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:36:21,752 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:21,755 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:36:21,755 INFO program/MainThread: stderr[72]: 2024-03-01 17:36:21,755 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:36:21,755 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:21,758 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:36:21,759 INFO program/MainThread: stderr[73]: 2024-03-01 17:36:21,759 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:36:21,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,767 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:36:21,770 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:21,771 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:21,772 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:21,773 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:21,767 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09134256d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7f09133e6710) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:21,774 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:21,777 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:36:21,777 INFO program/MainThread: stderr[74]: 2024-03-01 17:36:21,777 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:36:21,781 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:36:21,781 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:36:21,784 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/test_vg2/lv4 ' '/dev/disk/by-uuid/41579c49-6276-4d09-91f1-b6a087d206ed ' '/dev/disk/by-id/dm-uuid-LVM-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WOHLgupdnFujqr9EGXGXJnKSAHAIlU6Ig ' '/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-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WOHLgupdnFujqr9EGXGXJnKSAHAIlU6Ig', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '41579c49-6276-4d09-91f1-b6a087d206ed', 'ID_FS_UUID_ENC': '41579c49-6276-4d09-91f1-b6a087d206ed', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '876598831'} ; 2024-03-01 17:36:21,784 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:36:21,785 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:21,788 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:36:21,788 INFO program/MainThread: stderr[75]: 2024-03-01 17:36:21,788 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:36:21,788 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:21,791 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:36:21,791 INFO program/MainThread: stderr[76]: 2024-03-01 17:36:21,791 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:36:21,791 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:21,794 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:36:21,794 INFO program/MainThread: stderr[77]: 2024-03-01 17:36:21,795 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:36:21,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,802 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:36:21,805 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:21,806 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:21,806 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:21,807 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:21,803 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f0922493ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7f0913414518) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:21,808 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:21,811 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:36:21,811 INFO program/MainThread: stderr[78]: 2024-03-01 17:36:21,811 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:36:21,815 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:36:21,815 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:36:21,818 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/9afdaf2a-801a-4d64-afa7-47f8fd8ab992 ' '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WSDCumCWYllOuWJGUAVzuFK3U91yhD5OE', '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-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WSDCumCWYllOuWJGUAVzuFK3U91yhD5OE', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9afdaf2a-801a-4d64-afa7-47f8fd8ab992', 'ID_FS_UUID_ENC': '9afdaf2a-801a-4d64-afa7-47f8fd8ab992', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '876905383'} ; 2024-03-01 17:36:21,818 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:36:21,819 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:21,822 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:36:21,822 INFO program/MainThread: stderr[79]: 2024-03-01 17:36:21,822 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:36:21,822 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:21,825 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:36:21,825 INFO program/MainThread: stderr[80]: 2024-03-01 17:36:21,825 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:36:21,825 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:21,828 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:36:21,828 INFO program/MainThread: stderr[81]: 2024-03-01 17:36:21,829 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:36:21,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,836 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:36:21,839 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:21,840 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:21,841 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:21,841 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:21,837 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f091341cf60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7f0913414518) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:21,842 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:21,845 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:36:21,845 INFO program/MainThread: stderr[82]: 2024-03-01 17:36:21,845 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:36:21,849 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:36:21,849 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:36:21,852 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-id/dm-uuid-LVM-u7h4rbphvHcrZgnUlgaKGmOePJVea8De4VD665e3kGFdYt1nJs5n70pL4BgHOF1T ' '/dev/disk/by-uuid/86343b8b-1af9-456d-ac5c-9f334f103dfb ' '/dev/mapper/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-u7h4rbphvHcrZgnUlgaKGmOePJVea8De4VD665e3kGFdYt1nJs5n70pL4BgHOF1T', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '86343b8b-1af9-456d-ac5c-9f334f103dfb', 'ID_FS_UUID_ENC': '86343b8b-1af9-456d-ac5c-9f334f103dfb', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '877789571'} ; 2024-03-01 17:36:21,853 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:36:21,853 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:21,856 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:36:21,856 INFO program/MainThread: stderr[83]: 2024-03-01 17:36:21,856 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:36:21,856 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:21,859 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:36:21,859 INFO program/MainThread: stderr[84]: 2024-03-01 17:36:21,859 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:36:21,860 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:21,863 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:36:21,863 INFO program/MainThread: stderr[85]: 2024-03-01 17:36:21,863 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:36:21,867 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,871 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:36:21,873 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:21,874 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:21,874 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:21,875 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:21,871 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09133fbdd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7f0913474ac8) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:21,876 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:21,879 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:36:21,879 INFO program/MainThread: stderr[86]: 2024-03-01 17:36:21,879 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:36:21,883 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:36:21,883 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:36:21,886 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d33d45e7-d22e-4e2d-81f5-83c32df243db ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-u7h4rbphvHcrZgnUlgaKGmOePJVea8De3cE3IZiacn2LbB6hjMOD5A5s52x2UhdJ ' '/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-u7h4rbphvHcrZgnUlgaKGmOePJVea8De3cE3IZiacn2LbB6hjMOD5A5s52x2UhdJ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd33d45e7-d22e-4e2d-81f5-83c32df243db', 'ID_FS_UUID_ENC': 'd33d45e7-d22e-4e2d-81f5-83c32df243db', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '878106426'} ; 2024-03-01 17:36:21,886 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:36:21,887 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:21,890 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:36:21,890 INFO program/MainThread: stderr[87]: 2024-03-01 17:36:21,890 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:36:21,890 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:21,893 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:36:21,894 INFO program/MainThread: stderr[88]: 2024-03-01 17:36:21,894 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:36:21,894 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:21,897 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:36:21,897 INFO program/MainThread: stderr[89]: 2024-03-01 17:36:21,897 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:36:21,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,905 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:36:21,907 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:21,908 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:21,909 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:21,909 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:21,905 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f09133fbf28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7f0913474ac8) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:21,910 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:21,913 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:36:21,913 INFO program/MainThread: stderr[90]: 2024-03-01 17:36:21,913 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:36:21,917 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:36:21,917 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:36:21,917 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:21,930 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:21,946 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:36:21,947 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:36:21,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:21,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:21,961 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:36:21,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:21,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,974 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:21,974 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:36:21,977 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,980 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:21,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,987 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:21,987 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:36:21,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:21,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:36:21,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:21,999 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:36:22,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:36:22,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:22,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:36:22,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:22,012 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:36:22,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:36:22,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:22,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:36:22,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:22,024 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:36:26,672 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_k5fedn1w/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:36:26,709 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:26,709 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:36:26,712 INFO program/MainThread: stdout[2]: 2024-03-01 17:36:26,712 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:36:26,713 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:36:26,713 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:36:26,717 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:26,717 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:36:26,721 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:26,721 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:36:26,724 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:26,724 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:36:26,727 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:26,727 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:36:26,738 INFO program/MainThread: stdout: 2024-03-01 17:36:26,738 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:36:26,739 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO 2024-03-01 17:36:26,739 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 86343b8b-1af9-456d-ac5c-9f334f103dfb 2024-03-01 17:36:26,739 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA 2024-03-01 17:36:26,739 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 86343b8b-1af9-456d-ac5c-9f334f103dfb 2024-03-01 17:36:26,739 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs d33d45e7-d22e-4e2d-81f5-83c32df243db 2024-03-01 17:36:26,739 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu 2024-03-01 17:36:26,739 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf 2024-03-01 17:36:26,739 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 41579c49-6276-4d09-91f1-b6a087d206ed 2024-03-01 17:36:26,739 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 9afdaf2a-801a-4d64-afa7-47f8fd8ab992 2024-03-01 17:36:26,739 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc 2024-03-01 17:36:26,739 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s 2024-03-01 17:36:26,739 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs 2024-03-01 17:36:26,739 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 3b3c4173-ca65-4780-af2b-b3cc76654b9b 2024-03-01 17:36:26,739 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs cc6a9501-0518-4f8a-940f-774e11e891aa 2024-03-01 17:36:26,739 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 61366f06-c0a4-430e-a009-bc4fa42f5c6a 2024-03-01 17:36:26,739 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 2024-03-01 17:36:26,739 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 61366f06-c0a4-430e-a009-bc4fa42f5c6a 2024-03-01 17:36:26,739 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ 2024-03-01 17:36:26,739 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a49850c3-2526-4f55-9ed7-5a5512f030d1 2024-03-01 17:36:26,739 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt 2024-03-01 17:36:26,739 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a49850c3-2526-4f55-9ed7-5a5512f030d1 2024-03-01 17:36:26,739 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:36:26,739 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:36:26,739 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:36:26,739 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:36:26,739 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:26,740 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 86343b8b-1af9-456d-ac5c-9f334f103dfb sdb 1073741824 root disk brw-rw---- LVM2_member 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 86343b8b-1af9-456d-ac5c-9f334f103dfb `-test_vg1-lv1 482344960 root disk brw-rw---- xfs d33d45e7-d22e-4e2d-81f5-83c32df243db sdc 1073741824 root disk brw-rw---- LVM2_member 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu sdd 1073741824 root disk brw-rw---- LVM2_member eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 41579c49-6276-4d09-91f1-b6a087d206ed `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 9afdaf2a-801a-4d64-afa7-47f8fd8ab992 sde 1073741824 root disk brw-rw---- LVM2_member NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc sdf 1073741824 root disk brw-rw---- LVM2_member jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s sdg 1073741824 root disk brw-rw---- LVM2_member KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 3b3c4173-ca65-4780-af2b-b3cc76654b9b |-test_vg3-lv7 427819008 root disk brw-rw---- xfs cc6a9501-0518-4f8a-940f-774e11e891aa `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 61366f06-c0a4-430e-a009-bc4fa42f5c6a sdh 1073741824 root disk brw-rw---- LVM2_member WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 61366f06-c0a4-430e-a009-bc4fa42f5c6a sdi 1073741824 root disk brw-rw---- LVM2_member E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a49850c3-2526-4f55-9ed7-5a5512f030d1 sdj 1073741824 root disk brw-rw---- LVM2_member xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs a49850c3-2526-4f55-9ed7-5a5512f030d1 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:36:26,740 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:26,740 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:26,740 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:36:26,740 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:26,740 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:36:26,741 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:36:26,741 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:26,751 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:26,766 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:36:26,771 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/wwn-0x600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/scsi-3600140570412c03b8b248d989a3e23cf', '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': 'b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO', 'ID_FS_UUID_ENC': 'b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO', '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': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'ID_SERIAL': '3600140570412c03b8b248d989a3e23cf', 'ID_SERIAL_SHORT': '600140570412c03b8b248d989a3e23cf', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570412c03b', 'ID_WWN_VENDOR_EXTENSION': '0x8b248d989a3e23cf', 'ID_WWN_WITH_EXTENSION': '0x600140570412c03b8b248d989a3e23cf', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570412c03b8b248d989a3e23cf', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517695292'} ; 2024-03-01 17:36:26,771 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:36:26,771 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:26,801 INFO program/MainThread: stdout[3]: 2024-03-01 17:36:26,801 INFO program/MainThread: stderr[3]: 2024-03-01 17:36:26,801 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:36:26,806 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:26,809 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:26,815 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:36:26,820 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:36:26,820 INFO blivet/MainThread: sda is a disk 2024-03-01 17:36:26,821 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:36:26,821 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:36:26,824 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:36:26,828 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:36:26,828 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:36:26,831 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:36:26,832 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:36:26,832 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:36:26,832 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe7cb72c18) -- 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 = 600140570412c03b8b248d989a3e23cf 2024-03-01 17:36:26,836 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:36:26,840 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:26,840 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:36:26,844 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:26,844 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:36:26,847 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:26,847 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:36:26,851 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:26,851 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:36:26,854 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:36:26,854 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:36:26,855 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:26,884 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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:36:26,885 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA. WARNING: Couldn't find device with uuid 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu. WARNING: VG test_vg1 is missing PV 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu (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:36:26,885 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:36:26,885 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:36:26,890 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO ; label: None ; device: /dev/sda ; serial: 3600140570412c03b8b248d989a3e23cf ; exists: True ; vg_name: test_vg1 ; vg_uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; pe_start: 8 MiB ; 2024-03-01 17:36:26,890 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:36:26,893 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:36:26,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; incomplete: True ; hidden: False ; 2024-03-01 17:36:26,900 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:26,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:26,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:26,906 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:26,933 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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:36:26,934 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA. WARNING: Couldn't find device with uuid 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu. WARNING: VG test_vg1 is missing PV 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu (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:36:26,934 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:36:26,934 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:36:26,934 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:36:26,943 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:36:26,946 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:36:26,946 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:36:26,950 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:36:26,950 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:26,982 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:36:26,983 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA. WARNING: Couldn't find device with uuid 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu. WARNING: VG test_vg1 is missing PV 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu (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:36:26,983 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:36:26,988 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:36:26,988 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:36:26,991 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:36:26,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; incomplete: True ; hidden: False ; 2024-03-01 17:36:26,998 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:36:26,998 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:36:26,998 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:27,002 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/lvm-pv-uuid-5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/scsi-36001405a766a6cdffaf44c68ec1f86ad', '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': '5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA', 'ID_FS_UUID_ENC': '5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA', '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': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'ID_SERIAL': '36001405a766a6cdffaf44c68ec1f86ad', 'ID_SERIAL_SHORT': '6001405a766a6cdffaf44c68ec1f86ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a766a6cdf', 'ID_WWN_VENDOR_EXTENSION': '0xfaf44c68ec1f86ad', 'ID_WWN_WITH_EXTENSION': '0x6001405a766a6cdffaf44c68ec1f86ad', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a766a6cdffaf44c68ec1f86ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517722648'} ; 2024-03-01 17:36:27,002 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:36:27,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:36:27,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:27,012 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:36:27,013 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:36:27,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:36:27,013 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:36:27,016 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:36:27,020 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:36:27,020 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:36:27,023 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:36:27,023 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:36:27,024 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:36:27,024 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe7c1e22e8) -- 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 = 6001405a766a6cdffaf44c68ec1f86ad 2024-03-01 17:36:27,028 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:36:27,031 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:27,032 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:36:27,035 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:27,035 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:36:27,038 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:27,039 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:36:27,042 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:27,042 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:36:27,045 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:36:27,045 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:36:27,045 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:27,071 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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:36:27,071 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu. WARNING: VG test_vg1 is missing PV 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu (last written to /dev/sdc). 2024-03-01 17:36:27,071 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:36:27,072 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:36:27,076 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA ; label: None ; device: /dev/sdb ; serial: 36001405a766a6cdffaf44c68ec1f86ad ; exists: True ; vg_name: test_vg1 ; vg_uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:36:27,076 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:36:27,079 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:36:27,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; incomplete: True ; hidden: False ; 2024-03-01 17:36:27,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:36:27,089 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:36:27,093 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:36:27,096 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:36:27,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; incomplete: True ; hidden: False ; 2024-03-01 17:36:27,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:27,102 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:27,128 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:36:27,128 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu. WARNING: VG test_vg1 is missing PV 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu (last written to /dev/sdc). 2024-03-01 17:36:27,128 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:36:27,129 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:36:27,129 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:27,133 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/wwn-0x6001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/scsi-36001405fb406ddb3a264dc7a3da0115b', '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': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'ID_SERIAL': '36001405fb406ddb3a264dc7a3da0115b', 'ID_SERIAL_SHORT': '6001405fb406ddb3a264dc7a3da0115b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb406ddb3', 'ID_WWN_VENDOR_EXTENSION': '0xa264dc7a3da0115b', 'ID_WWN_WITH_EXTENSION': '0x6001405fb406ddb3a264dc7a3da0115b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb406ddb3a264dc7a3da0115b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518467710'} ; 2024-03-01 17:36:27,133 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:36:27,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:36:27,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:27,144 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:36:27,145 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:36:27,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:36:27,145 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:36:27,148 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:36:27,151 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:36:27,152 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:36:27,155 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:36:27,155 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:36:27,156 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:36:27,156 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe7c1e28d0) -- 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 = 6001405fb406ddb3a264dc7a3da0115b 2024-03-01 17:36:27,159 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:36:27,159 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:36:27,163 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/scsi-360014055002d72f33954a3eb4b6255a2', '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': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'ID_SERIAL': '360014055002d72f33954a3eb4b6255a2', 'ID_SERIAL_SHORT': '60014055002d72f33954a3eb4b6255a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055002d72f3', 'ID_WWN_VENDOR_EXTENSION': '0x3954a3eb4b6255a2', 'ID_WWN_WITH_EXTENSION': '0x60014055002d72f33954a3eb4b6255a2', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055002d72f33954a3eb4b6255a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518574569'} ; 2024-03-01 17:36:27,163 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:36:27,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:36:27,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:27,173 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:36:27,174 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:36:27,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:36:27,174 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:36:27,177 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:36:27,180 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:36:27,181 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:36:27,184 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:36:27,184 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:36:27,185 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:36:27,185 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe7c1efcc0) -- 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 = 60014055002d72f33954a3eb4b6255a2 2024-03-01 17:36:27,188 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:36:27,188 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:36:27,191 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/scsi-360014053d1743e8b22f4a7b836611b7e ' '/dev/disk/by-id/wwn-0x60014053d1743e8b22f4a7b836611b7e', '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': '0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu', 'ID_FS_UUID_ENC': '0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu', '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': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'ID_SERIAL': '360014053d1743e8b22f4a7b836611b7e', 'ID_SERIAL_SHORT': '60014053d1743e8b22f4a7b836611b7e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053d1743e8b', 'ID_WWN_VENDOR_EXTENSION': '0x22f4a7b836611b7e', 'ID_WWN_WITH_EXTENSION': '0x60014053d1743e8b22f4a7b836611b7e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053d1743e8b22f4a7b836611b7e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517737874'} ; 2024-03-01 17:36:27,192 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:36:27,195 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:36:27,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:27,202 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:36:27,202 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:36:27,202 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:36:27,202 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:36:27,206 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:36:27,209 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:36:27,209 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:36:27,212 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:36:27,213 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:36:27,213 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:36:27,213 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe7c1f92b0) -- 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 = 60014053d1743e8b22f4a7b836611b7e 2024-03-01 17:36:27,216 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:36:27,220 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:27,220 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:36:27,224 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:27,224 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:36:27,227 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:27,227 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:36:27,231 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:27,231 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:36:27,234 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:36:27,234 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:36:27,234 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:36:27,257 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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:36:27,257 INFO program/MainThread: stderr[9]: 2024-03-01 17:36:27,257 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:36:27,258 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:36:27,262 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu ; label: None ; device: /dev/sdc ; serial: 360014053d1743e8b22f4a7b836611b7e ; exists: True ; vg_name: test_vg1 ; vg_uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:36:27,262 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:36:27,265 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:36:27,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; incomplete: True ; hidden: False ; 2024-03-01 17:36:27,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:27,275 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:36:27,279 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:36:27,282 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:36:27,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De ; incomplete: True ; hidden: False ; 2024-03-01 17:36:27,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:27,289 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:36:27,314 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:36:27,314 INFO program/MainThread: stderr[10]: 2024-03-01 17:36:27,314 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:36:27,319 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:27,322 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:27,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ ; incomplete: False ; hidden: False ; 2024-03-01 17:36:27,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:27,329 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:36:27,332 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:36:27,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:36:27,336 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:36:27,340 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:27,340 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:36:27,344 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:36:27,344 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:36:27,345 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:36:27,349 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:36:27,353 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:36:27,353 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:36:27,356 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:36:27,360 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:27,360 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:36:27,363 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:36:27,364 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:36:27,364 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:36:27,364 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:36:27,367 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:27,368 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:36:27,371 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:36:27,371 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:36:27,375 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/d33d45e7-d22e-4e2d-81f5-83c32df243db ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-u7h4rbphvHcrZgnUlgaKGmOePJVea8De3cE3IZiacn2LbB6hjMOD5A5s52x2UhdJ ' '/dev/mapper/test_vg1-lv1 /dev/disk/by-id/dm-name-test_vg1-lv1', 'DEVNAME': '/dev/dm-7', 'DEVPATH': '/devices/virtual/block/dm-7', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv1', 'DM_NAME': 'test_vg1-lv1', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-u7h4rbphvHcrZgnUlgaKGmOePJVea8De3cE3IZiacn2LbB6hjMOD5A5s52x2UhdJ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd33d45e7-d22e-4e2d-81f5-83c32df243db', 'ID_FS_UUID_ENC': 'd33d45e7-d22e-4e2d-81f5-83c32df243db', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '878106426'} ; 2024-03-01 17:36:27,375 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:36:27,375 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:27,379 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:36:27,380 INFO program/MainThread: stderr[11]: 2024-03-01 17:36:27,380 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:36:27,380 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:27,383 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:36:27,383 INFO program/MainThread: stderr[12]: 2024-03-01 17:36:27,383 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:36:27,383 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:27,386 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:36:27,386 INFO program/MainThread: stderr[13]: 2024-03-01 17:36:27,386 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:36:27,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:27,394 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:36:27,397 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:27,398 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:36:27,398 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:27,399 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:36:27,394 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:27,399 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:27,402 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:36:27,402 INFO program/MainThread: stderr[14]: 2024-03-01 17:36:27,402 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:36:27,406 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:36:27,411 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:27,411 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:36:27,414 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:27,414 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:36:27,418 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:27,418 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:36:27,422 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:27,422 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:36:27,423 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:36:27,424 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:36:27,427 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:27,428 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:36:27,431 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:36:27,431 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:27,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:27,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:27,441 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T ; incomplete: False ; hidden: False ; 2024-03-01 17:36:27,444 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:27,445 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:36:27,448 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:36:27,448 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:36:27,452 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:36:27,455 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:36:27,456 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:36:27,459 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:36:27,460 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:36:27,460 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:36:27,464 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:36:27,467 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:36:27,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:36:27,471 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:36:27,474 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:36:27,474 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:36:27,478 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:36:27,478 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:36:27,479 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:36:27,479 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:36:27,482 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:36:27,482 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:36:27,486 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:36:27,486 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:36:27,490 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-u7h4rbphvHcrZgnUlgaKGmOePJVea8De4VD665e3kGFdYt1nJs5n70pL4BgHOF1T ' '/dev/disk/by-uuid/86343b8b-1af9-456d-ac5c-9f334f103dfb ' '/dev/mapper/test_vg1-lv2 /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-u7h4rbphvHcrZgnUlgaKGmOePJVea8De4VD665e3kGFdYt1nJs5n70pL4BgHOF1T', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '86343b8b-1af9-456d-ac5c-9f334f103dfb', 'ID_FS_UUID_ENC': '86343b8b-1af9-456d-ac5c-9f334f103dfb', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '877789571'} ; 2024-03-01 17:36:27,490 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:36:27,490 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:27,494 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:36:27,494 INFO program/MainThread: stderr[15]: 2024-03-01 17:36:27,494 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:36:27,495 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:27,498 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:36:27,498 INFO program/MainThread: stderr[16]: 2024-03-01 17:36:27,498 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:36:27,498 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:27,501 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:36:27,501 INFO program/MainThread: stderr[17]: 2024-03-01 17:36:27,501 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:36:27,506 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:27,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:36:27,512 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:27,513 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:27,513 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:27,514 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:27,509 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:27,515 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:27,518 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:36:27,518 INFO program/MainThread: stderr[18]: 2024-03-01 17:36:27,518 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:36:27,522 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:36:27,526 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:27,526 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:36:27,530 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:27,530 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:36:27,533 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:27,533 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:36:27,537 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:27,537 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:36:27,538 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:36:27,541 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:27,541 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:36:27,545 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:36:27,545 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:27,545 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:27,549 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/lvm-pv-uuid-eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf ' '/dev/disk/by-id/wwn-0x6001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/scsi-36001405186e251afa3542ac8387e73fc', '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': 'eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf', 'ID_FS_UUID_ENC': 'eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf', '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': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'ID_SERIAL': '36001405186e251afa3542ac8387e73fc', 'ID_SERIAL_SHORT': '6001405186e251afa3542ac8387e73fc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405186e251af', 'ID_WWN_VENDOR_EXTENSION': '0xa3542ac8387e73fc', 'ID_WWN_WITH_EXTENSION': '0x6001405186e251afa3542ac8387e73fc', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405186e251afa3542ac8387e73fc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517903506'} ; 2024-03-01 17:36:27,549 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:36:27,552 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:36:27,555 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:27,560 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:36:27,560 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:36:27,560 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:36:27,560 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:36:27,564 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:36:27,567 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:36:27,567 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:36:27,570 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:36:27,571 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:36:27,571 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:36:27,571 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe7c208048) -- 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 = 6001405186e251afa3542ac8387e73fc 2024-03-01 17:36:27,575 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:36:27,578 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:27,578 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:36:27,581 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:27,582 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:36:27,585 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:27,585 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:36:27,589 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:27,589 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:36:27,592 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:36:27,592 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:36:27,592 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:36:27,621 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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:36:27,621 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc. WARNING: Couldn't find device with uuid jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s. WARNING: VG test_vg2 is missing PV NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc (last written to /dev/sde). WARNING: VG test_vg2 is missing PV jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s (last written to /dev/sdf). 2024-03-01 17:36:27,621 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:36:27,622 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:36:27,626 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf ; label: None ; device: /dev/sdd ; serial: 36001405186e251afa3542ac8387e73fc ; exists: True ; vg_name: test_vg2 ; vg_uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:36:27,626 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:36:27,629 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:36:27,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; incomplete: True ; hidden: False ; 2024-03-01 17:36:27,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:27,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:27,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:27,642 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:36:27,669 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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:36:27,669 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc. WARNING: Couldn't find device with uuid jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s. WARNING: VG test_vg2 is missing PV NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc (last written to /dev/sde). WARNING: VG test_vg2 is missing PV jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s (last written to /dev/sdf). 2024-03-01 17:36:27,669 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:36:27,670 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:36:27,671 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:36:27,675 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:36:27,679 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:36:27,679 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:36:27,682 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:36:27,683 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:36:27,708 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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=OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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:36:27,708 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc. WARNING: Couldn't find device with uuid jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s. WARNING: VG test_vg2 is missing PV NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc (last written to /dev/sde). WARNING: VG test_vg2 is missing PV jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s (last written to /dev/sdf). 2024-03-01 17:36:27,708 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:36:27,713 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:36:27,714 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:36:27,717 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:36:27,720 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; incomplete: True ; hidden: False ; 2024-03-01 17:36:27,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:36:27,723 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:36:27,723 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:27,727 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/scsi-36001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/wwn-0x6001405c36e94bdfb744081a90a92ca0', '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': 'NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc', 'ID_FS_UUID_ENC': 'NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc', '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': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'ID_SERIAL': '36001405c36e94bdfb744081a90a92ca0', 'ID_SERIAL_SHORT': '6001405c36e94bdfb744081a90a92ca0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c36e94bdf', 'ID_WWN_VENDOR_EXTENSION': '0xb744081a90a92ca0', 'ID_WWN_WITH_EXTENSION': '0x6001405c36e94bdfb744081a90a92ca0', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c36e94bdfb744081a90a92ca0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517954946'} ; 2024-03-01 17:36:27,727 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:36:27,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:36:27,734 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:27,738 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:36:27,738 INFO blivet/MainThread: sde is a disk 2024-03-01 17:36:27,739 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:36:27,739 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:36:27,742 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:36:27,745 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:36:27,746 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:36:27,749 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:36:27,749 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:36:27,750 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:36:27,750 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe7c211780) -- 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 = 6001405c36e94bdfb744081a90a92ca0 2024-03-01 17:36:27,753 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:36:27,757 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:27,757 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:36:27,760 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:27,760 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:36:27,763 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:27,764 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:36:27,767 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:27,767 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:36:27,770 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:36:27,770 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:36:27,770 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/sda$|","a|/dev/sdc$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:27,798 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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:36:27,799 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s. WARNING: VG test_vg2 is missing PV jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s (last written to /dev/sdf). 2024-03-01 17:36:27,799 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:36:27,799 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:36:27,803 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc ; label: None ; device: /dev/sde ; serial: 36001405c36e94bdfb744081a90a92ca0 ; exists: True ; vg_name: test_vg2 ; vg_uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:36:27,804 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:36:27,807 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:36:27,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; incomplete: True ; hidden: False ; 2024-03-01 17:36:27,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:36:27,817 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:36:27,820 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:36:27,823 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:36:27,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; incomplete: True ; hidden: False ; 2024-03-01 17:36:27,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:27,830 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/sda$|","a|/dev/sdc$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:27,858 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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=OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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:36:27,858 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s. WARNING: VG test_vg2 is missing PV jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s (last written to /dev/sdf). 2024-03-01 17:36:27,859 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:36:27,859 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:36:27,859 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:27,864 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/lvm-pv-uuid-jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s ' '/dev/disk/by-id/scsi-36001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', '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': 'jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s', 'ID_FS_UUID_ENC': 'jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s', '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': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'ID_SERIAL': '36001405e81c340fa4c446bc905c9610a', 'ID_SERIAL_SHORT': '6001405e81c340fa4c446bc905c9610a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81c340fa', 'ID_WWN_VENDOR_EXTENSION': '0x4c446bc905c9610a', 'ID_WWN_WITH_EXTENSION': '0x6001405e81c340fa4c446bc905c9610a', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81c340fa4c446bc905c9610a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518047959'} ; 2024-03-01 17:36:27,864 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:36:27,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:36:27,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:27,875 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:36:27,875 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:36:27,876 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:36:27,876 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:36:27,879 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:36:27,882 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:36:27,883 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:36:27,886 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:36:27,886 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:36:27,887 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:36:27,887 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe7c211908) -- 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 = 6001405e81c340fa4c446bc905c9610a 2024-03-01 17:36:27,890 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:36:27,894 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:27,894 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:36:27,898 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:27,898 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:36:27,901 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:27,901 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:36:27,905 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:27,905 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:36:27,908 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:36:27,908 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:36:27,908 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/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:27,936 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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:36:27,937 INFO program/MainThread: stderr[24]: 2024-03-01 17:36:27,937 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:36:27,937 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:36:27,941 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s ; label: None ; device: /dev/sdf ; serial: 36001405e81c340fa4c446bc905c9610a ; exists: True ; vg_name: test_vg2 ; vg_uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:36:27,942 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:36:27,945 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:36:27,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; incomplete: True ; hidden: False ; 2024-03-01 17:36:27,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:27,955 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:36:27,958 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:36:27,962 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:36:27,965 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W ; incomplete: True ; hidden: False ; 2024-03-01 17:36:27,968 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:27,968 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/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:27,996 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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=OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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:36:27,996 INFO program/MainThread: stderr[25]: 2024-03-01 17:36:27,997 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:36:28,001 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:28,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,011 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:28,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:36:28,015 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:36:28,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:36:28,019 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:36:28,022 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:36:28,023 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:36:28,026 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:36:28,027 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:36:28,027 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:36:28,031 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:36:28,034 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:36:28,035 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:36:28,038 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:36:28,041 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:36:28,042 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:36:28,045 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:36:28,045 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:36:28,046 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:36:28,046 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:36:28,049 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:36:28,049 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:36:28,053 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:36:28,053 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:36:28,057 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WSDCumCWYllOuWJGUAVzuFK3U91yhD5OE ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/9afdaf2a-801a-4d64-afa7-47f8fd8ab992 ' '/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-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WSDCumCWYllOuWJGUAVzuFK3U91yhD5OE', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9afdaf2a-801a-4d64-afa7-47f8fd8ab992', 'ID_FS_UUID_ENC': '9afdaf2a-801a-4d64-afa7-47f8fd8ab992', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '876905383'} ; 2024-03-01 17:36:28,057 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:36:28,057 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:28,061 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:36:28,061 INFO program/MainThread: stderr[26]: 2024-03-01 17:36:28,061 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:36:28,061 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:28,064 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:36:28,065 INFO program/MainThread: stderr[27]: 2024-03-01 17:36:28,065 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:36:28,065 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:28,068 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:36:28,068 INFO program/MainThread: stderr[28]: 2024-03-01 17:36:28,068 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:36:28,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,076 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:36:28,079 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:28,079 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:36:28,080 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:28,080 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:36:28,076 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:28,081 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:28,084 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:36:28,084 INFO program/MainThread: stderr[29]: 2024-03-01 17:36:28,084 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:36:28,088 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:36:28,093 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:28,093 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:36:28,097 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:28,097 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:36:28,100 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:28,100 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:36:28,104 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:28,104 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:36:28,104 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:36:28,108 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:28,108 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:36:28,111 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:36:28,111 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:28,115 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:28,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:28,133 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:36:28,137 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:36:28,137 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:36:28,141 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:36:28,144 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:36:28,145 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:36:28,148 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:36:28,149 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:36:28,149 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:36:28,152 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:36:28,156 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:36:28,156 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:36:28,159 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:36:28,163 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:36:28,163 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:36:28,167 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:36:28,167 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:36:28,167 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:36:28,167 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:36:28,171 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:36:28,171 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:36:28,174 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:36:28,175 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:36:28,178 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WOHLgupdnFujqr9EGXGXJnKSAHAIlU6Ig ' '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/41579c49-6276-4d09-91f1-b6a087d206ed', '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-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WOHLgupdnFujqr9EGXGXJnKSAHAIlU6Ig', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '41579c49-6276-4d09-91f1-b6a087d206ed', 'ID_FS_UUID_ENC': '41579c49-6276-4d09-91f1-b6a087d206ed', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '876598831'} ; 2024-03-01 17:36:28,178 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:36:28,179 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:28,183 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:36:28,183 INFO program/MainThread: stderr[30]: 2024-03-01 17:36:28,183 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:36:28,183 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:28,186 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:36:28,186 INFO program/MainThread: stderr[31]: 2024-03-01 17:36:28,186 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:36:28,186 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:28,190 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:36:28,190 INFO program/MainThread: stderr[32]: 2024-03-01 17:36:28,190 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:36:28,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:36:28,201 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:28,201 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:28,202 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:28,202 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:28,198 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:28,203 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:28,206 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:36:28,206 INFO program/MainThread: stderr[33]: 2024-03-01 17:36:28,206 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:36:28,210 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:36:28,214 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:28,214 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:36:28,218 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:28,218 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:36:28,222 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:28,222 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:36:28,226 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:28,226 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:36:28,226 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:36:28,229 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:28,229 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:36:28,233 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:36:28,233 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:28,233 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:28,237 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/scsi-360014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/wwn-0x60014056d2cd68d87c04fab9da080392', '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': 'KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs', 'ID_FS_UUID_ENC': 'KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs', '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': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'ID_SERIAL': '360014056d2cd68d87c04fab9da080392', 'ID_SERIAL_SHORT': '60014056d2cd68d87c04fab9da080392', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d2cd68d8', 'ID_WWN_VENDOR_EXTENSION': '0x7c04fab9da080392', 'ID_WWN_WITH_EXTENSION': '0x60014056d2cd68d87c04fab9da080392', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d2cd68d87c04fab9da080392', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518046294'} ; 2024-03-01 17:36:28,237 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:36:28,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,244 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:28,248 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:36:28,249 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:36:28,249 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:36:28,249 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:36:28,252 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:36:28,255 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:36:28,255 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:36:28,259 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:36:28,259 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:36:28,260 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:36:28,260 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe7c1f9240) -- 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 = 60014056d2cd68d87c04fab9da080392 2024-03-01 17:36:28,263 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:36:28,267 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:28,267 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:36:28,270 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:28,270 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:36:28,274 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:28,274 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:36:28,277 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:28,277 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:36:28,280 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:36:28,280 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:36:28,280 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/sda$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:28,310 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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:36:28,310 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9. WARNING: Couldn't find device with uuid E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ. WARNING: Couldn't find device with uuid xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt. WARNING: VG test_vg3 is missing PV WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt (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:36:28,310 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:36:28,311 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:36:28,315 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs ; label: None ; device: /dev/sdg ; serial: 360014056d2cd68d87c04fab9da080392 ; exists: True ; vg_name: test_vg3 ; vg_uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:36:28,315 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:36:28,318 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:36:28,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:28,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:28,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:28,331 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/sda$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:28,362 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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:36:28,362 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9. WARNING: Couldn't find device with uuid E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ. WARNING: Couldn't find device with uuid xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt. WARNING: VG test_vg3 is missing PV WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt (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:36:28,363 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:36:28,363 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:36:28,363 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:36:28,368 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:36:28,372 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:36:28,372 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:36:28,376 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:36:28,376 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/sda$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:28,404 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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=OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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=kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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:36:28,404 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9. WARNING: Couldn't find device with uuid E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ. WARNING: Couldn't find device with uuid xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt. WARNING: VG test_vg3 is missing PV WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt (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:36:28,405 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:36:28,409 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:36:28,410 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:36:28,413 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:36:28,416 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:28,419 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:36:28,420 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:36:28,420 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:28,423 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/lvm-pv-uuid-WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 ' '/dev/disk/by-id/wwn-0x60014054d1200ba74634939936da912e ' '/dev/disk/by-id/scsi-360014054d1200ba74634939936da912e', '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': 'WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9', 'ID_FS_UUID_ENC': 'WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9', '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': '4d1200ba-7463-4939-936d-a912e7234c5d', 'ID_SERIAL': '360014054d1200ba74634939936da912e', 'ID_SERIAL_SHORT': '60014054d1200ba74634939936da912e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d1200ba7', 'ID_WWN_VENDOR_EXTENSION': '0x4634939936da912e', 'ID_WWN_WITH_EXTENSION': '0x60014054d1200ba74634939936da912e', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d1200ba74634939936da912e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518165885'} ; 2024-03-01 17:36:28,424 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:36:28,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:28,435 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:36:28,435 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:36:28,436 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:36:28,436 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:36:28,439 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:36:28,443 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:36:28,443 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:36:28,446 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:36:28,446 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:36:28,447 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:36:28,447 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe7c1f9748) -- 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 = 60014054d1200ba74634939936da912e 2024-03-01 17:36:28,450 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:36:28,454 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:28,454 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:36:28,457 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:28,457 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:36:28,461 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:28,461 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:36:28,464 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:28,464 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:36:28,467 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:36:28,468 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:36:28,468 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/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:28,498 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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:36:28,498 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ. WARNING: Couldn't find device with uuid xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt. WARNING: VG test_vg3 is missing PV E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt (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:36:28,498 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:36:28,499 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:36:28,503 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 ; label: None ; device: /dev/sdh ; serial: 360014054d1200ba74634939936da912e ; exists: True ; vg_name: test_vg3 ; vg_uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; pe_start: 8 MiB ; 2024-03-01 17:36:28,504 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:36:28,507 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:36:28,510 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:28,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:36:28,517 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:36:28,520 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:36:28,523 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:36:28,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:28,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:28,530 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/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:28,560 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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=OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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=kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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:36:28,560 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ. WARNING: Couldn't find device with uuid xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt. WARNING: VG test_vg3 is missing PV E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt (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:36:28,560 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:36:28,561 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:36:28,561 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:28,565 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ ' '/dev/disk/by-id/wwn-0x6001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/scsi-36001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', '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': 'E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ', 'ID_FS_UUID_ENC': 'E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ', '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': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'ID_SERIAL': '36001405e8ee59f0315f48b4b12e0bc3a', 'ID_SERIAL_SHORT': '6001405e8ee59f0315f48b4b12e0bc3a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e8ee59f03', 'ID_WWN_VENDOR_EXTENSION': '0x15f48b4b12e0bc3a', 'ID_WWN_WITH_EXTENSION': '0x6001405e8ee59f0315f48b4b12e0bc3a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e8ee59f0315f48b4b12e0bc3a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518250709'} ; 2024-03-01 17:36:28,566 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:36:28,570 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,573 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:28,577 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:36:28,578 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:36:28,578 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:36:28,578 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:36:28,581 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:36:28,585 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:36:28,585 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:36:28,588 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:36:28,588 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:36:28,589 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:36:28,589 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe7c211be0) -- 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 = 6001405e8ee59f0315f48b4b12e0bc3a 2024-03-01 17:36:28,593 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:36:28,596 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:28,596 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:36:28,600 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:28,600 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:36:28,603 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:28,603 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:36:28,607 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:28,607 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:36:28,610 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:36:28,610 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:36:28,610 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/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:28,643 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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:36:28,644 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt. WARNING: VG test_vg3 is missing PV xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt (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:36:28,644 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:36:28,644 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:36:28,648 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ ; label: None ; device: /dev/sdi ; serial: 36001405e8ee59f0315f48b4b12e0bc3a ; exists: True ; vg_name: test_vg3 ; vg_uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; pe_start: 8 MiB ; 2024-03-01 17:36:28,649 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:36:28,652 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:36:28,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:28,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:28,662 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:36:28,666 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:36:28,669 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:36:28,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:28,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:28,675 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/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:28,705 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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=OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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=kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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:36:28,705 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt. WARNING: VG test_vg3 is missing PV xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt (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:36:28,705 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:36:28,706 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:36:28,706 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:28,710 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/wwn-0x6001405ff4083373e7f48589206661da ' '/dev/disk/by-id/scsi-36001405ff4083373e7f48589206661da ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_ff408337-3e7f-4858-9206-661da27eed75', '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': 'xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt', 'ID_FS_UUID_ENC': 'xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt', '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': 'ff408337-3e7f-4858-9206-661da27eed75', 'ID_SERIAL': '36001405ff4083373e7f48589206661da', 'ID_SERIAL_SHORT': '6001405ff4083373e7f48589206661da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ff4083373', 'ID_WWN_VENDOR_EXTENSION': '0xe7f48589206661da', 'ID_WWN_WITH_EXTENSION': '0x6001405ff4083373e7f48589206661da', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ff4083373e7f48589206661da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518315010'} ; 2024-03-01 17:36:28,711 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:36:28,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:28,722 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:36:28,723 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:36:28,723 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:36:28,723 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:36:28,726 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:36:28,730 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:36:28,730 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:36:28,733 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:36:28,734 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:36:28,734 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:36:28,734 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe7c221ba8) -- 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 = 6001405ff4083373e7f48589206661da 2024-03-01 17:36:28,738 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:36:28,741 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:28,741 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:36:28,745 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:28,745 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:36:28,748 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:28,748 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:36:28,752 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:28,752 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:36:28,755 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:36:28,755 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:36:28,755 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/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:28,785 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=b0anOS-3YH2-MApe-2ENK-NYv6-7ZeW-qxujvO LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=5k4Hax-ZGfG-9EjA-BRMO-fiYM-Nrrq-MD5cjA LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=0Kdfku-LSZ4-8vNn-f4H5-lvdA-pi5z-WjdkVu LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De 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=eLyHMg-sfIa-XGb1-sCRK-RD14-9liD-pYnXmf LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=NjeBb7-iv3n-30xC-YnJt-710S-cK32-PVaeSc LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=jhRtRH-faJg-gkcW-sO0E-EbS3-0xmV-NxRD8s LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W 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=KQVYXh-ZrKE-lCQJ-YmUG-yBIm-Ajbo-N8mwjs LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=WpvrLa-Oopq-XuFo-Ekon-ucFb-pN2e-EdlrR9 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=E3XZYQ-d4c2-m3rH-TvIN-jdrV-OX7j-sGPsEZ LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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=xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK 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:36:28,785 INFO program/MainThread: stderr[41]: 2024-03-01 17:36:28,785 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:36:28,786 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:36:28,790 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: xeu9VS-dwTp-q2Ba-JGZ8-zTmD-xBpS-MMSLKt ; label: None ; device: /dev/sdj ; serial: 36001405ff4083373e7f48589206661da ; exists: True ; vg_name: test_vg3 ; vg_uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:36:28,790 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:36:28,794 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:36:28,797 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:28,800 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:28,804 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:36:28,807 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:36:28,810 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:36:28,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK ; incomplete: True ; hidden: False ; 2024-03-01 17:36:28,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:28,817 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/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:28,846 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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=SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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=OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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=uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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=kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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:36:28,846 INFO program/MainThread: stderr[42]: 2024-03-01 17:36:28,846 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:36:28,851 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,855 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:28,858 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,861 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:28,861 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:36:28,865 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:36:28,865 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:36:28,869 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:36:28,872 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:36:28,873 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:36:28,876 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:36:28,877 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:36:28,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:36:28,881 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:36:28,885 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:36:28,885 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:36:28,888 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:36:28,892 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:36:28,892 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:36:28,896 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:36:28,896 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:36:28,896 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:36:28,897 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:36:28,900 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:36:28,900 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:36:28,903 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:36:28,904 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:36:28,907 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/a49850c3-2526-4f55-9ed7-5a5512f030d1 ' '/dev/disk/by-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eK6fkoTh0nBDhMegg8klGMBSgjRCwCBYOr ' '/dev/mapper/test_vg3-lv5 /dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eK6fkoTh0nBDhMegg8klGMBSgjRCwCBYOr', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a49850c3-2526-4f55-9ed7-5a5512f030d1', 'ID_FS_UUID_ENC': 'a49850c3-2526-4f55-9ed7-5a5512f030d1', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '875690046'} ; 2024-03-01 17:36:28,907 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:36:28,908 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:28,912 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:36:28,912 INFO program/MainThread: stderr[43]: 2024-03-01 17:36:28,912 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:36:28,912 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:28,915 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:36:28,915 INFO program/MainThread: stderr[44]: 2024-03-01 17:36:28,915 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:36:28,915 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:28,919 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:36:28,919 INFO program/MainThread: stderr[45]: 2024-03-01 17:36:28,919 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:36:28,923 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,927 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:36:28,930 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:28,931 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:36:28,931 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:28,932 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:36:28,927 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:28,932 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:28,935 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:36:28,936 INFO program/MainThread: stderr[46]: 2024-03-01 17:36:28,936 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:36:28,940 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:36:28,944 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:28,944 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:36:28,948 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:28,948 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:36:28,951 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:28,952 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:36:28,955 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:28,955 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:36:28,956 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:36:28,959 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:28,959 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:36:28,962 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:36:28,963 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:28,966 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:28,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ ; incomplete: False ; hidden: False ; 2024-03-01 17:36:28,976 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:28,976 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:36:28,980 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:36:28,980 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:36:28,983 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:36:28,987 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:36:28,987 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:36:28,991 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:36:28,992 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:36:28,992 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:36:28,995 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:36:28,999 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:36:28,999 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:36:29,002 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:36:29,006 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:36:29,006 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:36:29,010 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:36:29,010 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:36:29,010 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:36:29,011 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:36:29,014 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:36:29,014 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:36:29,018 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:36:29,018 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:36:29,022 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKyndDNY9yquzb8ogKSQze0C51a8vnFslZ ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/61366f06-c0a4-430e-a009-bc4fa42f5c6a', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKyndDNY9yquzb8ogKSQze0C51a8vnFslZ', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '61366f06-c0a4-430e-a009-bc4fa42f5c6a', 'ID_FS_UUID_ENC': '61366f06-c0a4-430e-a009-bc4fa42f5c6a', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '875382375'} ; 2024-03-01 17:36:29,022 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:36:29,022 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:29,026 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:36:29,026 INFO program/MainThread: stderr[47]: 2024-03-01 17:36:29,026 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:36:29,026 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:29,030 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:36:29,030 INFO program/MainThread: stderr[48]: 2024-03-01 17:36:29,030 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:36:29,030 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:29,033 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:36:29,033 INFO program/MainThread: stderr[49]: 2024-03-01 17:36:29,033 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:36:29,038 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:29,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:36:29,045 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:29,046 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:36:29,046 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:29,047 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:36:29,042 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:29,048 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:29,051 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:36:29,051 INFO program/MainThread: stderr[50]: 2024-03-01 17:36:29,051 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:36:29,055 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:36:29,059 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:29,059 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:36:29,063 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:29,063 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:36:29,067 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:29,067 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:36:29,070 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:29,070 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:36:29,071 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:36:29,074 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:29,074 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:36:29,078 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:36:29,078 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:29,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:29,085 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:29,088 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:29,091 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:29,092 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:36:29,095 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:36:29,095 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:36:29,099 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:36:29,102 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:36:29,103 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:36:29,106 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:36:29,107 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:36:29,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:36:29,111 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:36:29,114 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:36:29,114 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:36:29,118 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:36:29,121 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:36:29,122 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:36:29,125 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:36:29,125 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:36:29,126 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:36:29,126 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:36:29,129 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:36:29,129 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:36:29,133 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:36:29,133 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:36:29,137 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKuL4V4VjpVu7Z8Znb06Isf3DbnJmU7TL1 ' '/dev/mapper/test_vg3-lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/cc6a9501-0518-4f8a-940f-774e11e891aa ' '/dev/test_vg3/lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', '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-mJfNaCl04uX8issgAd7if2s0DlwcM8eKuL4V4VjpVu7Z8Znb06Isf3DbnJmU7TL1', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cc6a9501-0518-4f8a-940f-774e11e891aa', 'ID_FS_UUID_ENC': 'cc6a9501-0518-4f8a-940f-774e11e891aa', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '875072161'} ; 2024-03-01 17:36:29,137 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:36:29,137 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:29,141 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:36:29,141 INFO program/MainThread: stderr[51]: 2024-03-01 17:36:29,141 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:36:29,142 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:29,145 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:36:29,145 INFO program/MainThread: stderr[52]: 2024-03-01 17:36:29,145 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:36:29,145 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:29,148 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:36:29,148 INFO program/MainThread: stderr[53]: 2024-03-01 17:36:29,148 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:36:29,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:29,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:36:29,160 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:29,161 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:36:29,162 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:29,163 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:36:29,157 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:29,163 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:29,167 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:36:29,167 INFO program/MainThread: stderr[54]: 2024-03-01 17:36:29,167 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:36:29,171 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:36:29,175 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:29,175 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:36:29,179 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:29,179 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:36:29,183 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:29,183 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:36:29,186 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:29,186 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:36:29,187 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:36:29,190 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:29,190 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:36:29,194 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:36:29,194 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:29,197 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:29,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:29,204 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i ; incomplete: False ; hidden: False ; 2024-03-01 17:36:29,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:36:29,207 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:36:29,211 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:36:29,211 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:36:29,215 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:36:29,218 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:36:29,218 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:36:29,222 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:36:29,223 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:36:29,223 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:36:29,226 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:36:29,230 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:36:29,230 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:36:29,234 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:36:29,237 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:36:29,237 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:36:29,241 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:36:29,241 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:36:29,242 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:36:29,242 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:36:29,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:36:29,245 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:36:29,249 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:36:29,249 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:36:29,253 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/3b3c4173-ca65-4780-af2b-b3cc76654b9b ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKkugwKRmlPQYmOuGYU5FZlfUB3FMgts2i ' '/dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKkugwKRmlPQYmOuGYU5FZlfUB3FMgts2i', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3b3c4173-ca65-4780-af2b-b3cc76654b9b', 'ID_FS_UUID_ENC': '3b3c4173-ca65-4780-af2b-b3cc76654b9b', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '874689351'} ; 2024-03-01 17:36:29,253 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:36:29,253 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:29,257 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:36:29,257 INFO program/MainThread: stderr[55]: 2024-03-01 17:36:29,257 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:36:29,257 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:29,260 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:36:29,260 INFO program/MainThread: stderr[56]: 2024-03-01 17:36:29,260 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:36:29,260 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:29,263 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:36:29,264 INFO program/MainThread: stderr[57]: 2024-03-01 17:36:29,264 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:36:29,269 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:29,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:36:29,276 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:29,277 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:29,277 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:29,279 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:29,273 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:29,279 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:29,283 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:36:29,283 INFO program/MainThread: stderr[58]: 2024-03-01 17:36:29,283 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:36:29,287 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:36:29,291 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:29,291 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:36:29,295 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:29,295 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:36:29,298 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:29,298 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:36:29,302 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:29,302 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:36:29,302 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:36:29,306 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:29,306 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:36:29,309 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:36:29,310 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:29,310 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:36:29,313 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': '28540800'} ; 2024-03-01 17:36:29,313 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:36:29,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:29,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:29,325 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:36:29,325 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:36:29,325 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:36:29,325 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:36:29,325 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:36:29,326 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:36:29,329 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:36:29,332 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:36:29,332 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:36:29,336 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:36:29,336 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:36:29,336 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:36:29,336 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe7c1b7048) -- 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:36:29,340 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:36:29,343 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:29,343 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:36:29,347 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:29,347 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:36:29,350 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:29,351 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:36:29,354 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:29,354 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:36:29,357 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:36:29,360 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:36:29,364 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:36:29,368 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 0x7fbe7c1f29c8> 2024-03-01 17:36:32,105 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:36:32,109 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:36:32,109 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:36:32,113 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': '28543624'} ; 2024-03-01 17:36:32,113 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:36:32,113 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:36:32,118 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,121 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:32,124 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:36:32,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:32,131 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:32,142 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:32,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,165 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:36:32,165 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:36:32,169 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:36:32,169 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:36:32,172 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:36:32,176 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:36:32,176 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:36:32,179 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:36:32,180 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:36:32,180 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:36:32,183 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:36:32,186 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:36:32,189 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:36:32,193 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:36:32,196 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:36:32,196 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:36:32,196 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:36:32,197 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:36:32,197 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fbe7c1caf28) -- 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 0x7fbe7c1cf9e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:36:32,202 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:36:32,205 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:36:32,205 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:36:32,208 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:36:32,208 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:36:32,212 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:32,212 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:36:32,215 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:36:32,215 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:36:32,216 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:36:32,219 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:36:32,219 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:36:32,222 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:36:32,222 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:36:32,225 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKkugwKRmlPQYmOuGYU5FZlfUB3FMgts2i ' '/dev/disk/by-uuid/3b3c4173-ca65-4780-af2b-b3cc76654b9b ' '/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_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-mJfNaCl04uX8issgAd7if2s0DlwcM8eKkugwKRmlPQYmOuGYU5FZlfUB3FMgts2i', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3b3c4173-ca65-4780-af2b-b3cc76654b9b', 'ID_FS_UUID_ENC': '3b3c4173-ca65-4780-af2b-b3cc76654b9b', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '874689351'} ; 2024-03-01 17:36:32,225 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:36:32,226 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:32,230 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:36:32,230 INFO program/MainThread: stderr[59]: 2024-03-01 17:36:32,230 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:36:32,230 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:32,233 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:36:32,233 INFO program/MainThread: stderr[60]: 2024-03-01 17:36:32,233 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:36:32,233 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:32,236 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:36:32,237 INFO program/MainThread: stderr[61]: 2024-03-01 17:36:32,237 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:36:32,241 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,245 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:36:32,249 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:32,250 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:32,250 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:32,251 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:32,245 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:32,252 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:36:32,255 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:36:32,255 INFO program/MainThread: stderr[62]: 2024-03-01 17:36:32,256 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:36:32,259 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:36:32,260 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:36:32,263 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKuL4V4VjpVu7Z8Znb06Isf3DbnJmU7TL1 ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/cc6a9501-0518-4f8a-940f-774e11e891aa ' '/dev/mapper/test_vg3-lv7', 'DEVNAME': '/dev/dm-1', 'DEVPATH': '/devices/virtual/block/dm-1', 'DEVTYPE': 'disk', '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-mJfNaCl04uX8issgAd7if2s0DlwcM8eKuL4V4VjpVu7Z8Znb06Isf3DbnJmU7TL1', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'cc6a9501-0518-4f8a-940f-774e11e891aa', 'ID_FS_UUID_ENC': 'cc6a9501-0518-4f8a-940f-774e11e891aa', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '875072161'} ; 2024-03-01 17:36:32,263 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:36:32,264 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:32,267 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:36:32,267 INFO program/MainThread: stderr[63]: 2024-03-01 17:36:32,267 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:36:32,267 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:32,270 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:36:32,270 INFO program/MainThread: stderr[64]: 2024-03-01 17:36:32,270 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:36:32,270 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:32,273 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:36:32,274 INFO program/MainThread: stderr[65]: 2024-03-01 17:36:32,274 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:36:32,278 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,282 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:36:32,285 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:32,286 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:32,287 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:32,288 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:32,282 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:32,289 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:36:32,292 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:36:32,292 INFO program/MainThread: stderr[66]: 2024-03-01 17:36:32,292 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:36:32,296 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:36:32,296 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:36:32,299 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKyndDNY9yquzb8ogKSQze0C51a8vnFslZ ' '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-uuid/61366f06-c0a4-430e-a009-bc4fa42f5c6a ' '/dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eKyndDNY9yquzb8ogKSQze0C51a8vnFslZ', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '61366f06-c0a4-430e-a009-bc4fa42f5c6a', 'ID_FS_UUID_ENC': '61366f06-c0a4-430e-a009-bc4fa42f5c6a', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '875382375'} ; 2024-03-01 17:36:32,299 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:36:32,300 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:32,303 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:36:32,303 INFO program/MainThread: stderr[67]: 2024-03-01 17:36:32,303 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:36:32,303 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:32,306 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:36:32,306 INFO program/MainThread: stderr[68]: 2024-03-01 17:36:32,307 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:36:32,307 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:32,310 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:36:32,310 INFO program/MainThread: stderr[69]: 2024-03-01 17:36:32,310 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:36:32,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,318 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:36:32,321 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:32,323 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:32,323 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:32,324 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:32,318 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:32,325 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:36:32,329 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:36:32,329 INFO program/MainThread: stderr[70]: 2024-03-01 17:36:32,329 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:36:32,333 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:36:32,333 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:36:32,336 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eK6fkoTh0nBDhMegg8klGMBSgjRCwCBYOr ' '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-uuid/a49850c3-2526-4f55-9ed7-5a5512f030d1', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-mJfNaCl04uX8issgAd7if2s0DlwcM8eK6fkoTh0nBDhMegg8klGMBSgjRCwCBYOr', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'a49850c3-2526-4f55-9ed7-5a5512f030d1', 'ID_FS_UUID_ENC': 'a49850c3-2526-4f55-9ed7-5a5512f030d1', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '875690046'} ; 2024-03-01 17:36:32,336 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:36:32,337 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:32,340 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:36:32,340 INFO program/MainThread: stderr[71]: 2024-03-01 17:36:32,340 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:36:32,340 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:32,343 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:36:32,344 INFO program/MainThread: stderr[72]: 2024-03-01 17:36:32,344 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:36:32,344 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:32,347 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:36:32,347 INFO program/MainThread: stderr[73]: 2024-03-01 17:36:32,347 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:36:32,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,355 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:36:32,359 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:32,360 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:32,360 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:32,361 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:32,355 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:32,362 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:36:32,365 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:36:32,366 INFO program/MainThread: stderr[74]: 2024-03-01 17:36:32,366 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:36:32,370 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:36:32,370 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:36:32,373 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/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WOHLgupdnFujqr9EGXGXJnKSAHAIlU6Ig ' '/dev/disk/by-uuid/41579c49-6276-4d09-91f1-b6a087d206ed', '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-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WOHLgupdnFujqr9EGXGXJnKSAHAIlU6Ig', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '41579c49-6276-4d09-91f1-b6a087d206ed', 'ID_FS_UUID_ENC': '41579c49-6276-4d09-91f1-b6a087d206ed', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '876598831'} ; 2024-03-01 17:36:32,373 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:36:32,373 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:32,376 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:36:32,376 INFO program/MainThread: stderr[75]: 2024-03-01 17:36:32,377 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:36:32,377 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:32,380 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:36:32,380 INFO program/MainThread: stderr[76]: 2024-03-01 17:36:32,380 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:36:32,380 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:32,383 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:36:32,383 INFO program/MainThread: stderr[77]: 2024-03-01 17:36:32,383 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:36:32,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,391 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:36:32,394 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:32,395 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:32,395 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:32,396 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:32,392 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:32,397 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:36:32,400 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:36:32,400 INFO program/MainThread: stderr[78]: 2024-03-01 17:36:32,400 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:36:32,404 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:36:32,404 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:36:32,407 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WSDCumCWYllOuWJGUAVzuFK3U91yhD5OE ' '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/9afdaf2a-801a-4d64-afa7-47f8fd8ab992', '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-IBrm9C1YC4xqoprVx0C5asFoxbujPB1WSDCumCWYllOuWJGUAVzuFK3U91yhD5OE', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '9afdaf2a-801a-4d64-afa7-47f8fd8ab992', 'ID_FS_UUID_ENC': '9afdaf2a-801a-4d64-afa7-47f8fd8ab992', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '876905383'} ; 2024-03-01 17:36:32,407 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:36:32,408 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:32,411 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:36:32,411 INFO program/MainThread: stderr[79]: 2024-03-01 17:36:32,411 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:36:32,411 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:32,414 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:36:32,414 INFO program/MainThread: stderr[80]: 2024-03-01 17:36:32,415 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:36:32,415 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:32,418 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:36:32,418 INFO program/MainThread: stderr[81]: 2024-03-01 17:36:32,418 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:36:32,423 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,426 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:36:32,429 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:32,430 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:32,430 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:32,431 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:32,426 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:32,431 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:36:32,434 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:36:32,435 INFO program/MainThread: stderr[82]: 2024-03-01 17:36:32,435 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:36:32,439 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:36:32,439 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:36:32,442 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-u7h4rbphvHcrZgnUlgaKGmOePJVea8De4VD665e3kGFdYt1nJs5n70pL4BgHOF1T ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/86343b8b-1af9-456d-ac5c-9f334f103dfb ' '/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-u7h4rbphvHcrZgnUlgaKGmOePJVea8De4VD665e3kGFdYt1nJs5n70pL4BgHOF1T', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '86343b8b-1af9-456d-ac5c-9f334f103dfb', 'ID_FS_UUID_ENC': '86343b8b-1af9-456d-ac5c-9f334f103dfb', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '877789571'} ; 2024-03-01 17:36:32,442 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:36:32,442 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:32,445 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:36:32,446 INFO program/MainThread: stderr[83]: 2024-03-01 17:36:32,446 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:36:32,446 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:32,449 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:36:32,449 INFO program/MainThread: stderr[84]: 2024-03-01 17:36:32,449 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:36:32,449 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:32,452 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:36:32,452 INFO program/MainThread: stderr[85]: 2024-03-01 17:36:32,452 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:36:32,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,460 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:36:32,463 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,464 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,464 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,465 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,461 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,466 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:36:32,469 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:36:32,469 INFO program/MainThread: stderr[86]: 2024-03-01 17:36:32,469 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:36:32,473 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:36:32,473 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:36:32,476 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-u7h4rbphvHcrZgnUlgaKGmOePJVea8De3cE3IZiacn2LbB6hjMOD5A5s52x2UhdJ ' '/dev/disk/by-uuid/d33d45e7-d22e-4e2d-81f5-83c32df243db ' '/dev/mapper/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-u7h4rbphvHcrZgnUlgaKGmOePJVea8De3cE3IZiacn2LbB6hjMOD5A5s52x2UhdJ', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'd33d45e7-d22e-4e2d-81f5-83c32df243db', 'ID_FS_UUID_ENC': 'd33d45e7-d22e-4e2d-81f5-83c32df243db', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '878106426'} ; 2024-03-01 17:36:32,476 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:36:32,477 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:32,480 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:36:32,480 INFO program/MainThread: stderr[87]: 2024-03-01 17:36:32,480 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:36:32,480 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:32,483 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:36:32,484 INFO program/MainThread: stderr[88]: 2024-03-01 17:36:32,484 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:36:32,484 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:32,487 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:36:32,487 INFO program/MainThread: stderr[89]: 2024-03-01 17:36:32,487 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:36:32,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,495 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:36:32,498 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,498 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,499 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,500 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,495 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,500 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:36:32,503 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:36:32,503 INFO program/MainThread: stderr[90]: 2024-03-01 17:36:32,503 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:36:32,507 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:36:32,507 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:36:32,508 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:32,519 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:32,536 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:36:32,536 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:36:32,540 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,544 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:32,547 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:32,551 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:36:32,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:32,560 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:32,563 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:36:32,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:32,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,576 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:32,576 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:36:32,579 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,582 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:32,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:32,588 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:36:32,591 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,594 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:32,597 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:32,601 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:36:32,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,607 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:32,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:36:32,613 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:36:32,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:32,620 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:36:32,620 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:32,620 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:32,621 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:32,621 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:32,621 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:32,622 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:32,622 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:32,623 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:32,623 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:32,623 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:32,624 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:32,624 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:36:32,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:36:32,630 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:36:32,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:36:32,636 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:36:32,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:36:32,642 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:36:32,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,648 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:36:32,649 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:36:32,651 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,652 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,652 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,653 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,649 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,656 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,657 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,657 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,658 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,654 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,660 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,661 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,662 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,662 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,658 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,665 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,666 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,666 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,667 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,663 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,670 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,671 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,671 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,672 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,668 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,674 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,675 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,676 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,676 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,672 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,679 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,680 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,680 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,681 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,677 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,684 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,684 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,685 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,685 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,681 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,688 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,689 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,689 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,690 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,686 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,693 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,694 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,694 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,695 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,691 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,697 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,698 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,699 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,699 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,695 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,702 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,703 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,703 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,704 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,700 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,707 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,707 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,708 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,708 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,704 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,711 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,712 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,712 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,713 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,709 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,716 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,716 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,717 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,718 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,720 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,721 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,721 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,722 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,725 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,726 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,726 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,727 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,723 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,729 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,730 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,731 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,731 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,727 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,734 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,735 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,735 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,736 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,732 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,739 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,739 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,740 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,740 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,736 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,743 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,744 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,744 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,745 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,741 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,748 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,749 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,749 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,750 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,746 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,752 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,753 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,753 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,754 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,750 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,757 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,758 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,758 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,759 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,755 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,762 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,762 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,763 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,763 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,759 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,766 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,767 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,767 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,768 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,764 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,771 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,771 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,772 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,773 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,769 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,775 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,776 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,776 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,777 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,773 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,780 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,781 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,781 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,782 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,778 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,784 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,785 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,785 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,786 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,782 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,789 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,790 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,790 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,791 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,787 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,794 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,794 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,795 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,795 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:36:32,791 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1f9f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 3cE3IZ-iacn-2LbB-6hjM-OD5A-5s52-x2UhdJ 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,796 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:36:32,799 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:36:32,799 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:32,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 17:36:32,804 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:36:32,804 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:32,804 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 17:36:32,808 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:36:32,808 INFO program/MainThread: stderr[91]: 2024-03-01 17:36:32,808 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 17:36:32,813 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 17:36:32,813 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:36:32,813 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:32,817 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:32,820 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:36:32,820 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:36:32,823 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,823 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,824 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,825 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,820 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,827 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,828 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,828 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,829 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,825 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,832 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,833 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,833 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,834 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,830 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,837 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,837 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,838 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,838 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,834 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,841 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,842 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,842 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,843 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,839 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,846 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,846 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,847 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,847 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,843 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,850 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,851 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,851 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,852 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,848 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,855 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,855 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,856 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,857 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,852 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,859 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,860 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,860 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,861 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,857 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,864 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,865 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,865 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,866 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,862 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,868 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,869 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,870 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,870 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,866 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,873 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,874 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,874 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,875 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,871 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,878 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,878 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,879 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,879 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,875 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,882 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,883 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,883 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,884 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,880 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,887 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,887 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,888 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,889 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,884 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,891 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,892 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,892 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,893 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,889 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,896 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,896 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,897 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,898 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,894 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,900 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,901 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,901 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,902 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,898 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,905 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,906 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,906 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,907 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,903 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,909 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,910 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,911 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,911 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,907 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,914 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,915 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,915 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,916 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,912 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,918 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,919 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,920 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,920 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,916 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,923 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,924 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,924 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,925 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,921 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,928 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,928 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,929 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,929 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,932 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,933 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,933 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,934 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,930 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,937 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,937 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,938 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,938 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,934 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,941 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,942 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,942 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,943 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,939 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,946 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,947 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,947 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,948 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,944 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,951 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,951 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,952 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,953 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,948 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,955 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,956 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,957 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,957 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,953 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,960 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,961 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,961 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,962 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,958 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,965 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,966 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,966 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:36:32,967 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:36:32,963 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7ce03518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 4VD665-e3kG-FdYt-1nJs-5n70-pL4B-gHOF1T 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 (0x7fbe7c274a58) -- 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 = u7h4rb-phvH-crZg-nUlg-aKGm-OePJ-Vea8De size = 2.98 GiB format = existing None major = 0 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:36:32,967 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 17:36:32,971 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:36:32,971 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:32,971 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 17:36:32,976 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 17:36:32,976 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:36:32,980 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:36:32,980 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 17:36:32,980 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:36:32,980 DEBUG blivet.ansible/MainThread: ['sda', 'sdc', 'test_vg1', 'sdb'] 2024-03-01 17:36:32,980 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:36:32,983 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:36:32,984 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:32,987 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:36:32,990 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:36:32,993 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:36:32,993 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:36:32,993 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:36:32,993 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:36:32,993 DEBUG blivet/MainThread: removing sda 2024-03-01 17:36:32,996 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:36:32,996 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:32,997 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 17:36:33,000 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:36:33,000 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:36:33,000 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:36:33,000 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:36:33,003 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:36:33,003 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:33,003 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 17:36:33,006 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:36:33,006 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:36:33,007 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:36:33,007 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:36:33,009 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:36:33,010 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:33,010 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 17:36:33,013 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:36:33,013 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:36:33,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:33,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:33,019 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 17:36:33,019 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:33,020 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:33,020 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:33,021 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:33,021 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:33,021 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:33,022 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:33,022 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:33,022 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:33,023 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:33,023 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:33,024 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:36:33,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:36:33,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 17:36:33,030 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:36:33,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:36:33,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 17:36:33,036 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:36:33,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:36:33,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 17:36:33,042 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:36:33,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:33,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:36:33,048 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:36:33,051 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,051 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,052 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,052 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,048 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,055 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,056 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,056 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,057 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,053 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,060 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,061 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,061 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,062 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,058 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,064 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,065 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,066 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,066 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,062 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,069 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,070 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,070 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,071 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,067 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,074 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,075 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,075 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,076 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,072 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,078 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,079 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,080 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,080 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,076 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,083 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,084 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,084 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,085 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,081 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,088 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,088 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,089 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,090 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,085 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,092 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,093 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,093 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,094 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,090 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,097 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,098 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,098 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,099 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,095 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,101 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,102 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,102 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,103 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,099 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,106 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,107 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,107 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,108 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,104 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,110 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,111 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,112 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,112 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,108 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,115 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,116 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,116 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,117 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,113 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,120 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,120 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,121 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,121 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,117 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,124 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,125 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,125 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,126 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,122 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,129 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,129 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,130 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,131 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,127 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,133 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,134 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,134 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,135 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,131 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,138 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,139 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,139 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,140 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,136 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,142 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,143 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,144 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,144 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,140 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,147 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,148 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,148 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,149 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,145 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,152 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,152 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,153 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,153 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,149 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,156 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,157 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,157 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,158 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,154 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,161 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,161 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,162 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,163 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,159 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,165 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,166 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,166 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,167 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,163 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,170 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,170 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,171 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,172 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,168 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,174 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,175 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,175 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,176 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,172 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,179 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,180 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,180 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,181 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,177 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,183 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,184 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,185 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,185 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,181 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,188 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,189 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,189 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,190 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,186 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,193 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,193 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,194 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,194 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:36:33,190 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c218c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = SDCumC-WYll-OuWJ-GUAV-zuFK-3U91-yhD5OE 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,195 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 17:36:33,198 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:36:33,198 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:33,199 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 17:36:33,202 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 17:36:33,202 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:36:33,205 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 17:36:33,206 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 17:36:33,206 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:36:33,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:33,212 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:36:33,212 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:36:33,214 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,215 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,215 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,216 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,212 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,218 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,219 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,219 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,220 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,216 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,223 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,223 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,223 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,224 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,220 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,227 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,227 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,228 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,228 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,225 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,231 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,231 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,232 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,232 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,229 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,235 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,235 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,236 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,236 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,239 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,239 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,240 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,240 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,237 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,243 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,243 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,244 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,244 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,241 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,247 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,247 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,248 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,248 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,245 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,251 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,251 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,252 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,252 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,249 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,255 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,256 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,256 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,256 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,253 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,259 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,260 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,260 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,261 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,257 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,263 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,264 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,264 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,265 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,261 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,267 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,268 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,268 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,269 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,271 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,272 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,272 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,273 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,269 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,275 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,276 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,276 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,277 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,273 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,279 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,280 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,280 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,281 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,277 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,283 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,284 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,284 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,285 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,281 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,287 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,288 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,288 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,289 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,285 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,291 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,292 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,292 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,293 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,289 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,295 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,296 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,296 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,297 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,293 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,299 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,300 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,300 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,301 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,297 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,303 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,304 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,304 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,305 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,301 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,307 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,308 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,308 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,309 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,305 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,311 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,312 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,312 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,313 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,309 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,315 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,316 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,316 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,317 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,313 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,319 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,320 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,320 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,321 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,317 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,323 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,324 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,324 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,325 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,321 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,328 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,328 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,328 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,329 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,326 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,332 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,332 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,333 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,333 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,330 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,336 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,336 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,337 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,337 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,334 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,340 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,340 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,341 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:36:33,341 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:36:33,338 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe8aa8eac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = OHLgup-dnFu-jqr9-EGXG-XJnK-SAHA-IlU6Ig 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 (0x7fbe7c2114a8) -- 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 = IBrm9C-1YC4-xqop-rVx0-C5as-Foxb-ujPB1W size = 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:36:33,342 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 17:36:33,345 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:36:33,345 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:33,345 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 17:36:33,349 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 17:36:33,349 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:36:33,352 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:36:33,352 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 17:36:33,352 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:36:33,353 DEBUG blivet.ansible/MainThread: ['sde', 'test_vg2', 'sdd', 'sdf'] 2024-03-01 17:36:33,353 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 17:36:33,355 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 17:36:33,356 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:33,359 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:36:33,362 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:36:33,365 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:36:33,365 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 17:36:33,365 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:36:33,366 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 17:36:33,366 DEBUG blivet/MainThread: removing sde 2024-03-01 17:36:33,368 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 17:36:33,369 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:33,369 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 17:36:33,372 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 17:36:33,372 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:36:33,372 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 17:36:33,372 DEBUG blivet/MainThread: removing sdd 2024-03-01 17:36:33,375 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 17:36:33,375 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:33,375 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 17:36:33,378 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 17:36:33,378 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:36:33,378 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 17:36:33,378 DEBUG blivet/MainThread: removing sdf 2024-03-01 17:36:33,381 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 17:36:33,381 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:33,381 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 17:36:33,384 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 17:36:33,385 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:36:33,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:33,391 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:33,391 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 17:36:33,392 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:33,392 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:33,392 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:33,393 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:33,393 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:33,394 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:33,394 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:33,395 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:33,395 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:33,396 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:33,396 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:33,397 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:36:33,400 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:36:33,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 17:36:33,403 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:36:33,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:36:33,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 17:36:33,409 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:36:33,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:36:33,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 17:36:33,415 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:36:33,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:36:33,420 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 17:36:33,421 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:36:33,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:33,427 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:36:33,427 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:36:33,430 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,431 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,431 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,432 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,427 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,436 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,437 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,438 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,439 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,433 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,442 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,443 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,444 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,445 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,440 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,448 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,449 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,450 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,451 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,446 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,455 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,456 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,456 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,457 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,452 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,462 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,462 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,463 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,458 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,467 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,468 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,468 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,470 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,464 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,473 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,474 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,475 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,476 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,470 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,479 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,480 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,481 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,482 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,476 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,485 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,486 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,487 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,488 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,482 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,491 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,492 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,494 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,489 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,498 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,499 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,499 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,500 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,495 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,504 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,505 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,505 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,506 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,501 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,510 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,511 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,511 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,512 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,507 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,516 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,517 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,517 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,519 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,513 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,522 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,523 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,524 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,525 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,519 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,528 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,529 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,530 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,531 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,525 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,534 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,535 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,537 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,532 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,540 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,542 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,542 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,543 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,547 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,548 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,548 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,549 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,544 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,553 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,554 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,554 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,555 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,550 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,559 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,560 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,560 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,562 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,556 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,565 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,566 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,567 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,568 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,562 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,571 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,572 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,573 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,574 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,569 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,577 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,578 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,579 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,580 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,575 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,583 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,585 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,585 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,586 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,581 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,590 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,591 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,591 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,592 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,587 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,596 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,597 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,597 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,598 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,593 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,602 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,603 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,604 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,605 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,599 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,608 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,609 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,610 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,611 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,605 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,615 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,616 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,616 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,617 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,612 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,621 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,622 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,622 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,623 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:36:33,618 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c2216d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6fkoTh-0nBD-hMeg-g8kl-GMBS-gjRC-wCBYOr 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,624 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 17:36:33,627 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:36:33,628 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:33,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 17:36:33,631 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 17:36:33,631 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:36:33,635 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 17:36:33,635 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 17:36:33,635 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:36:33,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:33,641 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:36:33,641 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:36:33,644 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,645 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,645 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,646 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,641 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,650 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,651 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,651 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,652 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,647 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,655 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,656 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,657 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,658 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,653 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,661 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,662 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,662 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,663 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,658 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,667 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,668 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,668 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,669 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,664 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,672 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,673 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,674 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,675 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,670 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,678 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,679 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,679 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,680 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,675 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,684 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,685 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,685 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,686 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,681 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,689 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,690 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,691 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,692 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,687 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,695 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,696 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,696 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,697 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,692 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,701 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,702 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,702 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,703 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,698 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,706 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,707 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,708 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,709 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,704 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,712 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,713 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,713 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,714 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,709 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,718 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,719 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,719 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,720 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,715 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,723 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,724 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,725 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,726 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,721 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,729 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,730 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,730 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,731 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,726 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,735 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,736 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,736 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,737 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,732 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,740 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,741 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,742 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,743 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,738 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,746 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,747 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,748 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,749 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,744 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,752 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,753 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,754 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,749 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,757 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,758 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,760 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,755 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,763 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,764 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,764 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,765 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,760 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,769 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,770 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,770 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,771 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,766 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,774 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,775 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,776 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,777 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,772 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,780 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,781 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,782 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,783 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,778 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,786 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,787 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,787 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,788 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,783 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,792 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,793 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,793 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,794 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,789 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,797 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,798 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,799 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,800 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,795 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,803 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,804 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,804 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,805 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,800 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,809 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,810 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,810 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,811 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,806 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,814 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,815 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,816 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,817 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,812 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,820 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,821 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,821 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,822 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:36:33,817 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cac1dd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = yndDNY-9yqu-zb8o-gKSQ-ze0C-51a8-vnFslZ 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,823 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 17:36:33,826 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:36:33,827 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:33,827 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 17:36:33,830 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 17:36:33,830 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:36:33,834 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 17:36:33,834 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 17:36:33,834 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:36:33,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:33,840 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:36:33,841 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:36:33,843 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,844 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,845 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,845 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,841 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,848 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,849 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,850 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,851 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,846 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,854 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,855 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,855 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,856 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,851 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,859 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,860 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,860 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,861 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,856 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,864 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,865 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,865 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,866 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,862 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,869 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,870 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,871 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,871 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,867 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,874 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,875 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,876 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,877 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,872 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,880 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,881 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,881 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,882 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,877 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,885 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,886 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,886 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,887 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,882 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,890 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,891 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,891 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,892 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,888 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,895 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,896 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,897 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,897 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,893 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,901 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,901 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,902 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,903 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,898 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,906 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,907 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,907 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,908 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,903 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,911 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,912 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,912 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,913 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,908 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,916 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,917 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,917 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,918 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,914 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,921 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,922 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,923 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,924 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,919 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,927 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,927 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,928 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,929 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,924 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,932 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,933 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,933 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,934 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,929 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,937 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,938 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,938 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,939 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,934 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,942 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,943 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,943 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,944 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,940 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,947 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,948 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,949 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,949 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,945 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,952 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,953 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,954 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,955 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,950 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,958 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,959 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,959 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,960 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,955 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,963 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,964 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,964 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,965 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,960 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,968 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,969 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,969 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,970 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,966 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,973 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,974 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,975 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,975 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,971 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,979 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,980 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,981 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,976 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,984 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,985 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,985 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,986 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,981 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,989 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,990 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,990 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,991 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,986 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,994 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,995 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,995 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:33,996 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,992 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:33,999 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,000 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:34,001 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,001 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:33,997 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,005 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,005 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:34,006 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,007 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:36:34,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7cb79710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = uL4V4V-jpVu-7Z8Z-nb06-Isf3-DbnJ-mU7TL1 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,007 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 17:36:34,010 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:36:34,011 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:34,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 17:36:34,014 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 17:36:34,014 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:36:34,018 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:36:34,018 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 17:36:34,018 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:36:34,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:36:34,024 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:36:34,024 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:36:34,027 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,028 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,028 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,029 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,024 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,032 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,032 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,033 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,033 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,029 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,036 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,037 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,038 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,038 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,034 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,041 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,042 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,042 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,043 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,039 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,046 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,047 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,047 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,048 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,044 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,051 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,051 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,052 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,052 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,048 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,055 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,056 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,056 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,057 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,053 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,060 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,061 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,061 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,062 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,058 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,064 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,065 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,066 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,066 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,062 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,069 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,070 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,070 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,071 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,067 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,074 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,074 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,075 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,075 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,071 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,078 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,079 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,079 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,080 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,076 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,083 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,084 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,084 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,085 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,081 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,088 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,088 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,089 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,089 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,085 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,092 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,093 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,093 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,094 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,090 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,097 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,098 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,098 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,099 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,095 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,101 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,102 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,103 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,103 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,099 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,106 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,107 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,107 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,108 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,104 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,111 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,111 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,112 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,112 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,108 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,115 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,116 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,116 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,117 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,113 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,120 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,121 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,121 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,122 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,118 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,125 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,125 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,126 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,126 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,122 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,129 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,130 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,130 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,131 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,127 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,134 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,135 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,135 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,136 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,132 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,139 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,139 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,140 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,140 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,136 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,143 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,144 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,144 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,145 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,141 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,148 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,148 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,149 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,150 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,145 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,153 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,154 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,154 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,150 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,157 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,158 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,158 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,159 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,155 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,162 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,162 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,163 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,163 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,159 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,166 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,167 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,167 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,168 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,164 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,171 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,172 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,172 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:36:34,173 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:36:34,169 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7fbe7c1ab7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = kugwKR-mlPQ-YmOu-GYU5-FZlf-UB3F-Mgts2i 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 (0x7fbe7c1e2588) -- 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 = mJfNaC-l04u-X8is-sgAd-7if2-s0Dl-wcM8eK size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:36:34,173 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 17:36:34,176 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:36:34,177 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:34,177 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 17:36:34,180 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 17:36:34,180 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:36:34,184 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 17:36:34,184 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 17:36:34,184 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:36:34,184 DEBUG blivet.ansible/MainThread: ['sdg', 'sdh', 'test_vg3', 'sdj', 'sdi'] 2024-03-01 17:36:34,184 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 17:36:34,187 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 17:36:34,187 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:34,191 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:36:34,194 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:36:34,197 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:36:34,200 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:36:34,200 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 17:36:34,200 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:36:34,200 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 17:36:34,200 DEBUG blivet/MainThread: removing sdg 2024-03-01 17:36:34,203 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 17:36:34,204 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:34,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 17:36:34,207 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 17:36:34,207 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:36:34,207 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 17:36:34,207 DEBUG blivet/MainThread: removing sdh 2024-03-01 17:36:34,210 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 17:36:34,210 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:34,210 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 17:36:34,213 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 17:36:34,213 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:36:34,213 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 17:36:34,213 DEBUG blivet/MainThread: removing sdj 2024-03-01 17:36:34,216 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 17:36:34,216 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:34,216 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 17:36:34,219 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 17:36:34,220 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:36:34,220 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 17:36:34,220 DEBUG blivet/MainThread: removing sdi 2024-03-01 17:36:34,223 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 17:36:34,223 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:36:34,223 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 17:36:34,226 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 17:36:34,226 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:36:34,227 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,240 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,256 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,267 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,286 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:36:34,286 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,298 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,317 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:36:34,317 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,329 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,348 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:36:34,349 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,359 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,378 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:36:34,378 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,390 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,409 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:36:34,409 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,419 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,438 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:36:34,438 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,448 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,467 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:36:34,467 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,479 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,498 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:36:34,498 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:34,499 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:34,499 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:36:34,499 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:36:34,499 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:36:34,499 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:36:34,499 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:36:34,499 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:36:34,499 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:36:34,499 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:36:34,499 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:36:34,499 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:36:34,500 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:36:34,500 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:36:34,500 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:36:34,500 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:36:34,500 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:36:34,500 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:36:34,500 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:36:34,500 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:36:34,500 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:36:34,500 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:36:34,500 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:36:34,500 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:36:34,501 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:36:34,501 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:36:34,501 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:36:34,501 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:36:34,501 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:36:34,501 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:36:34,503 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:36:34,506 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:36:34,508 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:36:34,512 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:36:34,512 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:36:34,515 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:36:34,515 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 0x7fbe7c1a0af0> 2024-03-01 17:36:34,515 INFO blivet/MainThread: sorting actions... 2024-03-01 17:36:34,536 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:36:34,537 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:36:34,537 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:36:34,537 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:36:34,537 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:36:34,537 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:36:34,537 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:36:34,537 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:36:34,538 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:36:34,538 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:36:34,538 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:36:34,538 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:36:34,538 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:36:34,538 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:36:34,538 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:36:34,539 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:36:34,539 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:36:34,539 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:36:34,539 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:36:34,539 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:36:34,539 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:36:34,539 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:36:34,540 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:36:34,540 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:34,540 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:34,540 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:36:34,540 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:36:34,540 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:36:34,540 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:36:34,541 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:36:34,544 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:34,547 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:36:34,547 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 17:36:34,555 INFO program/MainThread: stdout: 2024-03-01 17:36:34,556 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:36:34,556 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,556 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,573 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,573 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,583 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,584 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:36:34,588 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 17:36:34,591 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:36:34,595 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:36:34,599 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 17:36:34,602 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:36:34,602 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:34,635 INFO program/MainThread: stdout[92]: 2024-03-01 17:36:34,636 INFO program/MainThread: stderr[92]: 2024-03-01 17:36:34,636 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 17:36:34,640 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:36:34,643 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:34,647 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:36:34,650 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:34,653 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:36:34,656 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:34,660 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:36:34,663 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:34,666 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:36:34,669 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 17:36:34,669 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:34,712 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 17:36:34,712 INFO program/MainThread: stderr[93]: 2024-03-01 17:36:34,712 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 17:36:34,713 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:36:34,720 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:34,732 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:36:34,732 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 17:36:34,751 INFO program/MainThread: stdout: 2024-03-01 17:36:34,751 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:36:34,751 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,751 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,775 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,775 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,785 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,786 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:36:34,790 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 17:36:34,793 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:36:34,797 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:36:34,801 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 17:36:34,804 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:36:34,804 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:34,838 INFO program/MainThread: stdout[94]: 2024-03-01 17:36:34,839 INFO program/MainThread: stderr[94]: 2024-03-01 17:36:34,839 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 17:36:34,843 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:36:34,846 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:34,850 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:36:34,853 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:34,856 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:36:34,860 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:34,863 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:36:34,866 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:34,869 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:36:34,873 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 17:36:34,873 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:34,924 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 17:36:34,925 INFO program/MainThread: stderr[95]: 2024-03-01 17:36:34,925 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 17:36:34,925 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:36:34,933 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:34,944 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:36:34,944 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 17:36:34,955 INFO program/MainThread: stdout: 2024-03-01 17:36:34,955 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:36:34,955 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,955 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,978 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,978 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:34,990 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:34,991 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:36:34,995 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 17:36:34,999 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:36:35,002 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:36:35,006 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 17:36:35,009 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:36:35,009 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:35,045 INFO program/MainThread: stdout[96]: 2024-03-01 17:36:35,045 INFO program/MainThread: stderr[96]: 2024-03-01 17:36:35,045 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 17:36:35,050 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:36:35,053 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,056 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:36:35,060 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,063 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:36:35,066 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,069 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:36:35,072 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,076 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:36:35,079 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 17:36:35,079 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:35,124 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 17:36:35,124 INFO program/MainThread: stderr[97]: 2024-03-01 17:36:35,125 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 17:36:35,125 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:36:35,133 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,141 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:36:35,141 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 17:36:35,159 INFO program/MainThread: stdout: 2024-03-01 17:36:35,159 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:36:35,160 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,160 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:35,184 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,185 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:35,195 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,196 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:36:35,200 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 17:36:35,203 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:36:35,207 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:36:35,211 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 17:36:35,214 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:36:35,214 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:35,247 INFO program/MainThread: stdout[98]: 2024-03-01 17:36:35,248 INFO program/MainThread: stderr[98]: 2024-03-01 17:36:35,248 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 17:36:35,252 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:36:35,255 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,259 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:36:35,262 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,265 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:36:35,268 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,272 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:36:35,275 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,278 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:36:35,281 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 17:36:35,281 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:35,326 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 17:36:35,326 INFO program/MainThread: stderr[99]: 2024-03-01 17:36:35,326 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 17:36:35,327 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:36:35,334 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 17:36:35,343 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 17:36:35,349 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:36:35,359 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,368 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:36:35,373 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,380 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:36:35,384 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,390 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:36:35,393 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,396 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:36:35,399 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 17:36:35,400 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:35,435 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 17:36:35,435 INFO program/MainThread: stderr[100]: 2024-03-01 17:36:35,435 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 17:36:35,436 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:35,493 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 17:36:35,494 INFO program/MainThread: stderr[101]: 2024-03-01 17:36:35,494 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 17:36:35,494 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:35,531 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 17:36:35,531 INFO program/MainThread: stderr[102]: 2024-03-01 17:36:35,531 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 17:36:35,532 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:36:35,539 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,545 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:36:35,551 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:36:35,551 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:35,606 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 17:36:35,607 INFO program/MainThread: stderr[103]: 2024-03-01 17:36:35,607 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 17:36:35,607 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 17:36:35,607 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:35,639 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,639 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:35,657 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,657 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:35,674 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,675 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:36:35,679 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,682 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:36:35,685 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:36:35,685 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:35,714 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 17:36:35,715 INFO program/MainThread: stderr[104]: 2024-03-01 17:36:35,715 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 17:36:35,715 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 17:36:35,715 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:35,750 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,750 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:35,763 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,763 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:35,775 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,776 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:36:35,780 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,783 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:36:35,786 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:36:35,786 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdh$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:35,815 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 17:36:35,816 INFO program/MainThread: stderr[105]: 2024-03-01 17:36:35,816 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 17:36:35,816 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 17:36:35,816 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:35,845 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,845 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:35,858 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,859 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:35,873 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,874 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:36:35,878 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,881 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:36:35,884 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:36:35,884 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:35,912 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 17:36:35,912 INFO program/MainThread: stderr[106]: 2024-03-01 17:36:35,913 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 17:36:35,913 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 17:36:35,913 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:35,950 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,950 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:35,965 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,965 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:35,975 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,976 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:36:35,980 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:35,984 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:36:35,984 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 17:36:35,991 INFO program/MainThread: stdout: 2024-03-01 17:36:35,991 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:36:35,991 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:35,991 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:36,008 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,008 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:36,019 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,020 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:36:36,024 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 17:36:36,028 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:36:36,031 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:36:36,035 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 17:36:36,039 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:36:36,039 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:36,075 INFO program/MainThread: stdout[107]: 2024-03-01 17:36:36,075 INFO program/MainThread: stderr[107]: 2024-03-01 17:36:36,075 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 17:36:36,079 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:36:36,083 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,086 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 17:36:36,089 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,092 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 17:36:36,095 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,099 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 17:36:36,102 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 17:36:36,102 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:36,142 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 17:36:36,143 INFO program/MainThread: stderr[108]: 2024-03-01 17:36:36,143 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 17:36:36,143 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:36:36,151 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,159 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:36:36,159 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 17:36:36,173 INFO program/MainThread: stdout: 2024-03-01 17:36:36,173 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:36:36,174 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,174 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:36,196 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,197 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:36,206 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,207 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:36:36,211 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 17:36:36,214 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:36:36,218 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:36:36,222 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 17:36:36,225 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:36:36,225 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:36,257 INFO program/MainThread: stdout[109]: 2024-03-01 17:36:36,258 INFO program/MainThread: stderr[109]: 2024-03-01 17:36:36,258 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 17:36:36,262 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:36:36,265 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,269 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:36:36,272 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,275 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:36:36,278 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,282 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:36:36,285 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 17:36:36,285 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:36,324 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 17:36:36,324 INFO program/MainThread: stderr[110]: 2024-03-01 17:36:36,324 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 17:36:36,325 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:36:36,332 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 17:36:36,340 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 17:36:36,345 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:36:36,350 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,355 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:36:36,361 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,367 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:36:36,373 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,379 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:36:36,382 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 17:36:36,382 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:36,419 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 17:36:36,419 INFO program/MainThread: stderr[111]: 2024-03-01 17:36:36,419 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 17:36:36,420 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:36,463 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 17:36:36,464 INFO program/MainThread: stderr[112]: 2024-03-01 17:36:36,464 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 17:36:36,464 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:36,500 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 17:36:36,501 INFO program/MainThread: stderr[113]: 2024-03-01 17:36:36,501 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 17:36:36,502 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:36:36,509 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,519 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:36:36,524 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:36:36,524 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:36,569 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 17:36:36,569 INFO program/MainThread: stderr[114]: 2024-03-01 17:36:36,569 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 17:36:36,570 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 17:36:36,570 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:36,599 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,599 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:36,616 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,617 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:36,628 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,629 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:36:36,633 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,636 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:36:36,639 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:36:36,639 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:36,666 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 17:36:36,667 INFO program/MainThread: stderr[115]: 2024-03-01 17:36:36,667 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 17:36:36,667 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 17:36:36,667 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:36,701 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,701 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:36,714 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,714 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:36,727 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,728 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:36:36,732 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,735 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:36:36,738 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:36:36,738 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sdb$|","a|/dev/sde$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:36,767 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 17:36:36,768 INFO program/MainThread: stderr[116]: 2024-03-01 17:36:36,768 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 17:36:36,768 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 17:36:36,768 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:36,802 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,802 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:36,817 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,818 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:36,828 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,829 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:36:36,833 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,836 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:36:36,837 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 17:36:36,845 INFO program/MainThread: stdout: 2024-03-01 17:36:36,846 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:36:36,846 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,846 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:36,862 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,863 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:36,874 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:36,875 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:36:36,879 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 17:36:36,882 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:36:36,886 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:36:36,890 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 17:36:36,893 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:36:36,893 INFO program/MainThread: Running [117] lvm lvchange -an test_vg1/lv2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:36,928 INFO program/MainThread: stdout[117]: 2024-03-01 17:36:36,929 INFO program/MainThread: stderr[117]: 2024-03-01 17:36:36,929 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 17:36:36,934 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:36:36,937 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,940 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 17:36:36,943 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,946 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 17:36:36,950 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:36,953 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 17:36:36,956 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 17:36:36,956 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg1/lv2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:36,996 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 17:36:36,996 INFO program/MainThread: stderr[118]: 2024-03-01 17:36:36,996 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 17:36:36,997 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:37,005 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:37,014 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:36:37,014 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:36:37,031 INFO program/MainThread: stdout: 2024-03-01 17:36:37,031 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:36:37,031 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:37,032 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:37,050 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:37,050 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:37,063 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:37,064 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:36:37,068 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:36:37,071 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:36:37,075 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:36:37,079 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:36:37,082 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:36:37,082 INFO program/MainThread: Running [119] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:37,118 INFO program/MainThread: stdout[119]: 2024-03-01 17:36:37,119 INFO program/MainThread: stderr[119]: 2024-03-01 17:36:37,119 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 17:36:37,123 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:36:37,127 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:37,130 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:36:37,133 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:37,136 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:36:37,139 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:37,143 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:36:37,146 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:36:37,146 INFO program/MainThread: Running [120] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:37,181 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 17:36:37,182 INFO program/MainThread: stderr[120]: 2024-03-01 17:36:37,182 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 17:36:37,182 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:36:37,189 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:36:37,200 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:36:37,206 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:36:37,214 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:37,217 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:36:37,224 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:37,230 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:36:37,237 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:37,240 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:36:37,243 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:36:37,244 INFO program/MainThread: Running [121] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:37,279 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 17:36:37,280 INFO program/MainThread: stderr[121]: 2024-03-01 17:36:37,280 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 17:36:37,280 INFO program/MainThread: Running [122] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:37,319 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:36:37,319 INFO program/MainThread: stderr[122]: 2024-03-01 17:36:37,320 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 17:36:37,320 INFO program/MainThread: Running [123] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:37,361 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 17:36:37,362 INFO program/MainThread: stderr[123]: 2024-03-01 17:36:37,362 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 17:36:37,363 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:36:37,370 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:37,376 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:36:37,382 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:36:37,382 INFO program/MainThread: Running [124] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:37,421 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:36:37,422 INFO program/MainThread: stderr[124]: 2024-03-01 17:36:37,422 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 17:36:37,422 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:36:37,422 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:37,454 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:37,454 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:37,465 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:37,465 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:37,479 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:37,480 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:36:37,484 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:37,487 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:36:37,490 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:36:37,490 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:37,517 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:36:37,517 INFO program/MainThread: stderr[125]: 2024-03-01 17:36:37,518 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 17:36:37,518 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:36:37,518 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:37,552 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:37,552 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:37,565 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:37,565 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:37,579 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:37,580 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:36:37,584 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:36:37,587 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:36:37,590 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:36:37,590 INFO program/MainThread: Running [126] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:37,616 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:36:37,616 INFO program/MainThread: stderr[126]: 2024-03-01 17:36:37,616 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 17:36:37,617 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:36:37,617 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:37,649 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:37,649 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:37,662 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:37,663 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:37,675 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:37,681 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:36:37,681 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 0x7fbe7c1a0518> 2024-03-01 17:36:47,692 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_3t49bfao/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:36:52,257 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_az_jd076/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:36:59,511 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_gw30vbli/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:36:59,548 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:59,548 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:36:59,551 INFO program/MainThread: stdout[2]: 2024-03-01 17:36:59,551 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:36:59,551 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:36:59,552 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:36:59,556 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:59,556 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:36:59,560 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:59,560 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:36:59,563 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:59,563 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:36:59,566 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:36:59,567 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:36:59,574 INFO program/MainThread: stdout: 2024-03-01 17:36:59,574 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:36:59,575 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:36:59,575 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:36:59,575 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:36:59,575 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:36:59,575 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:36:59,575 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:36:59,575 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:36:59,575 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:36:59,575 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:36:59,575 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:36:59,575 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:36:59,575 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:36:59,575 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:36:59,575 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:36:59,575 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:59,575 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:36:59,575 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:59,576 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:59,576 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:36:59,576 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:36:59,576 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:36:59,576 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:36:59,576 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:36:59,587 DEBUG program/MainThread: Return code: 0 2024-03-01 17:36:59,599 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:36:59,603 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/scsi-3600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/wwn-0x600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2', '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': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'ID_SERIAL': '3600140570412c03b8b248d989a3e23cf', 'ID_SERIAL_SHORT': '600140570412c03b8b248d989a3e23cf', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570412c03b', 'ID_WWN_VENDOR_EXTENSION': '0x8b248d989a3e23cf', 'ID_WWN_WITH_EXTENSION': '0x600140570412c03b8b248d989a3e23cf', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570412c03b8b248d989a3e23cf', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517695292'} ; 2024-03-01 17:36:59,603 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:36:59,604 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:36:59,634 INFO program/MainThread: stdout[3]: 2024-03-01 17:36:59,634 INFO program/MainThread: stderr[3]: 2024-03-01 17:36:59,634 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:36:59,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,642 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,648 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:36:59,652 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:36:59,653 INFO blivet/MainThread: sda is a disk 2024-03-01 17:36:59,653 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:36:59,653 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:36:59,657 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:36:59,661 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:36:59,661 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:36:59,664 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:36:59,664 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:36:59,665 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:36:59,665 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe47d90470) -- 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 = 600140570412c03b8b248d989a3e23cf 2024-03-01 17:36:59,669 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:36:59,669 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:36:59,672 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/wwn-0x6001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a766a6cd-ffaf-44c6-8ec1-f86ad543990c', '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': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'ID_SERIAL': '36001405a766a6cdffaf44c68ec1f86ad', 'ID_SERIAL_SHORT': '6001405a766a6cdffaf44c68ec1f86ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a766a6cdf', 'ID_WWN_VENDOR_EXTENSION': '0xfaf44c68ec1f86ad', 'ID_WWN_WITH_EXTENSION': '0x6001405a766a6cdffaf44c68ec1f86ad', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a766a6cdffaf44c68ec1f86ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517722648'} ; 2024-03-01 17:36:59,672 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:36:59,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,682 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:36:59,683 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:36:59,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:36:59,683 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:36:59,686 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:36:59,689 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:36:59,690 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:36:59,693 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:36:59,693 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:36:59,694 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:36:59,694 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe46d3e400) -- 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 = 6001405a766a6cdffaf44c68ec1f86ad 2024-03-01 17:36:59,697 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:36:59,697 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:36:59,701 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/wwn-0x6001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', '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': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'ID_SERIAL': '36001405fb406ddb3a264dc7a3da0115b', 'ID_SERIAL_SHORT': '6001405fb406ddb3a264dc7a3da0115b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb406ddb3', 'ID_WWN_VENDOR_EXTENSION': '0xa264dc7a3da0115b', 'ID_WWN_WITH_EXTENSION': '0x6001405fb406ddb3a264dc7a3da0115b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb406ddb3a264dc7a3da0115b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518467710'} ; 2024-03-01 17:36:59,701 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:36:59,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,707 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,711 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:36:59,711 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:36:59,711 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:36:59,712 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:36:59,715 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:36:59,718 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:36:59,718 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:36:59,721 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:36:59,722 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:36:59,722 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:36:59,722 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe46d3e4a8) -- 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 = 6001405fb406ddb3a264dc7a3da0115b 2024-03-01 17:36:59,726 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:36:59,726 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:36:59,729 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/wwn-0x60014055002d72f33954a3eb4b6255a2', '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': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'ID_SERIAL': '360014055002d72f33954a3eb4b6255a2', 'ID_SERIAL_SHORT': '60014055002d72f33954a3eb4b6255a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055002d72f3', 'ID_WWN_VENDOR_EXTENSION': '0x3954a3eb4b6255a2', 'ID_WWN_WITH_EXTENSION': '0x60014055002d72f33954a3eb4b6255a2', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055002d72f33954a3eb4b6255a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518574569'} ; 2024-03-01 17:36:59,729 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:36:59,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,735 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,739 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:36:59,740 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:36:59,740 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:36:59,740 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:36:59,743 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:36:59,747 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:36:59,747 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:36:59,750 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:36:59,750 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:36:59,751 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:36:59,751 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe46d445c0) -- 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 = 60014055002d72f33954a3eb4b6255a2 2024-03-01 17:36:59,754 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:36:59,754 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:36:59,758 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/scsi-360014053d1743e8b22f4a7b836611b7e ' '/dev/disk/by-id/wwn-0x60014053d1743e8b22f4a7b836611b7e', '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': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'ID_SERIAL': '360014053d1743e8b22f4a7b836611b7e', 'ID_SERIAL_SHORT': '60014053d1743e8b22f4a7b836611b7e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053d1743e8b', 'ID_WWN_VENDOR_EXTENSION': '0x22f4a7b836611b7e', 'ID_WWN_WITH_EXTENSION': '0x60014053d1743e8b22f4a7b836611b7e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053d1743e8b22f4a7b836611b7e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517737874'} ; 2024-03-01 17:36:59,758 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:36:59,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,764 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,768 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:36:59,768 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:36:59,768 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:36:59,768 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:36:59,772 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:36:59,775 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:36:59,775 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:36:59,778 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:36:59,778 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:36:59,779 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:36:59,779 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe46d44438) -- 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 = 60014053d1743e8b22f4a7b836611b7e 2024-03-01 17:36:59,783 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:36:59,783 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:36:59,786 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/scsi-36001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_186e251a-fa35-42ac-8387-e73fc2ef3bb2', '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': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'ID_SERIAL': '36001405186e251afa3542ac8387e73fc', 'ID_SERIAL_SHORT': '6001405186e251afa3542ac8387e73fc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405186e251af', 'ID_WWN_VENDOR_EXTENSION': '0xa3542ac8387e73fc', 'ID_WWN_WITH_EXTENSION': '0x6001405186e251afa3542ac8387e73fc', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405186e251afa3542ac8387e73fc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517903506'} ; 2024-03-01 17:36:59,786 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:36:59,790 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,793 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,796 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:36:59,797 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:36:59,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:36:59,797 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:36:59,800 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:36:59,804 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:36:59,804 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:36:59,807 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:36:59,807 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:36:59,808 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:36:59,808 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe46d554a8) -- 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 = 6001405186e251afa3542ac8387e73fc 2024-03-01 17:36:59,811 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:36:59,811 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:36:59,815 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/wwn-0x6001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/scsi-36001405c36e94bdfb744081a90a92ca0', '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': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'ID_SERIAL': '36001405c36e94bdfb744081a90a92ca0', 'ID_SERIAL_SHORT': '6001405c36e94bdfb744081a90a92ca0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c36e94bdf', 'ID_WWN_VENDOR_EXTENSION': '0xb744081a90a92ca0', 'ID_WWN_WITH_EXTENSION': '0x6001405c36e94bdfb744081a90a92ca0', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c36e94bdfb744081a90a92ca0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517954946'} ; 2024-03-01 17:36:59,815 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:36:59,818 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,821 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,825 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:36:59,825 INFO blivet/MainThread: sde is a disk 2024-03-01 17:36:59,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:36:59,825 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:36:59,829 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:36:59,832 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:36:59,832 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:36:59,835 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:36:59,835 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:36:59,836 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:36:59,836 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe46d55b38) -- 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 = 6001405c36e94bdfb744081a90a92ca0 2024-03-01 17:36:59,839 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:36:59,839 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:36:59,843 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/scsi-36001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/wwn-0x6001405e81c340fa4c446bc905c9610a', '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': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'ID_SERIAL': '36001405e81c340fa4c446bc905c9610a', 'ID_SERIAL_SHORT': '6001405e81c340fa4c446bc905c9610a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81c340fa', 'ID_WWN_VENDOR_EXTENSION': '0x4c446bc905c9610a', 'ID_WWN_WITH_EXTENSION': '0x6001405e81c340fa4c446bc905c9610a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81c340fa4c446bc905c9610a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518047959'} ; 2024-03-01 17:36:59,843 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:36:59,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,849 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,853 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:36:59,854 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:36:59,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:36:59,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:36:59,857 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:36:59,860 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:36:59,860 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:36:59,864 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:36:59,864 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:36:59,864 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:36:59,865 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe46d55240) -- 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 = 6001405e81c340fa4c446bc905c9610a 2024-03-01 17:36:59,868 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:36:59,868 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:36:59,871 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/wwn-0x60014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/scsi-360014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6d2cd68d-87c0-4fab-9da0-8039257fc92f', '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': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'ID_SERIAL': '360014056d2cd68d87c04fab9da080392', 'ID_SERIAL_SHORT': '60014056d2cd68d87c04fab9da080392', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d2cd68d8', 'ID_WWN_VENDOR_EXTENSION': '0x7c04fab9da080392', 'ID_WWN_WITH_EXTENSION': '0x60014056d2cd68d87c04fab9da080392', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d2cd68d87c04fab9da080392', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518046294'} ; 2024-03-01 17:36:59,872 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:36:59,875 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,878 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,882 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:36:59,882 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:36:59,882 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:36:59,882 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:36:59,885 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:36:59,889 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:36:59,889 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:36:59,892 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:36:59,893 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:36:59,893 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:36:59,893 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe46d40a20) -- 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 = 60014056d2cd68d87c04fab9da080392 2024-03-01 17:36:59,897 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:36:59,897 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:36:59,900 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/wwn-0x60014054d1200ba74634939936da912e ' '/dev/disk/by-id/scsi-360014054d1200ba74634939936da912e', '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': '4d1200ba-7463-4939-936d-a912e7234c5d', 'ID_SERIAL': '360014054d1200ba74634939936da912e', 'ID_SERIAL_SHORT': '60014054d1200ba74634939936da912e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d1200ba7', 'ID_WWN_VENDOR_EXTENSION': '0x4634939936da912e', 'ID_WWN_WITH_EXTENSION': '0x60014054d1200ba74634939936da912e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d1200ba74634939936da912e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518165885'} ; 2024-03-01 17:36:59,900 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:36:59,904 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,910 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:36:59,911 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:36:59,911 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:36:59,911 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:36:59,914 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:36:59,917 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:36:59,918 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:36:59,921 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:36:59,921 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:36:59,921 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:36:59,922 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe46d55cf8) -- 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 = 60014054d1200ba74634939936da912e 2024-03-01 17:36:59,925 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:36:59,925 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:36:59,928 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/scsi-36001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', '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': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'ID_SERIAL': '36001405e8ee59f0315f48b4b12e0bc3a', 'ID_SERIAL_SHORT': '6001405e8ee59f0315f48b4b12e0bc3a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e8ee59f03', 'ID_WWN_VENDOR_EXTENSION': '0x15f48b4b12e0bc3a', 'ID_WWN_WITH_EXTENSION': '0x6001405e8ee59f0315f48b4b12e0bc3a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e8ee59f0315f48b4b12e0bc3a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518250709'} ; 2024-03-01 17:36:59,928 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:36:59,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,939 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:36:59,939 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:36:59,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:36:59,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:36:59,943 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:36:59,946 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:36:59,946 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:36:59,949 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:36:59,950 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:36:59,950 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:36:59,950 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe46d64940) -- 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 = 6001405e8ee59f0315f48b4b12e0bc3a 2024-03-01 17:36:59,954 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:36:59,954 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:36:59,957 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ff4083373e7f48589206661da ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/scsi-36001405ff4083373e7f48589206661da', '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': 'ff408337-3e7f-4858-9206-661da27eed75', 'ID_SERIAL': '36001405ff4083373e7f48589206661da', 'ID_SERIAL_SHORT': '6001405ff4083373e7f48589206661da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ff4083373', 'ID_WWN_VENDOR_EXTENSION': '0xe7f48589206661da', 'ID_WWN_WITH_EXTENSION': '0x6001405ff4083373e7f48589206661da', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ff4083373e7f48589206661da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518315010'} ; 2024-03-01 17:36:59,957 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:36:59,960 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,967 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:36:59,968 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:36:59,968 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:36:59,968 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:36:59,971 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:36:59,974 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:36:59,974 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:36:59,978 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:36:59,978 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:36:59,978 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:36:59,978 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe46d64fd0) -- 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 = 6001405ff4083373e7f48589206661da 2024-03-01 17:36:59,982 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:36:59,982 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:36:59,985 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': '28540800'} ; 2024-03-01 17:36:59,985 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:36:59,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:36:59,992 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:36:59,995 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:36:59,996 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:36:59,996 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:36:59,996 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:36:59,996 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:36:59,996 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:36:59,999 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:37:00,002 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:37:00,003 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:37:00,006 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:37:00,006 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:37:00,006 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:37:00,007 INFO blivet/MainThread: got device: DiskDevice instance (0x7fbe46d64f28) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:37:00,010 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:37:00,014 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:00,014 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:37:00,017 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:00,017 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:37:00,021 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:00,021 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:37:00,024 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:00,024 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:37:00,028 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:37:00,031 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:00,035 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:37:00,038 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 0x7fbe46d52848> 2024-03-01 17:37:03,105 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:37:03,109 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:37:03,109 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:37:03,113 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': '28543624'} ; 2024-03-01 17:37:03,113 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:37:03,113 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:37:03,116 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,119 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:03,123 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:37:03,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:03,129 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:03,142 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:03,158 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:37:03,161 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:37:03,165 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:37:03,165 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:37:03,169 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:37:03,172 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:37:03,172 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:37:03,175 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:37:03,176 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:37:03,176 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:37:03,179 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:37:03,182 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:37:03,185 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:37:03,188 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:37:03,192 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:37:03,192 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:37:03,192 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:37:03,193 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:37:03,192 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fbe480db390) -- 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 0x7fbe46cfa0f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:37:03,197 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:37:03,200 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:03,200 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:37:03,204 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:03,204 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:37:03,207 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:03,207 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:37:03,211 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:03,211 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:37:03,213 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:37:03,213 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:37:03,216 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:03,217 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:37:03,220 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:37:03,220 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:03,220 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:03,233 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:03,245 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:37:03,246 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:37:03,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,253 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:03,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:03,259 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:37:03,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:03,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:03,271 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:37:03,273 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,276 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:03,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:03,282 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:37:03,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,288 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:03,291 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:03,294 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:37:03,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,299 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:03,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,305 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:03,305 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:37:03,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:03,313 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:37:03,316 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:03,316 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:37:03,316 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:37:03,317 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:37:03,317 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 17:37:03,317 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:37:03,317 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:37:03,317 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:37:03,317 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:37:03,317 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:37:07,902 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_o4hd3lqw/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:37:07,938 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:07,939 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:37:07,942 INFO program/MainThread: stdout[2]: 2024-03-01 17:37:07,942 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:37:07,942 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:37:07,942 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:37:07,947 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:07,947 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:37:07,951 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:07,951 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:37:07,954 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:07,954 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:37:07,957 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:07,957 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:37:07,965 INFO program/MainThread: stdout: 2024-03-01 17:37:07,965 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:37:07,965 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:37:07,965 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:37:07,965 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:37:07,965 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:37:07,965 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:37:07,965 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:37:07,965 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:37:07,965 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:37:07,965 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:37:07,965 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:37:07,965 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:37:07,965 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:37:07,966 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:37:07,966 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:37:07,966 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:07,966 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:37:07,966 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:07,966 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:07,966 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:37:07,966 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:07,967 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:37:07,967 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:37:07,967 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:07,979 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:07,991 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:37:07,995 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/scsi-3600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/wwn-0x600140570412c03b8b248d989a3e23cf', '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': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'ID_SERIAL': '3600140570412c03b8b248d989a3e23cf', 'ID_SERIAL_SHORT': '600140570412c03b8b248d989a3e23cf', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570412c03b', 'ID_WWN_VENDOR_EXTENSION': '0x8b248d989a3e23cf', 'ID_WWN_WITH_EXTENSION': '0x600140570412c03b8b248d989a3e23cf', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570412c03b8b248d989a3e23cf', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517695292'} ; 2024-03-01 17:37:07,995 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:37:07,996 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:08,028 INFO program/MainThread: stdout[3]: 2024-03-01 17:37:08,029 INFO program/MainThread: stderr[3]: 2024-03-01 17:37:08,029 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:37:08,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:08,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:08,042 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:37:08,047 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:37:08,047 INFO blivet/MainThread: sda is a disk 2024-03-01 17:37:08,048 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:37:08,048 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:37:08,052 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:37:08,055 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:37:08,055 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:37:08,059 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:37:08,059 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:37:08,059 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:37:08,060 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d702683c8) -- 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 = 600140570412c03b8b248d989a3e23cf 2024-03-01 17:37:08,063 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:37:08,064 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:37:08,067 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/scsi-36001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/wwn-0x6001405a766a6cdffaf44c68ec1f86ad', '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': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'ID_SERIAL': '36001405a766a6cdffaf44c68ec1f86ad', 'ID_SERIAL_SHORT': '6001405a766a6cdffaf44c68ec1f86ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a766a6cdf', 'ID_WWN_VENDOR_EXTENSION': '0xfaf44c68ec1f86ad', 'ID_WWN_WITH_EXTENSION': '0x6001405a766a6cdffaf44c68ec1f86ad', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a766a6cdffaf44c68ec1f86ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517722648'} ; 2024-03-01 17:37:08,067 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:37:08,070 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:37:08,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:08,077 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:37:08,078 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:37:08,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:37:08,078 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:37:08,081 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:37:08,085 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:37:08,085 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:37:08,088 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:37:08,088 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:37:08,089 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:37:08,089 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d6f214358) -- 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 = 6001405a766a6cdffaf44c68ec1f86ad 2024-03-01 17:37:08,092 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:37:08,093 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:37:08,096 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/wwn-0x6001405fb406ddb3a264dc7a3da0115b', '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': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'ID_SERIAL': '36001405fb406ddb3a264dc7a3da0115b', 'ID_SERIAL_SHORT': '6001405fb406ddb3a264dc7a3da0115b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb406ddb3', 'ID_WWN_VENDOR_EXTENSION': '0xa264dc7a3da0115b', 'ID_WWN_WITH_EXTENSION': '0x6001405fb406ddb3a264dc7a3da0115b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb406ddb3a264dc7a3da0115b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518467710'} ; 2024-03-01 17:37:08,096 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:37:08,099 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:37:08,102 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:08,106 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:37:08,107 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:37:08,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:37:08,107 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:37:08,110 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:37:08,113 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:37:08,114 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:37:08,117 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:37:08,117 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:37:08,118 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:37:08,118 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d6f214400) -- 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 = 6001405fb406ddb3a264dc7a3da0115b 2024-03-01 17:37:08,121 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:37:08,121 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:37:08,125 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/scsi-360014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/wwn-0x60014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', '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': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'ID_SERIAL': '360014055002d72f33954a3eb4b6255a2', 'ID_SERIAL_SHORT': '60014055002d72f33954a3eb4b6255a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055002d72f3', 'ID_WWN_VENDOR_EXTENSION': '0x3954a3eb4b6255a2', 'ID_WWN_WITH_EXTENSION': '0x60014055002d72f33954a3eb4b6255a2', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055002d72f33954a3eb4b6255a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518574569'} ; 2024-03-01 17:37:08,125 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:37:08,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:37:08,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:08,135 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:37:08,135 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:37:08,135 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:37:08,136 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:37:08,139 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:37:08,142 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:37:08,142 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:37:08,146 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:37:08,146 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:37:08,146 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:37:08,146 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d6f21c518) -- 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 = 60014055002d72f33954a3eb4b6255a2 2024-03-01 17:37:08,150 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:37:08,150 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:37:08,153 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk2_3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/wwn-0x60014053d1743e8b22f4a7b836611b7e ' '/dev/disk/by-id/scsi-360014053d1743e8b22f4a7b836611b7e', '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': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'ID_SERIAL': '360014053d1743e8b22f4a7b836611b7e', 'ID_SERIAL_SHORT': '60014053d1743e8b22f4a7b836611b7e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053d1743e8b', 'ID_WWN_VENDOR_EXTENSION': '0x22f4a7b836611b7e', 'ID_WWN_WITH_EXTENSION': '0x60014053d1743e8b22f4a7b836611b7e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053d1743e8b22f4a7b836611b7e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517737874'} ; 2024-03-01 17:37:08,153 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:37:08,157 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:37:08,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:08,164 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:37:08,164 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:37:08,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:37:08,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:37:08,167 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:37:08,171 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:37:08,171 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:37:08,174 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:37:08,174 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:37:08,175 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:37:08,175 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d6f21c5f8) -- 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 = 60014053d1743e8b22f4a7b836611b7e 2024-03-01 17:37:08,178 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:37:08,178 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:37:08,182 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/wwn-0x6001405186e251afa3542ac8387e73fc', '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': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'ID_SERIAL': '36001405186e251afa3542ac8387e73fc', 'ID_SERIAL_SHORT': '6001405186e251afa3542ac8387e73fc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405186e251af', 'ID_WWN_VENDOR_EXTENSION': '0xa3542ac8387e73fc', 'ID_WWN_WITH_EXTENSION': '0x6001405186e251afa3542ac8387e73fc', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405186e251afa3542ac8387e73fc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517903506'} ; 2024-03-01 17:37:08,182 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:37:08,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:37:08,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:08,192 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:37:08,193 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:37:08,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:37:08,193 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:37:08,196 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:37:08,200 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:37:08,200 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:37:08,203 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:37:08,203 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:37:08,204 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:37:08,204 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d6f21d400) -- 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 = 6001405186e251afa3542ac8387e73fc 2024-03-01 17:37:08,207 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:37:08,207 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:37:08,211 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/scsi-36001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c36e94bd-fb74-4081-a90a-92ca067f3492', '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': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'ID_SERIAL': '36001405c36e94bdfb744081a90a92ca0', 'ID_SERIAL_SHORT': '6001405c36e94bdfb744081a90a92ca0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c36e94bdf', 'ID_WWN_VENDOR_EXTENSION': '0xb744081a90a92ca0', 'ID_WWN_WITH_EXTENSION': '0x6001405c36e94bdfb744081a90a92ca0', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c36e94bdfb744081a90a92ca0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517954946'} ; 2024-03-01 17:37:08,211 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:37:08,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:37:08,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:08,221 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:37:08,221 INFO blivet/MainThread: sde is a disk 2024-03-01 17:37:08,222 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:37:08,222 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:37:08,225 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:37:08,228 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:37:08,228 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:37:08,231 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:37:08,232 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:37:08,232 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:37:08,232 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d6f21da90) -- 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 = 6001405c36e94bdfb744081a90a92ca0 2024-03-01 17:37:08,236 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:37:08,236 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:37:08,239 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/scsi-36001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_e81c340f-a4c4-46bc-905c-9610ad999d1d', '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': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'ID_SERIAL': '36001405e81c340fa4c446bc905c9610a', 'ID_SERIAL_SHORT': '6001405e81c340fa4c446bc905c9610a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81c340fa', 'ID_WWN_VENDOR_EXTENSION': '0x4c446bc905c9610a', 'ID_WWN_WITH_EXTENSION': '0x6001405e81c340fa4c446bc905c9610a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81c340fa4c446bc905c9610a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518047959'} ; 2024-03-01 17:37:08,239 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:37:08,243 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:37:08,246 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:08,250 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:37:08,250 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:37:08,250 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:37:08,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:37:08,254 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:37:08,257 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:37:08,257 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:37:08,260 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:37:08,261 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:37:08,261 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:37:08,261 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d6f21df98) -- 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 = 6001405e81c340fa4c446bc905c9610a 2024-03-01 17:37:08,265 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:37:08,265 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:37:08,268 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/scsi-360014056d2cd68d87c04fab9da080392', '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': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'ID_SERIAL': '360014056d2cd68d87c04fab9da080392', 'ID_SERIAL_SHORT': '60014056d2cd68d87c04fab9da080392', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d2cd68d8', 'ID_WWN_VENDOR_EXTENSION': '0x7c04fab9da080392', 'ID_WWN_WITH_EXTENSION': '0x60014056d2cd68d87c04fab9da080392', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d2cd68d87c04fab9da080392', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518046294'} ; 2024-03-01 17:37:08,268 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:37:08,272 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:37:08,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:08,278 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:37:08,279 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:37:08,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:37:08,279 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:37:08,282 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:37:08,286 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:37:08,286 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:37:08,289 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:37:08,290 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:37:08,290 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:37:08,290 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d6f227978) -- 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 = 60014056d2cd68d87c04fab9da080392 2024-03-01 17:37:08,294 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:37:08,294 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:37:08,297 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054d1200ba74634939936da912e ' '/dev/disk/by-id/scsi-360014054d1200ba74634939936da912e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d', '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': '4d1200ba-7463-4939-936d-a912e7234c5d', 'ID_SERIAL': '360014054d1200ba74634939936da912e', 'ID_SERIAL_SHORT': '60014054d1200ba74634939936da912e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d1200ba7', 'ID_WWN_VENDOR_EXTENSION': '0x4634939936da912e', 'ID_WWN_WITH_EXTENSION': '0x60014054d1200ba74634939936da912e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d1200ba74634939936da912e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518165885'} ; 2024-03-01 17:37:08,297 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:37:08,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:37:08,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:08,307 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:37:08,308 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:37:08,308 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:37:08,308 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:37:08,311 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:37:08,315 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:37:08,315 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:37:08,318 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:37:08,318 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:37:08,319 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:37:08,319 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d6f227f60) -- 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 = 60014054d1200ba74634939936da912e 2024-03-01 17:37:08,322 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:37:08,323 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:37:08,326 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/wwn-0x6001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', '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': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'ID_SERIAL': '36001405e8ee59f0315f48b4b12e0bc3a', 'ID_SERIAL_SHORT': '6001405e8ee59f0315f48b4b12e0bc3a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e8ee59f03', 'ID_WWN_VENDOR_EXTENSION': '0x15f48b4b12e0bc3a', 'ID_WWN_WITH_EXTENSION': '0x6001405e8ee59f0315f48b4b12e0bc3a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e8ee59f0315f48b4b12e0bc3a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518250709'} ; 2024-03-01 17:37:08,326 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:37:08,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:37:08,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:08,336 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:37:08,337 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:37:08,337 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:37:08,337 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:37:08,340 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:37:08,344 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:37:08,344 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:37:08,347 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:37:08,347 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:37:08,348 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:37:08,348 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d6f233898) -- 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 = 6001405e8ee59f0315f48b4b12e0bc3a 2024-03-01 17:37:08,351 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:37:08,351 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:37:08,355 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/scsi-36001405ff4083373e7f48589206661da ' '/dev/disk/by-id/wwn-0x6001405ff4083373e7f48589206661da ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75', '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': 'ff408337-3e7f-4858-9206-661da27eed75', 'ID_SERIAL': '36001405ff4083373e7f48589206661da', 'ID_SERIAL_SHORT': '6001405ff4083373e7f48589206661da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ff4083373', 'ID_WWN_VENDOR_EXTENSION': '0xe7f48589206661da', 'ID_WWN_WITH_EXTENSION': '0x6001405ff4083373e7f48589206661da', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ff4083373e7f48589206661da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518315010'} ; 2024-03-01 17:37:08,355 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:37:08,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:37:08,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:08,365 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:37:08,366 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:37:08,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:37:08,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:37:08,369 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:37:08,372 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:37:08,372 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:37:08,376 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:37:08,376 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:37:08,376 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:37:08,376 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d6f233f28) -- 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 = 6001405ff4083373e7f48589206661da 2024-03-01 17:37:08,380 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:37:08,380 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:37:08,383 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': '28540800'} ; 2024-03-01 17:37:08,383 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:37:08,387 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:08,390 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:08,393 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:37:08,394 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:37:08,394 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:37:08,394 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:37:08,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:37:08,394 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:37:08,397 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:37:08,400 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:37:08,401 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:37:08,404 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:37:08,404 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:37:08,405 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:37:08,405 INFO blivet/MainThread: got device: DiskDevice instance (0x7f4d6f233fd0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:37:08,408 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:37:08,412 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:08,412 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:37:08,415 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:08,415 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:37:08,419 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:08,419 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:37:08,422 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:08,422 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:37:08,426 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:37:08,429 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:08,433 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:37:08,436 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 0x7f4d6f22d388> 2024-03-01 17:37:11,449 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:37:11,453 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:37:11,453 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:37:11,457 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': '28543624'} ; 2024-03-01 17:37:11,457 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:37:11,457 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:37:11,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:11,467 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:37:11,470 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,473 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:11,473 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:11,484 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:11,499 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,502 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:37:11,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:37:11,507 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:37:11,507 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:37:11,510 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:37:11,514 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:37:11,514 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:37:11,517 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:37:11,517 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:37:11,518 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:37:11,521 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:37:11,524 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:37:11,527 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:37:11,530 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:37:11,534 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:37:11,534 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:37:11,534 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:37:11,535 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:37:11,534 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f4d70323860) -- 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 0x7f4d6f1d20f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:37:11,539 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:37:11,542 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:11,542 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:37:11,546 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:11,546 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:37:11,549 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:11,549 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:37:11,553 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:11,553 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:37:11,554 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:37:11,555 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:37:11,558 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:11,559 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:37:11,562 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:37:11,562 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:11,562 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:11,573 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:11,585 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:37:11,586 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:37:11,590 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:11,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:11,599 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:37:11,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:11,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:11,611 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:37:11,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:11,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:11,623 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:37:11,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:11,631 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,634 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:11,634 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:37:11,637 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:11,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:11,646 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:37:11,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:11,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:11,658 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:37:11,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:11,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,669 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:11,670 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:37:11,672 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,675 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:37:11,675 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:37:11,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,681 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:37:11,681 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:37:11,684 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,687 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:37:11,687 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:37:11,690 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:37:11,691 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:37:11,691 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:37:11,694 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:37:11,695 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:37:11,698 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:37:11,698 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:37:11,701 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:37:11,701 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:37:11,701 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:37:11,705 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:37:11,705 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:37:11,708 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:37:11,708 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:37:11,711 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:37:11,711 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:37:11,711 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:37:11,714 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:37:11,714 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:37:11,717 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:37:11,718 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:37:11,718 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:37:11,723 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:37:11,726 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:37:11,730 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:37:11,733 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:37:11,737 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:37:11,741 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:37:11,742 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:37:11,745 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:37:11,745 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:37:11,745 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:37:11,750 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:11,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,759 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:11,759 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:37:11,760 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:37:11,760 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:37:11,760 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 17:37:11,761 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:37:11,761 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:37:11,764 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:11,764 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:37:11,767 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:11,768 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:37:11,771 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:37:11,775 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:37:11,775 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:37:11,779 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:37:11,782 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:37:11,785 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:37:11,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:37:11,790 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:37:11,790 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:37:11,790 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:37:11,790 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:37:11,794 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:37:11,795 INFO program/MainThread: stderr[4]: 2024-03-01 17:37:11,795 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:37:11,795 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:37:11,795 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:11,796 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:37:11,800 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:37:11,800 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:11,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,807 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:11,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:11,813 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 17:37:11,814 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:37:11,815 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:37:11,815 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 17:37:11,815 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:37:11,816 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:37:11,819 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:11,819 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 17:37:11,822 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:11,822 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:37:11,826 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:37:11,829 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:37:11,830 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 17:37:11,833 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:37:11,837 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:37:11,840 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:37:11,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 17:37:11,844 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:37:11,845 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:37:11,845 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:37:11,845 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 17:37:11,845 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:37:11,846 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 17:37:11,850 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 17:37:11,850 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:37:11,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:11,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:11,862 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 17:37:11,865 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,868 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 17:37:11,868 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:37:11,871 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,874 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 17:37:11,874 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:37:11,877 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,880 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 17:37:11,880 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:37:11,883 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:37:11,883 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 17:37:11,883 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:37:11,887 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:37:11,887 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:37:11,890 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:37:11,890 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:37:11,893 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:37:11,893 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 17:37:11,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 17:37:11,896 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:37:11,897 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:37:11,900 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:37:11,900 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:37:11,903 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:37:11,903 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 17:37:11,903 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 17:37:11,906 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:37:11,907 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:37:11,910 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:37:11,910 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:37:11,911 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 17:37:11,914 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:37:11,918 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:37:11,921 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:37:11,925 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:37:11,929 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:37:11,932 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:37:11,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 17:37:11,936 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:37:11,937 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 17:37:11,937 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:37:11,942 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:11,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:11,951 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 17:37:11,952 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:37:11,952 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:37:11,953 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 17:37:11,953 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:37:11,953 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:37:11,956 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:11,956 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 17:37:11,959 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:11,960 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 17:37:11,963 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:37:11,967 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:37:11,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 17:37:11,970 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:37:11,974 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:37:11,977 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:37:11,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 17:37:11,981 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:37:11,982 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:37:11,982 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:37:11,982 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 17:37:11,982 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:37:11,982 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:37:11,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 17:37:11,986 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:37:11,989 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:11,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:11,999 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:11,999 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 17:37:12,000 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:37:12,000 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:37:12,001 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 17:37:12,001 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:37:12,001 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:37:12,005 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:12,005 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 17:37:12,007 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:12,008 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 17:37:12,012 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:37:12,015 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:37:12,015 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:37:12,019 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:37:12,022 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:37:12,025 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:37:12,029 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 17:37:12,030 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:37:12,030 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:37:12,030 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:37:12,031 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 17:37:12,031 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:37:12,031 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 17:37:12,035 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 17:37:12,035 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:37:12,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:12,042 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:12,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:12,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:12,048 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 17:37:12,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:37:12,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 17:37:12,054 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:37:12,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:37:12,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 17:37:12,060 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:37:12,063 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:37:12,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 17:37:12,066 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:37:12,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:37:12,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 17:37:12,072 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:37:12,075 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:37:12,075 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 17:37:12,075 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 17:37:12,078 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:37:12,078 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:37:12,081 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:37:12,081 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:37:12,084 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:37:12,084 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 17:37:12,085 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 17:37:12,088 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:37:12,088 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:37:12,091 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:37:12,091 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:37:12,094 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:37:12,094 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 17:37:12,103 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 17:37:12,106 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:37:12,106 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:37:12,109 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:37:12,110 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:37:12,113 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:37:12,113 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:37:12,113 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:37:12,116 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:37:12,116 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:37:12,119 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:37:12,119 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:37:12,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 17:37:12,124 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:37:12,128 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:37:12,131 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:37:12,135 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:37:12,139 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:37:12,142 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:37:12,147 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:37:12,150 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:37:12,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 17:37:12,154 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:37:12,155 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 17:37:12,155 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:37:12,160 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:12,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:12,167 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:12,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:12,170 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 17:37:12,171 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:37:12,171 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:37:12,171 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 17:37:12,172 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:37:12,172 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:37:12,175 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:12,175 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 17:37:12,178 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:12,179 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 17:37:12,182 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:37:12,186 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:37:12,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:37:12,190 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:37:12,193 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:37:12,196 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:37:12,200 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 17:37:12,201 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:37:12,201 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:37:12,201 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:37:12,202 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 17:37:12,202 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:37:12,202 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 17:37:12,206 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 17:37:12,206 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:37:12,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:12,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:12,215 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:12,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:12,218 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 17:37:12,219 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:37:12,220 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:37:12,220 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 17:37:12,220 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:37:12,221 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:37:12,224 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:12,224 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 17:37:12,227 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:12,228 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 17:37:12,231 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:37:12,235 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:37:12,235 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 17:37:12,239 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:37:12,242 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:37:12,245 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:37:12,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 17:37:12,250 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:37:12,250 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:37:12,250 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:37:12,251 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 17:37:12,251 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:37:12,251 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:37:12,255 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 17:37:12,255 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:37:12,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:12,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:12,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:12,268 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:12,268 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 17:37:12,268 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:37:12,269 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:37:12,269 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 17:37:12,270 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:37:12,271 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:37:12,274 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:12,274 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 17:37:12,276 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:12,277 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:37:12,281 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:37:12,284 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:37:12,285 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 17:37:12,288 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:37:12,291 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:37:12,295 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:37:12,299 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 17:37:12,299 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:37:12,300 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:37:12,300 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:37:12,300 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 17:37:12,300 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:37:12,301 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 17:37:12,304 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 17:37:12,304 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:37:12,308 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:12,311 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:12,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:12,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:12,317 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 17:37:12,318 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:37:12,319 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:37:12,319 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 17:37:12,320 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:37:12,320 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:37:12,324 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:12,324 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 17:37:12,327 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:12,327 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:37:12,331 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:37:12,334 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:37:12,335 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 17:37:12,338 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:37:12,342 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:37:12,345 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:37:12,349 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 17:37:12,350 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:37:12,351 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:37:12,351 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:37:12,351 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 17:37:12,351 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:37:12,351 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 17:37:12,355 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 17:37:12,355 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:37:12,357 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:37:12,357 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:37:12,357 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:37:12,357 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:37:12,357 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:37:12,357 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:37:12,357 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:37:12,357 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:12,357 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:12,357 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:37:12,357 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:37:12,358 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:37:12,358 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:37:12,358 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:37:12,358 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:37:12,358 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:37:12,358 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:37:12,358 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:37:12,358 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:37:12,358 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:37:12,358 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:37:12,358 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:37:12,358 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:37:12,358 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:37:12,358 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:37:12,359 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:37:12,359 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:37:12,359 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:37:12,359 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:37:12,359 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:37:12,359 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:37:12,359 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:37:12,359 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:37:12,359 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:37:12,359 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:37:12,359 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:37:12,359 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:37:12,359 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:37:12,360 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:37:12,360 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:37:12,362 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:37:12,365 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:37:12,368 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:37:12,371 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:37:12,371 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:37:12,374 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:37:12,374 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 0x7f4d6f1f3db0> 2024-03-01 17:37:12,374 INFO blivet/MainThread: sorting actions... 2024-03-01 17:37:12,410 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:37:12,410 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:37:12,411 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:37:12,411 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:37:12,411 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:37:12,412 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:37:12,412 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:37:12,412 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:37:12,413 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:37:12,413 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:37:12,414 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:37:12,414 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:37:12,414 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:37:12,415 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:37:12,415 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:37:12,415 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:37:12,416 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:37:12,417 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:37:12,417 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:37:12,417 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:37:12,418 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:37:12,418 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:37:12,419 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:37:12,419 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:37:12,420 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:37:12,420 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:37:12,420 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:37:12,421 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:37:12,421 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:37:12,422 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:37:12,422 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:37:12,423 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:37:12,423 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:37:12,423 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:37:12,424 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:37:12,424 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:37:12,425 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:37:12,425 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:12,426 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:12,426 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:37:12,429 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:12,432 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 17:37:12,432 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 17:37:12,441 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,441 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,469 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,470 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,482 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,483 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:37:12,487 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:12,490 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 17:37:12,490 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 17:37:12,497 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,497 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,523 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,524 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,536 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,537 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:37:12,541 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:12,544 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 17:37:12,544 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 17:37:12,550 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,550 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,581 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,582 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,594 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,595 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:37:12,599 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:12,602 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 17:37:12,602 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 17:37:12,608 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,608 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,635 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,636 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,646 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,647 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:37:12,651 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:12,654 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 17:37:12,654 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 17:37:12,660 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,660 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,689 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,690 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,700 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,701 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:37:12,705 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:12,708 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 17:37:12,708 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 17:37:12,714 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,714 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,741 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,742 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,754 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,755 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:37:12,759 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:12,762 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 17:37:12,762 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 17:37:12,769 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,770 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,798 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,799 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,809 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,810 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:37:12,814 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:12,817 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:37:12,817 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:37:12,823 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,823 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,851 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,852 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,863 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,864 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:37:12,868 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:12,871 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:37:12,871 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:37:12,877 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,877 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,908 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,909 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,921 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,922 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:37:12,926 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:37:12,929 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:37:12,929 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:37:12,935 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,935 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,964 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,965 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:12,975 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:12,976 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:37:12,980 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:12,983 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:37:12,986 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:37:12,986 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:37:12,987 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:37:13,023 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 17:37:13,024 INFO program/MainThread: stderr[5]: 2024-03-01 17:37:13,024 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:37:13,024 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,040 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,044 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:37:13,045 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:37:13,046 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 17:37:13,055 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,055 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,077 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,077 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:37:13,082 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,085 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,088 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,088 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:37:13,088 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:37:13,124 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 17:37:13,124 INFO program/MainThread: stderr[6]: 2024-03-01 17:37:13,124 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:37:13,124 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,137 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,141 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:37:13,141 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:37:13,143 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 17:37:13,151 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,152 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,173 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,173 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:37:13,177 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,181 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,184 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,184 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:37:13,184 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:37:13,214 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 17:37:13,215 INFO program/MainThread: stderr[7]: 2024-03-01 17:37:13,215 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:37:13,215 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,231 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,235 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:37:13,236 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:37:13,237 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 17:37:13,246 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,246 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,268 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,269 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:37:13,273 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,276 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,279 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,279 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:37:13,279 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:37:13,309 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 17:37:13,310 INFO program/MainThread: stderr[8]: 2024-03-01 17:37:13,310 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:37:13,310 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,330 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,334 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:37:13,335 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:37:13,336 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 17:37:13,345 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,345 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,368 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,369 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:37:13,373 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 17:37:13,376 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:37:13,379 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,382 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,386 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,389 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,392 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,395 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,398 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,401 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,404 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 17:37:13,404 INFO program/MainThread: Running [9] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:13,472 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 17:37:13,472 INFO program/MainThread: stderr[9]: 2024-03-01 17:37:13,472 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:37:13,481 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:37:13,487 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:37:13,499 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,504 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,511 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,518 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,524 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,530 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,537 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,541 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,542 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,552 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,557 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:37:13,560 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:37:13,560 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,571 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,572 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 17:37:13,580 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,580 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,590 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,590 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:37:13,595 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 17:37:13,598 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 17:37:13,601 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:37:13,605 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:37:13,609 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,612 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,616 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,619 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,623 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,626 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,630 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,633 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:37:13,633 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,644 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,649 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:37:13,649 INFO program/MainThread: Running [10] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:13,675 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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:37:13,676 INFO program/MainThread: stderr[10]: 2024-03-01 17:37:13,676 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:37:13,680 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 17:37:13,681 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:13,768 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 17:37:13,768 INFO program/MainThread: stderr[11]: 2024-03-01 17:37:13,768 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:37:13,777 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,784 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:37:13,784 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:37:13,784 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,827 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,832 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:37:13,833 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:37:13,833 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:37:13,843 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,843 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,856 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,856 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:37:13,861 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,864 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:37:13,867 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 17:37:13,867 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 17:37:13,883 INFO program/MainThread: stdout: 2024-03-01 17:37:13,884 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:37:13,884 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:37:13,884 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:37:13,884 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:37:13,884 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:37:13,884 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:37:13,884 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:37:13,884 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:37:13,884 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:37:13,884 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:37:13,884 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,885 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 17:37:13,898 INFO program/MainThread: stdout: 2024-03-01 17:37:13,899 INFO program/MainThread: writing all SBs 2024-03-01 17:37:13,899 INFO program/MainThread: new label = "" 2024-03-01 17:37:13,899 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,899 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,913 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,917 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:37:13,918 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:37:13,919 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:37:13,927 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,928 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:13,941 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:13,941 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:37:13,946 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 17:37:13,950 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 17:37:13,953 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:13,954 INFO program/MainThread: Running [12] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:13,979 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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:37:13,979 INFO program/MainThread: stderr[12]: 2024-03-01 17:37:13,979 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:37:13,984 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 17:37:13,984 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:14,068 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 17:37:14,068 INFO program/MainThread: stderr[13]: 2024-03-01 17:37:14,068 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:37:14,076 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:14,083 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:37:14,084 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:37:14,084 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:14,127 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,132 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:37:14,133 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:37:14,134 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:37:14,144 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,144 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:14,161 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,161 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:37:14,166 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:14,169 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:37:14,172 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 17:37:14,172 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 17:37:14,188 INFO program/MainThread: stdout: 2024-03-01 17:37:14,189 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:37:14,189 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:37:14,189 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:37:14,189 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:37:14,189 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:37:14,189 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:37:14,189 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:37:14,189 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:37:14,189 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:37:14,189 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:37:14,189 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,190 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 17:37:14,203 INFO program/MainThread: stdout: 2024-03-01 17:37:14,203 INFO program/MainThread: writing all SBs 2024-03-01 17:37:14,203 INFO program/MainThread: new label = "" 2024-03-01 17:37:14,203 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,203 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:14,217 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,221 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:37:14,222 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:37:14,223 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:37:14,232 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,232 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:14,247 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,247 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:37:14,251 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 17:37:14,255 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 17:37:14,258 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:14,258 INFO program/MainThread: Running [14] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:14,286 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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:37:14,286 INFO program/MainThread: stderr[14]: 2024-03-01 17:37:14,286 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:37:14,291 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 17:37:14,291 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:14,379 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 17:37:14,379 INFO program/MainThread: stderr[15]: 2024-03-01 17:37:14,379 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:37:14,387 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:14,394 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:37:14,395 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:37:14,395 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:14,433 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,438 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:37:14,439 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:37:14,440 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:37:14,448 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,449 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:14,464 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,464 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:37:14,469 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:14,472 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:37:14,475 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 17:37:14,475 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 17:37:14,492 INFO program/MainThread: stdout: 2024-03-01 17:37:14,492 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 17:37:14,493 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:37:14,493 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:37:14,493 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:37:14,493 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 17:37:14,493 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:37:14,493 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:37:14,493 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 17:37:14,493 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:37:14,493 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:37:14,493 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,494 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 17:37:14,506 INFO program/MainThread: stdout: 2024-03-01 17:37:14,506 INFO program/MainThread: writing all SBs 2024-03-01 17:37:14,507 INFO program/MainThread: new label = "" 2024-03-01 17:37:14,507 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,507 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:14,523 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,527 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:37:14,528 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:37:14,529 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:37:14,538 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,538 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:14,552 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,552 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:37:14,557 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 17:37:14,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 17:37:14,563 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:14,564 INFO program/MainThread: Running [16] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:14,589 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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:37:14,589 INFO program/MainThread: stderr[16]: 2024-03-01 17:37:14,590 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:37:14,594 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 17:37:14,594 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:14,689 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 17:37:14,690 INFO program/MainThread: stderr[17]: 2024-03-01 17:37:14,690 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:37:14,698 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:14,706 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:37:14,706 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:37:14,706 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:14,742 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,747 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:37:14,748 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:37:14,748 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:37:14,758 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,758 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:14,772 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,772 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:37:14,777 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:14,780 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:37:14,783 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 17:37:14,783 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 17:37:14,814 INFO program/MainThread: stdout: 2024-03-01 17:37:14,814 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 17:37:14,814 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:37:14,815 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:37:14,815 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:37:14,815 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 17:37:14,815 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:37:14,815 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:37:14,815 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:37:14,815 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:37:14,815 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:37:14,815 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,816 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 17:37:14,830 INFO program/MainThread: stdout: 2024-03-01 17:37:14,830 INFO program/MainThread: writing all SBs 2024-03-01 17:37:14,830 INFO program/MainThread: new label = "" 2024-03-01 17:37:14,830 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,830 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:14,846 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,850 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:37:14,851 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:37:14,852 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:37:14,861 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,861 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:14,877 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,877 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:37:14,882 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:14,885 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:37:14,888 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:37:14,888 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:37:14,888 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:37:14,920 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 17:37:14,920 INFO program/MainThread: stderr[18]: 2024-03-01 17:37:14,920 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:37:14,920 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:14,942 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,946 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:37:14,947 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:37:14,948 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 17:37:14,957 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,958 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:14,981 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:14,981 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:37:14,986 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:14,989 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:37:14,992 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:37:14,992 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:37:14,992 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:37:15,024 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 17:37:15,024 INFO program/MainThread: stderr[19]: 2024-03-01 17:37:15,024 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:37:15,024 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,043 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,048 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:37:15,048 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:37:15,049 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 17:37:15,059 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,059 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,081 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,082 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:37:15,086 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:15,089 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:37:15,092 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:37:15,092 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:37:15,092 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:37:15,128 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 17:37:15,128 INFO program/MainThread: stderr[20]: 2024-03-01 17:37:15,129 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:37:15,129 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,147 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,151 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:37:15,151 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:37:15,153 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 17:37:15,161 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,162 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,184 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,184 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:37:15,188 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 17:37:15,192 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:37:15,195 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:15,198 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:37:15,201 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:15,204 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:37:15,208 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:15,211 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:37:15,214 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 17:37:15,214 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:15,272 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 17:37:15,272 INFO program/MainThread: stderr[21]: 2024-03-01 17:37:15,272 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:37:15,280 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:37:15,286 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:37:15,291 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:15,295 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:37:15,301 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:15,308 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:37:15,314 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:15,321 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:37:15,321 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,336 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,341 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:37:15,344 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:37:15,344 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,357 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,358 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 17:37:15,366 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,366 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,377 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,378 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:37:15,382 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 17:37:15,385 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 17:37:15,389 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:37:15,392 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:37:15,396 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:15,399 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:37:15,403 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:15,406 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:37:15,409 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:15,413 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:37:15,413 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,424 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,429 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:37:15,429 INFO program/MainThread: Running [22] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:15,458 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:37:15,458 INFO program/MainThread: stderr[22]: 2024-03-01 17:37:15,459 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:37:15,463 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 17:37:15,463 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:15,537 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 17:37:15,537 INFO program/MainThread: stderr[23]: 2024-03-01 17:37:15,537 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:37:15,546 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:15,552 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:37:15,552 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:37:15,553 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,591 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,596 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:37:15,597 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:37:15,598 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:37:15,607 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,607 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,622 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,623 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:37:15,627 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:15,630 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:37:15,633 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 17:37:15,633 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 17:37:15,650 INFO program/MainThread: stdout: 2024-03-01 17:37:15,650 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 17:37:15,650 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:37:15,650 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:37:15,651 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:37:15,651 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 17:37:15,651 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:37:15,651 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:37:15,651 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:37:15,651 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:37:15,651 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:37:15,651 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,651 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 17:37:15,665 INFO program/MainThread: stdout: 2024-03-01 17:37:15,665 INFO program/MainThread: writing all SBs 2024-03-01 17:37:15,665 INFO program/MainThread: new label = "" 2024-03-01 17:37:15,665 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,665 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,681 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,685 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:37:15,686 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:37:15,687 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:37:15,696 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,696 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,710 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,710 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:37:15,715 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 17:37:15,718 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 17:37:15,721 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:15,722 INFO program/MainThread: Running [24] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:15,747 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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:37:15,747 INFO program/MainThread: stderr[24]: 2024-03-01 17:37:15,747 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:37:15,752 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 17:37:15,752 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:15,840 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 17:37:15,840 INFO program/MainThread: stderr[25]: 2024-03-01 17:37:15,840 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:37:15,848 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:15,855 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:37:15,855 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:37:15,855 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,882 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,887 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:37:15,887 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:37:15,888 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:37:15,897 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,897 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,911 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,911 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:37:15,916 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:15,919 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:37:15,922 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 17:37:15,922 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 17:37:15,940 INFO program/MainThread: stdout: 2024-03-01 17:37:15,940 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 17:37:15,940 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:37:15,940 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:37:15,940 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:37:15,940 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 17:37:15,940 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:37:15,941 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:37:15,941 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:37:15,941 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:37:15,941 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:37:15,941 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,941 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 17:37:15,955 INFO program/MainThread: stdout: 2024-03-01 17:37:15,955 INFO program/MainThread: writing all SBs 2024-03-01 17:37:15,955 INFO program/MainThread: new label = "" 2024-03-01 17:37:15,955 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,956 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,970 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,974 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:37:15,975 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:37:15,976 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:37:15,985 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,985 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:15,999 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:15,999 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:37:16,004 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,007 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:37:16,010 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:37:16,010 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:37:16,010 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:37:16,044 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:37:16,044 INFO program/MainThread: stderr[26]: 2024-03-01 17:37:16,044 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:37:16,044 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:16,065 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,069 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:37:16,070 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:37:16,071 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:37:16,080 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,080 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:16,102 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,102 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:37:16,106 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,109 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:37:16,112 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:37:16,113 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:37:16,113 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:37:16,145 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:37:16,146 INFO program/MainThread: stderr[27]: 2024-03-01 17:37:16,146 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:37:16,146 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:16,164 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,168 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:37:16,169 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:37:16,170 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:37:16,179 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,180 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:16,201 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,201 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:37:16,205 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,208 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:37:16,211 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:37:16,212 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:37:16,212 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:37:16,246 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:37:16,246 INFO program/MainThread: stderr[28]: 2024-03-01 17:37:16,246 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:37:16,246 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:16,266 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,270 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:37:16,271 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:37:16,272 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:37:16,281 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,281 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:16,302 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,302 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:37:16,306 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:37:16,309 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:37:16,313 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,316 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:37:16,319 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,322 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:37:16,325 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,329 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:37:16,331 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:37:16,332 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:16,392 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 17:37:16,392 INFO program/MainThread: stderr[29]: 2024-03-01 17:37:16,393 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:37:16,401 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:37:16,407 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:37:16,412 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,419 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:37:16,426 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,432 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:37:16,438 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,445 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:37:16,445 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:16,457 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,462 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:37:16,465 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:37:16,465 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:16,475 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,476 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:37:16,484 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,484 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:16,493 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,494 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:37:16,498 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 17:37:16,501 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 17:37:16,504 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:37:16,508 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:37:16,512 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,515 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:37:16,518 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,522 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:37:16,525 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,529 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:37:16,529 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:16,541 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,546 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:37:16,546 INFO program/MainThread: Running [30] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:16,574 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:37:16,574 INFO program/MainThread: stderr[30]: 2024-03-01 17:37:16,574 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:37:16,579 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 17:37:16,579 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:16,665 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 17:37:16,665 INFO program/MainThread: stderr[31]: 2024-03-01 17:37:16,665 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:37:16,673 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,682 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:37:16,682 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:37:16,682 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:16,709 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,714 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:37:16,715 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:37:16,715 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:37:16,725 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,725 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:16,741 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,741 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:37:16,746 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,749 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:37:16,753 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 17:37:16,753 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 17:37:16,777 INFO program/MainThread: stdout: 2024-03-01 17:37:16,777 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:37:16,777 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:37:16,777 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:37:16,777 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:37:16,777 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:37:16,777 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:37:16,777 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:37:16,778 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:37:16,778 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:37:16,778 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:37:16,778 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,778 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 17:37:16,791 INFO program/MainThread: stdout: 2024-03-01 17:37:16,791 INFO program/MainThread: writing all SBs 2024-03-01 17:37:16,791 INFO program/MainThread: new label = "" 2024-03-01 17:37:16,791 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,791 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:16,805 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:37:16,810 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:37:16,811 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:37:16,819 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,820 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:16,833 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:16,833 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:16,838 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:37:16,841 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:37:16,844 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,845 INFO program/MainThread: Running [32] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:16,870 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=1589641216 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=379 LVM2_PV_COUNT=3 2024-03-01 17:37:16,871 INFO program/MainThread: stderr[32]: 2024-03-01 17:37:16,871 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:37:16,875 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:37:16,875 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sdc$|","a|/dev/sdi$|","a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdh$|","a|/dev/sdj$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:16,956 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 17:37:16,956 INFO program/MainThread: stderr[33]: 2024-03-01 17:37:16,956 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:37:16,964 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:16,971 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:37:16,972 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:37:16,972 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:17,003 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:17,008 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:37:17,009 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:37:17,009 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:37:17,019 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:17,019 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:17,033 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:17,033 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:37:17,038 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:17,041 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:37:17,044 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:37:17,045 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:37:17,062 INFO program/MainThread: stdout: 2024-03-01 17:37:17,062 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 17:37:17,062 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:37:17,062 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:37:17,062 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:37:17,062 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 17:37:17,062 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:37:17,062 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:37:17,063 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:37:17,063 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:37:17,063 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:37:17,063 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:17,063 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:37:17,075 INFO program/MainThread: stdout: 2024-03-01 17:37:17,075 INFO program/MainThread: writing all SBs 2024-03-01 17:37:17,075 INFO program/MainThread: new label = "" 2024-03-01 17:37:17,075 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:17,075 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:17,090 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:17,095 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:37:17,095 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:37:17,096 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:37:17,105 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:17,105 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:17,119 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:17,125 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:37:17,125 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 0x7f4d6f2090f8> 2024-03-01 17:37:17,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,132 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:37:17,132 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:37:17,136 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,139 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:37:17,139 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:37:17,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,145 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:37:17,146 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:37:17,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,152 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:37:17,152 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:37:17,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,158 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:37:17,158 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:37:17,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,164 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:37:17,165 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:37:17,168 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,171 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:37:17,171 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:37:17,174 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,177 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:37:17,177 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:37:17,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,183 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:37:17,184 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:37:17,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,190 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:37:17,190 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:37:17,193 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,196 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:37:17,196 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:37:17,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,202 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:37:17,202 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:37:17,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,208 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:37:17,208 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:37:17,211 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,214 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:37:17,214 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:37:17,217 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,220 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:37:17,220 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:37:17,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:17,226 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:37:17,226 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:37:47,291 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_avhow94l/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:37:47,327 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:47,327 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:37:47,330 INFO program/MainThread: stdout[2]: 2024-03-01 17:37:47,331 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:37:47,331 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:37:47,331 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:37:47,335 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,336 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:37:47,339 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:47,339 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:37:47,342 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:47,343 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:37:47,346 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:47,346 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:37:47,357 INFO program/MainThread: stdout: 2024-03-01 17:37:47,357 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:37:47,357 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 2024-03-01 17:37:47,357 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3d8f7f72-6f48-4b92-9d31-4b123dd4398a 2024-03-01 17:37:47,357 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L 2024-03-01 17:37:47,357 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3d8f7f72-6f48-4b92-9d31-4b123dd4398a 2024-03-01 17:37:47,357 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs bf4aae2a-1f8e-4648-9f35-492dfa265e5d 2024-03-01 17:37:47,357 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 2024-03-01 17:37:47,357 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 2024-03-01 17:37:47,357 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs fc8e3f6c-53fd-4ce7-949b-69d2e410d795 2024-03-01 17:37:47,357 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs df30783e-2406-4ac2-beb6-1e431b933ece 2024-03-01 17:37:47,357 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 2024-03-01 17:37:47,357 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp 2024-03-01 17:37:47,357 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht 2024-03-01 17:37:47,357 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 717416f1-4beb-40b4-9391-b94b0b0aafa5 2024-03-01 17:37:47,357 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs c2ff0412-6109-4b8d-a4ca-cfd75f690330 2024-03-01 17:37:47,357 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d 2024-03-01 17:37:47,357 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI 2024-03-01 17:37:47,357 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d 2024-03-01 17:37:47,357 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 2024-03-01 17:37:47,357 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 850ca96d-9473-454e-8dbb-10ed8309f0e1 2024-03-01 17:37:47,357 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd 2024-03-01 17:37:47,358 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 850ca96d-9473-454e-8dbb-10ed8309f0e1 2024-03-01 17:37:47,358 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:37:47,358 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:37:47,358 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:37:47,358 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:37:47,358 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,358 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3d8f7f72-6f48-4b92-9d31-4b123dd4398a sdb 1073741824 root disk brw-rw---- LVM2_member FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3d8f7f72-6f48-4b92-9d31-4b123dd4398a `-test_vg1-lv1 482344960 root disk brw-rw---- xfs bf4aae2a-1f8e-4648-9f35-492dfa265e5d sdc 1073741824 root disk brw-rw---- LVM2_member TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 sdd 1073741824 root disk brw-rw---- LVM2_member eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 |-test_vg2-lv4 641728512 root disk brw-rw---- xfs fc8e3f6c-53fd-4ce7-949b-69d2e410d795 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs df30783e-2406-4ac2-beb6-1e431b933ece sde 1073741824 root disk brw-rw---- LVM2_member o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 sdf 1073741824 root disk brw-rw---- LVM2_member ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp sdg 1073741824 root disk brw-rw---- LVM2_member SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 717416f1-4beb-40b4-9391-b94b0b0aafa5 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs c2ff0412-6109-4b8d-a4ca-cfd75f690330 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d sdh 1073741824 root disk brw-rw---- LVM2_member 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d sdi 1073741824 root disk brw-rw---- LVM2_member jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 850ca96d-9473-454e-8dbb-10ed8309f0e1 sdj 1073741824 root disk brw-rw---- LVM2_member mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 850ca96d-9473-454e-8dbb-10ed8309f0e1 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:37:47,358 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:47,358 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:47,358 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:37:47,358 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:47,359 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:37:47,359 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:37:47,359 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:47,372 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:47,387 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:37:47,391 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/lvm-pv-uuid-P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 ' '/dev/disk/by-id/scsi-3600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/wwn-0x600140570412c03b8b248d989a3e23cf', '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': 'P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6', 'ID_FS_UUID_ENC': 'P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6', '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': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'ID_SERIAL': '3600140570412c03b8b248d989a3e23cf', 'ID_SERIAL_SHORT': '600140570412c03b8b248d989a3e23cf', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570412c03b', 'ID_WWN_VENDOR_EXTENSION': '0x8b248d989a3e23cf', 'ID_WWN_WITH_EXTENSION': '0x600140570412c03b8b248d989a3e23cf', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570412c03b8b248d989a3e23cf', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517695292'} ; 2024-03-01 17:37:47,391 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:37:47,392 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:47,422 INFO program/MainThread: stdout[3]: 2024-03-01 17:37:47,422 INFO program/MainThread: stderr[3]: 2024-03-01 17:37:47,422 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:37:47,427 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:47,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:47,435 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:37:47,440 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:37:47,440 INFO blivet/MainThread: sda is a disk 2024-03-01 17:37:47,441 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:37:47,441 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:37:47,444 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:37:47,448 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:37:47,448 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:37:47,451 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:37:47,452 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:37:47,452 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:37:47,452 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8b23eacc0) -- 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 = 600140570412c03b8b248d989a3e23cf 2024-03-01 17:37:47,456 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:37:47,460 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:47,460 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:37:47,463 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:47,463 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:37:47,467 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:47,467 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:37:47,470 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:47,470 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:37:47,473 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:37:47,474 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:37:47,474 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:47,502 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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:37:47,503 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L. WARNING: Couldn't find device with uuid TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8. WARNING: VG test_vg1 is missing PV FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 (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:37:47,503 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:37:47,503 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:37:47,507 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 ; label: None ; device: /dev/sda ; serial: 3600140570412c03b8b248d989a3e23cf ; exists: True ; vg_name: test_vg1 ; vg_uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; pe_start: 8 MiB ; 2024-03-01 17:37:47,508 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:37:47,511 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:37:47,514 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; incomplete: True ; hidden: False ; 2024-03-01 17:37:47,517 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:47,520 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:47,524 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:47,524 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:47,555 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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:37:47,555 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L. WARNING: Couldn't find device with uuid TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8. WARNING: VG test_vg1 is missing PV FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 (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:37:47,555 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:37:47,556 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:37:47,556 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:37:47,563 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:37:47,567 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:37:47,567 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:37:47,570 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:37:47,571 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:47,597 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:37:47,597 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L. WARNING: Couldn't find device with uuid TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8. WARNING: VG test_vg1 is missing PV FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 (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:37:47,597 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:37:47,602 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:37:47,603 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:37:47,606 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:37:47,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; incomplete: True ; hidden: False ; 2024-03-01 17:37:47,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:37:47,613 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:37:47,613 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:47,616 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/lvm-pv-uuid-FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L ' '/dev/disk/by-id/wwn-0x6001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/scsi-36001405a766a6cdffaf44c68ec1f86ad', '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': 'FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L', 'ID_FS_UUID_ENC': 'FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L', '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': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'ID_SERIAL': '36001405a766a6cdffaf44c68ec1f86ad', 'ID_SERIAL_SHORT': '6001405a766a6cdffaf44c68ec1f86ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a766a6cdf', 'ID_WWN_VENDOR_EXTENSION': '0xfaf44c68ec1f86ad', 'ID_WWN_WITH_EXTENSION': '0x6001405a766a6cdffaf44c68ec1f86ad', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a766a6cdffaf44c68ec1f86ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517722648'} ; 2024-03-01 17:37:47,617 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:37:47,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:37:47,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:47,627 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:37:47,627 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:37:47,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:37:47,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:37:47,631 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:37:47,634 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:37:47,634 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:37:47,638 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:37:47,638 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:37:47,638 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:37:47,638 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8b1258358) -- 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 = 6001405a766a6cdffaf44c68ec1f86ad 2024-03-01 17:37:47,642 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:37:47,645 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:47,646 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:37:47,649 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:47,649 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:37:47,652 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:47,652 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:37:47,656 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:47,656 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:37:47,659 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:37:47,659 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:37:47,659 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:37:47,687 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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:37:47,688 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8. WARNING: VG test_vg1 is missing PV TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 (last written to /dev/sdc). 2024-03-01 17:37:47,688 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:37:47,688 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:37:47,692 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L ; label: None ; device: /dev/sdb ; serial: 36001405a766a6cdffaf44c68ec1f86ad ; exists: True ; vg_name: test_vg1 ; vg_uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:37:47,692 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:37:47,696 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:37:47,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; incomplete: True ; hidden: False ; 2024-03-01 17:37:47,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:37:47,706 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:37:47,709 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:37:47,712 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:37:47,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; incomplete: True ; hidden: False ; 2024-03-01 17:37:47,718 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:47,719 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:37:47,744 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:37:47,744 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8. WARNING: VG test_vg1 is missing PV TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 (last written to /dev/sdc). 2024-03-01 17:37:47,744 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:37:47,745 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:37:47,745 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:47,749 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/wwn-0x6001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/scsi-36001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', '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': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'ID_SERIAL': '36001405fb406ddb3a264dc7a3da0115b', 'ID_SERIAL_SHORT': '6001405fb406ddb3a264dc7a3da0115b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb406ddb3', 'ID_WWN_VENDOR_EXTENSION': '0xa264dc7a3da0115b', 'ID_WWN_WITH_EXTENSION': '0x6001405fb406ddb3a264dc7a3da0115b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb406ddb3a264dc7a3da0115b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518467710'} ; 2024-03-01 17:37:47,750 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:37:47,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:37:47,756 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:47,760 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:37:47,761 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:37:47,761 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:37:47,761 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:37:47,764 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:37:47,767 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:37:47,768 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:37:47,771 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:37:47,771 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:37:47,772 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:37:47,772 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8b1258518) -- 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 = 6001405fb406ddb3a264dc7a3da0115b 2024-03-01 17:37:47,775 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:37:47,775 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:37:47,779 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/wwn-0x60014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/scsi-360014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5002d72f-3395-4a3e-b4b6-255a21e67613', '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': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'ID_SERIAL': '360014055002d72f33954a3eb4b6255a2', 'ID_SERIAL_SHORT': '60014055002d72f33954a3eb4b6255a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055002d72f3', 'ID_WWN_VENDOR_EXTENSION': '0x3954a3eb4b6255a2', 'ID_WWN_WITH_EXTENSION': '0x60014055002d72f33954a3eb4b6255a2', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055002d72f33954a3eb4b6255a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518574569'} ; 2024-03-01 17:37:47,779 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:37:47,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:37:47,785 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:47,789 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:37:47,790 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:37:47,790 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:37:47,790 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:37:47,793 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:37:47,797 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:37:47,797 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:37:47,800 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:37:47,800 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:37:47,801 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:37:47,801 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8b1265d30) -- 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 = 60014055002d72f33954a3eb4b6255a2 2024-03-01 17:37:47,804 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:37:47,804 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:37:47,808 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014053d1743e8b22f4a7b836611b7e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/wwn-0x60014053d1743e8b22f4a7b836611b7e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/lvm-pv-uuid-TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8', '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': 'TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8', 'ID_FS_UUID_ENC': 'TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8', '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': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'ID_SERIAL': '360014053d1743e8b22f4a7b836611b7e', 'ID_SERIAL_SHORT': '60014053d1743e8b22f4a7b836611b7e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053d1743e8b', 'ID_WWN_VENDOR_EXTENSION': '0x22f4a7b836611b7e', 'ID_WWN_WITH_EXTENSION': '0x60014053d1743e8b22f4a7b836611b7e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053d1743e8b22f4a7b836611b7e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517737874'} ; 2024-03-01 17:37:47,808 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:37:47,811 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:37:47,814 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:47,818 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:37:47,818 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:37:47,819 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:37:47,819 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:37:47,822 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:37:47,825 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:37:47,825 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:37:47,828 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:37:47,829 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:37:47,829 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:37:47,829 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8b126d320) -- 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 = 60014053d1743e8b22f4a7b836611b7e 2024-03-01 17:37:47,833 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:37:47,836 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:47,836 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:37:47,840 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:47,840 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:37:47,843 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:47,843 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:37:47,847 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:47,847 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:37:47,850 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:37:47,850 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:37:47,850 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:37:47,877 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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:37:47,877 INFO program/MainThread: stderr[9]: 2024-03-01 17:37:47,877 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:37:47,878 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:37:47,882 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 ; label: None ; device: /dev/sdc ; serial: 360014053d1743e8b22f4a7b836611b7e ; exists: True ; vg_name: test_vg1 ; vg_uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:37:47,882 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:37:47,886 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:37:47,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; incomplete: True ; hidden: False ; 2024-03-01 17:37:47,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:47,896 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:37:47,899 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:37:47,902 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:37:47,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; incomplete: True ; hidden: False ; 2024-03-01 17:37:47,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:47,909 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:37:47,939 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:37:47,939 INFO program/MainThread: stderr[10]: 2024-03-01 17:37:47,940 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:37:47,944 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:47,947 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:47,950 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:47,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:47,954 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:37:47,958 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:37:47,958 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:37:47,962 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:37:47,965 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:37:47,966 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:37:47,969 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:37:47,970 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:37:47,970 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:37:47,975 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:37:47,979 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:37:47,979 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:37:47,982 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:37:47,986 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:37:47,986 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:37:47,989 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:37:47,990 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:37:47,990 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:37:47,990 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:37:47,993 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:37:47,994 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:37:47,997 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:37:47,997 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:37:48,001 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/bf4aae2a-1f8e-4648-9f35-492dfa265e5d ' '/dev/disk/by-id/dm-uuid-LVM-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJsvbmkqRT1Yw9XunWeSxR0maHKBr36XF6 ' '/dev/mapper/test_vg1-lv1 /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-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJsvbmkqRT1Yw9XunWeSxR0maHKBr36XF6', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bf4aae2a-1f8e-4648-9f35-492dfa265e5d', 'ID_FS_UUID_ENC': 'bf4aae2a-1f8e-4648-9f35-492dfa265e5d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '978043973'} ; 2024-03-01 17:37:48,001 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:37:48,002 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:48,006 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:37:48,006 INFO program/MainThread: stderr[11]: 2024-03-01 17:37:48,006 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:37:48,006 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:48,009 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:37:48,009 INFO program/MainThread: stderr[12]: 2024-03-01 17:37:48,009 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:37:48,009 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:48,012 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:37:48,012 INFO program/MainThread: stderr[13]: 2024-03-01 17:37:48,013 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:37:48,017 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,020 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:37:48,023 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:48,024 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:37:48,024 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:48,025 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:37:48,021 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8b126df28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7fe8b12e6ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:37:48,025 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:48,029 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:37:48,029 INFO program/MainThread: stderr[14]: 2024-03-01 17:37:48,029 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:37:48,033 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:37:48,037 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:48,037 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:37:48,041 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:48,041 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:37:48,045 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,045 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:37:48,048 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,048 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:37:48,050 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:37:48,050 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:37:48,054 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:48,054 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:37:48,058 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:37:48,058 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:48,062 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:48,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,071 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:48,071 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:37:48,075 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:37:48,075 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:37:48,079 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:37:48,082 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:37:48,082 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:37:48,086 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:37:48,087 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:37:48,087 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:37:48,090 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:37:48,094 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:37:48,094 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:37:48,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:37:48,101 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:37:48,101 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:37:48,105 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:37:48,105 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:37:48,105 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:37:48,105 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:37:48,109 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:37:48,109 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:37:48,112 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:37:48,113 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:37:48,116 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJY7tjKm711Oy9Vc40v3Ye0K9gRCt9CGMm ' '/dev/disk/by-uuid/3d8f7f72-6f48-4b92-9d31-4b123dd4398a ' '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJY7tjKm711Oy9Vc40v3Ye0K9gRCt9CGMm', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3d8f7f72-6f48-4b92-9d31-4b123dd4398a', 'ID_FS_UUID_ENC': '3d8f7f72-6f48-4b92-9d31-4b123dd4398a', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '977744779'} ; 2024-03-01 17:37:48,116 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:37:48,117 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:37:48,121 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:37:48,121 INFO program/MainThread: stderr[15]: 2024-03-01 17:37:48,121 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:37:48,121 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:37:48,124 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:37:48,124 INFO program/MainThread: stderr[16]: 2024-03-01 17:37:48,124 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:37:48,124 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:37:48,127 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:37:48,128 INFO program/MainThread: stderr[17]: 2024-03-01 17:37:48,128 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:37:48,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,135 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:37:48,138 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:48,139 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:37:48,139 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:48,140 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:37:48,136 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8b126ddd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7fe8b12e6ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:37:48,141 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:37:48,144 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:37:48,144 INFO program/MainThread: stderr[18]: 2024-03-01 17:37:48,144 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:37:48,148 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:37:48,152 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:48,152 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:37:48,156 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:48,156 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:37:48,159 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,159 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:37:48,163 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,163 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:37:48,164 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:37:48,167 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:48,167 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:37:48,171 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:37:48,171 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:48,171 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:48,175 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/scsi-36001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/lvm-pv-uuid-eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6', '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': 'eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6', 'ID_FS_UUID_ENC': 'eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6', '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': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'ID_SERIAL': '36001405186e251afa3542ac8387e73fc', 'ID_SERIAL_SHORT': '6001405186e251afa3542ac8387e73fc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405186e251af', 'ID_WWN_VENDOR_EXTENSION': '0xa3542ac8387e73fc', 'ID_WWN_WITH_EXTENSION': '0x6001405186e251afa3542ac8387e73fc', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405186e251afa3542ac8387e73fc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517903506'} ; 2024-03-01 17:37:48,175 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:37:48,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:48,185 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:37:48,186 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:37:48,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:37:48,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:37:48,189 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:37:48,193 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:37:48,193 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:37:48,196 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:37:48,196 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:37:48,197 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:37:48,197 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8b127e0b8) -- 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 = 6001405186e251afa3542ac8387e73fc 2024-03-01 17:37:48,200 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:37:48,204 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:48,204 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:37:48,207 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:48,208 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:37:48,211 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,211 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:37:48,214 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,214 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:37:48,217 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:37:48,218 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:37:48,218 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:37:48,245 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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:37:48,245 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38. WARNING: Couldn't find device with uuid ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp. WARNING: VG test_vg2 is missing PV o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp (last written to /dev/sdf). 2024-03-01 17:37:48,245 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:37:48,246 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:37:48,250 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 ; label: None ; device: /dev/sdd ; serial: 36001405186e251afa3542ac8387e73fc ; exists: True ; vg_name: test_vg2 ; vg_uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:37:48,250 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:37:48,253 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:37:48,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; incomplete: True ; hidden: False ; 2024-03-01 17:37:48,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:48,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:48,266 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:37:48,293 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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:37:48,293 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38. WARNING: Couldn't find device with uuid ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp. WARNING: VG test_vg2 is missing PV o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp (last written to /dev/sdf). 2024-03-01 17:37:48,294 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:37:48,294 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:37:48,295 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:37:48,299 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:37:48,303 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:37:48,303 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:37:48,306 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:37:48,307 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:37:48,335 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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=TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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:37:48,335 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38. WARNING: Couldn't find device with uuid ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp. WARNING: VG test_vg2 is missing PV o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp (last written to /dev/sdf). 2024-03-01 17:37:48,336 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:37:48,340 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:37:48,341 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:37:48,344 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:37:48,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; incomplete: True ; hidden: False ; 2024-03-01 17:37:48,350 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:37:48,351 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:37:48,351 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:48,354 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 ' '/dev/disk/by-id/scsi-36001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/wwn-0x6001405c36e94bdfb744081a90a92ca0', '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': 'o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38', 'ID_FS_UUID_ENC': 'o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38', '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': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'ID_SERIAL': '36001405c36e94bdfb744081a90a92ca0', 'ID_SERIAL_SHORT': '6001405c36e94bdfb744081a90a92ca0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c36e94bdf', 'ID_WWN_VENDOR_EXTENSION': '0xb744081a90a92ca0', 'ID_WWN_WITH_EXTENSION': '0x6001405c36e94bdfb744081a90a92ca0', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c36e94bdfb744081a90a92ca0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517954946'} ; 2024-03-01 17:37:48,354 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:37:48,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,361 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:48,365 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:37:48,366 INFO blivet/MainThread: sde is a disk 2024-03-01 17:37:48,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:37:48,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:37:48,369 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:37:48,373 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:37:48,373 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:37:48,376 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:37:48,377 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:37:48,377 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:37:48,377 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8b12877f0) -- 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 = 6001405c36e94bdfb744081a90a92ca0 2024-03-01 17:37:48,381 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:37:48,384 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:48,384 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:37:48,387 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:48,388 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:37:48,391 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,391 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:37:48,394 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,394 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:37:48,398 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:37:48,398 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:37:48,398 INFO program/MainThread: Running [22] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:48,425 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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:37:48,425 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp. WARNING: VG test_vg2 is missing PV ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp (last written to /dev/sdf). 2024-03-01 17:37:48,425 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:37:48,426 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:37:48,430 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 ; label: None ; device: /dev/sde ; serial: 36001405c36e94bdfb744081a90a92ca0 ; exists: True ; vg_name: test_vg2 ; vg_uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:37:48,430 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:37:48,433 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:37:48,437 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; incomplete: True ; hidden: False ; 2024-03-01 17:37:48,440 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:37:48,444 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:37:48,447 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:37:48,450 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:37:48,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; incomplete: True ; hidden: False ; 2024-03-01 17:37:48,456 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:37:48,457 INFO program/MainThread: Running [23] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:48,485 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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=TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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:37:48,485 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp. WARNING: VG test_vg2 is missing PV ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp (last written to /dev/sdf). 2024-03-01 17:37:48,485 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:37:48,486 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:37:48,486 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:48,491 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/scsi-36001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/lvm-pv-uuid-ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp ' '/dev/disk/by-id/wwn-0x6001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_e81c340f-a4c4-46bc-905c-9610ad999d1d', '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': 'ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp', 'ID_FS_UUID_ENC': 'ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp', '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': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'ID_SERIAL': '36001405e81c340fa4c446bc905c9610a', 'ID_SERIAL_SHORT': '6001405e81c340fa4c446bc905c9610a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81c340fa', 'ID_WWN_VENDOR_EXTENSION': '0x4c446bc905c9610a', 'ID_WWN_WITH_EXTENSION': '0x6001405e81c340fa4c446bc905c9610a', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81c340fa4c446bc905c9610a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518047959'} ; 2024-03-01 17:37:48,491 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:37:48,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,498 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:48,502 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:37:48,502 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:37:48,502 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:37:48,503 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:37:48,506 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:37:48,509 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:37:48,509 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:37:48,513 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:37:48,513 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:37:48,514 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:37:48,514 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8b1287710) -- 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 = 6001405e81c340fa4c446bc905c9610a 2024-03-01 17:37:48,517 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:37:48,521 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:48,521 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:37:48,524 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:48,524 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:37:48,528 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,528 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:37:48,531 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,531 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:37:48,534 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:37:48,534 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:37:48,534 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:48,565 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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:37:48,565 INFO program/MainThread: stderr[24]: 2024-03-01 17:37:48,565 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:37:48,566 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:37:48,570 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp ; label: None ; device: /dev/sdf ; serial: 36001405e81c340fa4c446bc905c9610a ; exists: True ; vg_name: test_vg2 ; vg_uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:37:48,570 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:37:48,573 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:37:48,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; incomplete: True ; hidden: False ; 2024-03-01 17:37:48,580 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:37:48,584 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:37:48,587 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:37:48,590 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:37:48,593 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; incomplete: True ; hidden: False ; 2024-03-01 17:37:48,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:37:48,597 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:48,624 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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=TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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:37:48,624 INFO program/MainThread: stderr[25]: 2024-03-01 17:37:48,624 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:37:48,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:48,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:48,639 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:37:48,643 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:37:48,643 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:37:48,646 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:37:48,650 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:37:48,650 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:37:48,654 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:37:48,654 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:37:48,655 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:37:48,658 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:37:48,662 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:37:48,662 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:37:48,665 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:37:48,669 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:37:48,669 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:37:48,673 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:37:48,673 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:37:48,673 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:37:48,673 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:37:48,677 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:37:48,677 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:37:48,680 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:37:48,681 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:37:48,684 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/test_vg2/lv3 ' '/dev/disk/by-id/dm-uuid-LVM-HZlY0th47B3h80yCrumkbA1frvZzefQ8Bz0MjOLFnU6etryjNYZ1jYqfyJ1PMKVw ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-uuid/df30783e-2406-4ac2-beb6-1e431b933ece ' '/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-HZlY0th47B3h80yCrumkbA1frvZzefQ8Bz0MjOLFnU6etryjNYZ1jYqfyJ1PMKVw', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'df30783e-2406-4ac2-beb6-1e431b933ece', 'ID_FS_UUID_ENC': 'df30783e-2406-4ac2-beb6-1e431b933ece', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '976924391'} ; 2024-03-01 17:37:48,684 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:37:48,685 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:37:48,689 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:37:48,689 INFO program/MainThread: stderr[26]: 2024-03-01 17:37:48,689 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:37:48,689 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:37:48,692 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:37:48,692 INFO program/MainThread: stderr[27]: 2024-03-01 17:37:48,692 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:37:48,692 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:37:48,695 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:37:48,695 INFO program/MainThread: stderr[28]: 2024-03-01 17:37:48,696 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:37:48,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,704 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:37:48,706 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:37:48,707 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:37:48,707 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:37:48,708 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:37:48,704 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8b128ef60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7fe8b1287518) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:37:48,708 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:37:48,712 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:37:48,712 INFO program/MainThread: stderr[29]: 2024-03-01 17:37:48,712 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:37:48,716 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:37:48,721 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:48,721 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:37:48,724 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:48,724 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:37:48,728 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,728 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:37:48,732 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,732 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:37:48,732 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:37:48,735 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:48,735 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:37:48,739 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:37:48,739 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:48,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,746 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:48,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,761 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:48,761 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:37:48,764 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:37:48,765 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:37:48,768 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:37:48,772 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:37:48,772 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:37:48,775 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:37:48,776 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:37:48,776 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:37:48,780 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:37:48,783 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:37:48,783 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:37:48,787 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:37:48,790 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:37:48,790 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:37:48,794 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:37:48,794 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:37:48,795 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:37:48,795 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:37:48,798 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:37:48,798 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:37:48,802 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:37:48,802 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:37:48,806 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/test_vg2/lv4 /dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/fc8e3f6c-53fd-4ce7-949b-69d2e410d795 ' '/dev/disk/by-id/dm-uuid-LVM-HZlY0th47B3h80yCrumkbA1frvZzefQ8TaJvhPFvuNcDaBw5hmOaqKyHWqr6fz2z', '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-HZlY0th47B3h80yCrumkbA1frvZzefQ8TaJvhPFvuNcDaBw5hmOaqKyHWqr6fz2z', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'fc8e3f6c-53fd-4ce7-949b-69d2e410d795', 'ID_FS_UUID_ENC': 'fc8e3f6c-53fd-4ce7-949b-69d2e410d795', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '976629615'} ; 2024-03-01 17:37:48,806 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:37:48,806 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:37:48,810 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:37:48,810 INFO program/MainThread: stderr[30]: 2024-03-01 17:37:48,810 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:37:48,810 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:37:48,814 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:37:48,814 INFO program/MainThread: stderr[31]: 2024-03-01 17:37:48,814 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:37:48,814 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:37:48,817 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:37:48,817 INFO program/MainThread: stderr[32]: 2024-03-01 17:37:48,817 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:37:48,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:37:48,828 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:37:48,829 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:37:48,829 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:37:48,830 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:37:48,826 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8c0305ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7fe8b1287518) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:37:48,831 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:37:48,834 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:37:48,834 INFO program/MainThread: stderr[33]: 2024-03-01 17:37:48,834 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:37:48,839 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:37:48,842 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:48,843 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:37:48,846 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:48,846 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:37:48,850 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,850 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:37:48,854 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,854 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:37:48,854 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:37:48,858 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:48,858 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:37:48,861 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:37:48,862 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:48,862 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:48,865 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/lvm-pv-uuid-SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht ' '/dev/disk/by-id/wwn-0x60014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/scsi-360014056d2cd68d87c04fab9da080392', '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': 'SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht', 'ID_FS_UUID_ENC': 'SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht', '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': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'ID_SERIAL': '360014056d2cd68d87c04fab9da080392', 'ID_SERIAL_SHORT': '60014056d2cd68d87c04fab9da080392', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d2cd68d8', 'ID_WWN_VENDOR_EXTENSION': '0x7c04fab9da080392', 'ID_WWN_WITH_EXTENSION': '0x60014056d2cd68d87c04fab9da080392', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d2cd68d87c04fab9da080392', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518046294'} ; 2024-03-01 17:37:48,865 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:37:48,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:48,877 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:37:48,877 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:37:48,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:37:48,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:37:48,881 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:37:48,884 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:37:48,884 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:37:48,887 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:37:48,888 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:37:48,888 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:37:48,888 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8b126d0b8) -- 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 = 60014056d2cd68d87c04fab9da080392 2024-03-01 17:37:48,892 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:37:48,895 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:48,895 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:37:48,899 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:48,899 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:37:48,902 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,902 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:37:48,906 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:48,906 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:37:48,909 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:37:48,909 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:37:48,909 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:48,936 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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:37:48,936 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI. WARNING: Couldn't find device with uuid jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2. WARNING: Couldn't find device with uuid mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd. WARNING: VG test_vg3 is missing PV 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd (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:37:48,936 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:37:48,937 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:37:48,941 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht ; label: None ; device: /dev/sdg ; serial: 360014056d2cd68d87c04fab9da080392 ; exists: True ; vg_name: test_vg3 ; vg_uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:37:48,941 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:37:48,945 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:37:48,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:37:48,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:48,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:48,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:48,958 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:48,988 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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:37:48,989 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI. WARNING: Couldn't find device with uuid jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2. WARNING: Couldn't find device with uuid mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd. WARNING: VG test_vg3 is missing PV 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd (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:37:48,989 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:37:48,989 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:37:48,989 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:37:48,994 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:37:48,998 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:37:48,998 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:37:49,002 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:37:49,002 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:49,032 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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=TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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=6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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:37:49,032 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI. WARNING: Couldn't find device with uuid jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2. WARNING: Couldn't find device with uuid mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd. WARNING: VG test_vg3 is missing PV 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd (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:37:49,032 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:37:49,037 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:37:49,038 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:37:49,041 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:37:49,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:37:49,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:37:49,047 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:37:49,048 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:49,051 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/scsi-360014054d1200ba74634939936da912e ' '/dev/disk/by-id/lvm-pv-uuid-2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI ' '/dev/disk/by-id/wwn-0x60014054d1200ba74634939936da912e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_4d1200ba-7463-4939-936d-a912e7234c5d', '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': '2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI', 'ID_FS_UUID_ENC': '2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI', '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': '4d1200ba-7463-4939-936d-a912e7234c5d', 'ID_SERIAL': '360014054d1200ba74634939936da912e', 'ID_SERIAL_SHORT': '60014054d1200ba74634939936da912e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d1200ba7', 'ID_WWN_VENDOR_EXTENSION': '0x4634939936da912e', 'ID_WWN_WITH_EXTENSION': '0x60014054d1200ba74634939936da912e', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d1200ba74634939936da912e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518165885'} ; 2024-03-01 17:37:49,051 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:37:49,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,059 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:49,063 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:37:49,063 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:37:49,064 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:37:49,064 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:37:49,067 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:37:49,071 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:37:49,071 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:37:49,074 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:37:49,075 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:37:49,075 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:37:49,075 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8b1265978) -- 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 = 60014054d1200ba74634939936da912e 2024-03-01 17:37:49,079 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:37:49,082 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:49,082 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:37:49,086 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:49,086 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:37:49,089 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,089 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:37:49,092 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,093 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:37:49,096 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:37:49,096 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:37:49,096 INFO program/MainThread: Running [37] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:49,127 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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:37:49,127 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2. WARNING: Couldn't find device with uuid mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd. WARNING: VG test_vg3 is missing PV jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd (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:37:49,128 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:37:49,128 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:37:49,132 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI ; label: None ; device: /dev/sdh ; serial: 360014054d1200ba74634939936da912e ; exists: True ; vg_name: test_vg3 ; vg_uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; pe_start: 8 MiB ; 2024-03-01 17:37:49,132 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:37:49,136 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:37:49,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:37:49,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:37:49,146 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:37:49,149 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:37:49,152 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:37:49,155 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:37:49,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:37:49,159 INFO program/MainThread: Running [38] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:49,188 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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=TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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=6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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:37:49,188 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2. WARNING: Couldn't find device with uuid mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd. WARNING: VG test_vg3 is missing PV jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd (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:37:49,188 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:37:49,189 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:37:49,189 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:49,193 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/wwn-0x6001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/lvm-pv-uuid-jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 ' '/dev/disk/by-id/scsi-36001405e8ee59f0315f48b4b12e0bc3a', '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': 'jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2', 'ID_FS_UUID_ENC': 'jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2', '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': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'ID_SERIAL': '36001405e8ee59f0315f48b4b12e0bc3a', 'ID_SERIAL_SHORT': '6001405e8ee59f0315f48b4b12e0bc3a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e8ee59f03', 'ID_WWN_VENDOR_EXTENSION': '0x15f48b4b12e0bc3a', 'ID_WWN_WITH_EXTENSION': '0x6001405e8ee59f0315f48b4b12e0bc3a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e8ee59f0315f48b4b12e0bc3a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518250709'} ; 2024-03-01 17:37:49,193 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:37:49,198 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:49,205 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:37:49,206 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:37:49,206 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:37:49,206 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:37:49,209 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:37:49,213 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:37:49,213 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:37:49,216 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:37:49,217 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:37:49,217 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:37:49,217 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8b1287dd8) -- 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 = 6001405e8ee59f0315f48b4b12e0bc3a 2024-03-01 17:37:49,221 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:37:49,224 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:49,224 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:37:49,228 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:49,228 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:37:49,231 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,231 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:37:49,235 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,235 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:37:49,238 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:37:49,238 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:37:49,238 INFO program/MainThread: Running [39] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:49,269 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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:37:49,270 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd. WARNING: VG test_vg3 is missing PV mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd (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:37:49,270 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:37:49,270 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:37:49,274 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 ; label: None ; device: /dev/sdi ; serial: 36001405e8ee59f0315f48b4b12e0bc3a ; exists: True ; vg_name: test_vg3 ; vg_uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; pe_start: 8 MiB ; 2024-03-01 17:37:49,275 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:37:49,278 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:37:49,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:37:49,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:37:49,288 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:37:49,292 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:37:49,295 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:37:49,298 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:37:49,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:37:49,301 INFO program/MainThread: Running [40] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:49,333 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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=TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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=6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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:37:49,334 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd. WARNING: VG test_vg3 is missing PV mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd (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:37:49,334 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:37:49,334 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:37:49,334 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:49,339 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ff4083373e7f48589206661da ' '/dev/disk/by-id/lvm-pv-uuid-mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/wwn-0x6001405ff4083373e7f48589206661da ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_ff408337-3e7f-4858-9206-661da27eed75', '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': 'mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd', 'ID_FS_UUID_ENC': 'mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd', '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': 'ff408337-3e7f-4858-9206-661da27eed75', 'ID_SERIAL': '36001405ff4083373e7f48589206661da', 'ID_SERIAL_SHORT': '6001405ff4083373e7f48589206661da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ff4083373', 'ID_WWN_VENDOR_EXTENSION': '0xe7f48589206661da', 'ID_WWN_WITH_EXTENSION': '0x6001405ff4083373e7f48589206661da', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ff4083373e7f48589206661da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518315010'} ; 2024-03-01 17:37:49,339 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:37:49,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:49,351 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:37:49,351 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:37:49,351 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:37:49,352 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:37:49,355 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:37:49,358 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:37:49,358 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:37:49,362 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:37:49,362 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:37:49,362 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:37:49,363 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8b1297550) -- 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 = 6001405ff4083373e7f48589206661da 2024-03-01 17:37:49,366 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:37:49,370 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:49,370 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:37:49,373 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:49,373 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:37:49,377 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,377 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:37:49,380 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,380 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:37:49,383 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:37:49,383 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:37:49,384 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:49,413 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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:37:49,414 INFO program/MainThread: stderr[41]: 2024-03-01 17:37:49,414 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:37:49,414 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:37:49,418 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd ; label: None ; device: /dev/sdj ; serial: 36001405ff4083373e7f48589206661da ; exists: True ; vg_name: test_vg3 ; vg_uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:37:49,419 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:37:49,422 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:37:49,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:37:49,428 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:37:49,432 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:37:49,436 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:37:49,439 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:37:49,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:37:49,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:37:49,446 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdh$|","a|/dev/sdj$|","a|/dev/sdf$|","a|/dev/sdi$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:49,475 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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=TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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=6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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:37:49,475 INFO program/MainThread: stderr[42]: 2024-03-01 17:37:49,475 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:37:49,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,484 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:49,487 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,490 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:49,491 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:37:49,494 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:37:49,494 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:37:49,498 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:37:49,502 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:37:49,502 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:37:49,505 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:37:49,506 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:37:49,506 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:37:49,510 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:37:49,514 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:37:49,514 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:37:49,518 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:37:49,521 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:37:49,521 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:37:49,525 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:37:49,525 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:37:49,526 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:37:49,526 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:37:49,529 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:37:49,529 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:37:49,532 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:37:49,533 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:37:49,537 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/850ca96d-9473-454e-8dbb-10ed8309f0e1 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF0M71tz7FP1xXkwfVKEIUFJXnLLRZn80S ' '/dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF0M71tz7FP1xXkwfVKEIUFJXnLLRZn80S', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '850ca96d-9473-454e-8dbb-10ed8309f0e1', 'ID_FS_UUID_ENC': '850ca96d-9473-454e-8dbb-10ed8309f0e1', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975764366'} ; 2024-03-01 17:37:49,537 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:37:49,537 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:37:49,541 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:37:49,541 INFO program/MainThread: stderr[43]: 2024-03-01 17:37:49,541 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:37:49,541 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:37:49,544 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:37:49,544 INFO program/MainThread: stderr[44]: 2024-03-01 17:37:49,545 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:37:49,545 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:37:49,548 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:37:49,548 INFO program/MainThread: stderr[45]: 2024-03-01 17:37:49,548 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:37:49,553 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,557 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:37:49,560 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:49,560 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:37:49,561 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:49,561 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:37:49,557 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8b1297a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7fe8b12588d0) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:37:49,562 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:37:49,565 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:37:49,565 INFO program/MainThread: stderr[46]: 2024-03-01 17:37:49,565 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:37:49,570 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:37:49,573 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:49,574 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:37:49,578 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:49,578 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:37:49,581 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,581 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:37:49,585 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,585 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:37:49,585 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:37:49,589 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:49,589 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:37:49,592 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:37:49,592 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:49,596 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:49,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:49,606 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:37:49,610 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:37:49,610 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:37:49,613 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:37:49,617 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:37:49,617 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:37:49,621 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:37:49,621 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:37:49,621 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:37:49,625 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:37:49,628 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:37:49,629 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:37:49,632 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:37:49,636 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:37:49,636 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:37:49,639 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:37:49,640 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:37:49,640 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:37:49,640 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:37:49,643 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:37:49,643 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:37:49,647 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:37:49,647 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:37:49,651 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQFtRV0GqNykDg9RJjsjqH4F57IqhDHzGOC ' '/dev/disk/by-uuid/5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d ' '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQFtRV0GqNykDg9RJjsjqH4F57IqhDHzGOC', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d', 'ID_FS_UUID_ENC': '5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975457572'} ; 2024-03-01 17:37:49,651 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:37:49,652 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:37:49,655 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:37:49,656 INFO program/MainThread: stderr[47]: 2024-03-01 17:37:49,656 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:37:49,656 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:37:49,659 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:37:49,659 INFO program/MainThread: stderr[48]: 2024-03-01 17:37:49,659 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:37:49,659 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:37:49,662 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:37:49,663 INFO program/MainThread: stderr[49]: 2024-03-01 17:37:49,663 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:37:49,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:37:49,674 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:49,675 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:37:49,675 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:49,676 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:37:49,671 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8bf94c6d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7fe8b12588d0) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:37:49,677 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:37:49,680 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:37:49,680 INFO program/MainThread: stderr[50]: 2024-03-01 17:37:49,680 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:37:49,685 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:37:49,688 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:49,688 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:37:49,692 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:49,692 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:37:49,696 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,696 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:37:49,699 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,700 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:37:49,700 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:37:49,703 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:49,704 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:37:49,707 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:37:49,707 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:49,711 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,714 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:49,717 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,721 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:49,721 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:37:49,724 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:37:49,725 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:37:49,728 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:37:49,732 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:37:49,732 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:37:49,736 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:37:49,736 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:37:49,736 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:37:49,740 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:37:49,744 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:37:49,744 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:37:49,747 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:37:49,751 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:37:49,751 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:37:49,754 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:37:49,755 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:37:49,755 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:37:49,755 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:37:49,758 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:37:49,759 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:37:49,762 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:37:49,762 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:37:49,766 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQFoxH2cBNEYskb9shdRndiBntEgq1Oiihq ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-uuid/c2ff0412-6109-4b8d-a4ca-cfd75f690330', '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-TY1NI3h343GkgObbQSU7DrLu37XHTVQFoxH2cBNEYskb9shdRndiBntEgq1Oiihq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c2ff0412-6109-4b8d-a4ca-cfd75f690330', 'ID_FS_UUID_ENC': 'c2ff0412-6109-4b8d-a4ca-cfd75f690330', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975151917'} ; 2024-03-01 17:37:49,766 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:37:49,767 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:37:49,770 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:37:49,771 INFO program/MainThread: stderr[51]: 2024-03-01 17:37:49,771 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:37:49,771 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:37:49,774 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:37:49,774 INFO program/MainThread: stderr[52]: 2024-03-01 17:37:49,774 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:37:49,774 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:37:49,777 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:37:49,778 INFO program/MainThread: stderr[53]: 2024-03-01 17:37:49,778 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:37:49,782 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:37:49,789 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:49,790 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:37:49,791 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:49,792 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:37:49,786 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8b23f0710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7fe8b12588d0) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:37:49,793 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:37:49,796 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:37:49,796 INFO program/MainThread: stderr[54]: 2024-03-01 17:37:49,796 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:37:49,800 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:37:49,804 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:49,805 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:37:49,808 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:49,808 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:37:49,812 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,812 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:37:49,816 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,816 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:37:49,816 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:37:49,820 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:49,820 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:37:49,823 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:37:49,823 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:49,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:49,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:49,837 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:37:49,841 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:37:49,841 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:37:49,844 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:37:49,848 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:37:49,848 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:37:49,852 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:37:49,852 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:37:49,853 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:37:49,856 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:37:49,860 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:37:49,860 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:37:49,863 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:37:49,867 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:37:49,867 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:37:49,871 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:37:49,871 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:37:49,872 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:37:49,872 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:37:49,875 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:37:49,875 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:37:49,879 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:37:49,879 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:37:49,883 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF6E1o6XdZjjfpUWz0IqreCByrSlDVaVZP ' '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-uuid/717416f1-4beb-40b4-9391-b94b0b0aafa5 ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF6E1o6XdZjjfpUWz0IqreCByrSlDVaVZP', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '717416f1-4beb-40b4-9391-b94b0b0aafa5', 'ID_FS_UUID_ENC': '717416f1-4beb-40b4-9391-b94b0b0aafa5', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '974847351'} ; 2024-03-01 17:37:49,883 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:37:49,883 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:37:49,887 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:37:49,887 INFO program/MainThread: stderr[55]: 2024-03-01 17:37:49,887 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:37:49,887 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:37:49,890 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:37:49,891 INFO program/MainThread: stderr[56]: 2024-03-01 17:37:49,891 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:37:49,891 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:37:49,894 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:37:49,894 INFO program/MainThread: stderr[57]: 2024-03-01 17:37:49,894 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:37:49,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,903 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:37:49,906 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:49,907 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:37:49,908 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:49,909 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:37:49,903 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8b12217f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7fe8b12588d0) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:37:49,909 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:37:49,913 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:37:49,913 INFO program/MainThread: stderr[58]: 2024-03-01 17:37:49,913 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:37:49,917 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:37:49,921 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:49,921 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:37:49,925 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:49,925 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:37:49,928 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,928 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:37:49,932 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,932 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:37:49,932 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:37:49,936 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:49,936 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:37:49,939 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:37:49,940 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:49,940 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:49,943 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': '28540800'} ; 2024-03-01 17:37:49,943 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:37:49,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:49,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:49,955 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:37:49,955 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:37:49,955 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:37:49,955 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:37:49,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:37:49,956 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:37:49,959 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:37:49,962 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:37:49,962 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:37:49,965 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:37:49,966 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:37:49,966 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:37:49,966 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8b122d048) -- 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:37:49,970 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:37:49,973 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:49,973 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:37:49,977 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:49,977 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:37:49,980 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,980 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:37:49,984 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:49,984 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:37:49,987 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:37:49,990 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:37:49,994 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:37:49,999 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 0x7fe8b1220188> 2024-03-01 17:37:53,175 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:37:53,180 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:37:53,180 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:37:53,184 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': '28543624'} ; 2024-03-01 17:37:53,184 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:37:53,184 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:37:53,189 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,192 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:53,196 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:37:53,199 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:53,203 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:53,215 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:53,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,238 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:37:53,238 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:37:53,242 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:37:53,242 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:37:53,245 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:37:53,249 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:37:53,249 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:37:53,252 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:37:53,253 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:37:53,253 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:37:53,256 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:37:53,260 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:37:53,263 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:37:53,266 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:37:53,269 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:37:53,270 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:37:53,270 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:37:53,271 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:37:53,270 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fe8b1240fd0) -- 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 0x7fe8b12459e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:37:53,275 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:37:53,278 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:53,279 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:37:53,282 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:53,282 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:37:53,285 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:53,285 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:37:53,289 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:53,289 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:37:53,289 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:37:53,292 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:53,292 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:37:53,295 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:37:53,296 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:53,299 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-uuid/717416f1-4beb-40b4-9391-b94b0b0aafa5 ' '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF6E1o6XdZjjfpUWz0IqreCByrSlDVaVZP ' '/dev/disk/by-id/dm-name-test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF6E1o6XdZjjfpUWz0IqreCByrSlDVaVZP', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '717416f1-4beb-40b4-9391-b94b0b0aafa5', 'ID_FS_UUID_ENC': '717416f1-4beb-40b4-9391-b94b0b0aafa5', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '974847351'} ; 2024-03-01 17:37:53,299 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:37:53,299 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:37:53,303 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:37:53,303 INFO program/MainThread: stderr[59]: 2024-03-01 17:37:53,304 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:37:53,304 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:37:53,307 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:37:53,307 INFO program/MainThread: stderr[60]: 2024-03-01 17:37:53,307 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:37:53,307 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:37:53,310 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:37:53,310 INFO program/MainThread: stderr[61]: 2024-03-01 17:37:53,310 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:37:53,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,319 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:37:53,322 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:53,323 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:37:53,324 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:53,325 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:37:53,319 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8b12217f0) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7fe8b12588d0) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:37:53,325 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:37:53,329 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:37:53,329 INFO program/MainThread: stderr[62]: 2024-03-01 17:37:53,329 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:37:53,333 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:37:53,333 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:37:53,337 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv7 /dev/test_vg3/lv7 ' '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQFoxH2cBNEYskb9shdRndiBntEgq1Oiihq ' '/dev/disk/by-uuid/c2ff0412-6109-4b8d-a4ca-cfd75f690330 ' '/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-TY1NI3h343GkgObbQSU7DrLu37XHTVQFoxH2cBNEYskb9shdRndiBntEgq1Oiihq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c2ff0412-6109-4b8d-a4ca-cfd75f690330', 'ID_FS_UUID_ENC': 'c2ff0412-6109-4b8d-a4ca-cfd75f690330', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975151917'} ; 2024-03-01 17:37:53,337 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:37:53,337 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:37:53,340 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:37:53,340 INFO program/MainThread: stderr[63]: 2024-03-01 17:37:53,340 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:37:53,340 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:37:53,343 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:37:53,344 INFO program/MainThread: stderr[64]: 2024-03-01 17:37:53,344 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:37:53,344 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:37:53,347 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:37:53,347 INFO program/MainThread: stderr[65]: 2024-03-01 17:37:53,347 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:37:53,352 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,355 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:37:53,358 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:53,359 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:37:53,360 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:53,361 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:37:53,355 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8b23f0710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7fe8b12588d0) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:37:53,362 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:37:53,365 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:37:53,365 INFO program/MainThread: stderr[66]: 2024-03-01 17:37:53,365 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:37:53,369 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:37:53,369 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:37:53,372 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQFtRV0GqNykDg9RJjsjqH4F57IqhDHzGOC ' '/dev/disk/by-uuid/5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQFtRV0GqNykDg9RJjsjqH4F57IqhDHzGOC', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d', 'ID_FS_UUID_ENC': '5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975457572'} ; 2024-03-01 17:37:53,373 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:37:53,373 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:37:53,376 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:37:53,376 INFO program/MainThread: stderr[67]: 2024-03-01 17:37:53,376 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:37:53,376 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:37:53,379 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:37:53,380 INFO program/MainThread: stderr[68]: 2024-03-01 17:37:53,380 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:37:53,380 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:37:53,383 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:37:53,383 INFO program/MainThread: stderr[69]: 2024-03-01 17:37:53,383 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:37:53,388 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,391 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:37:53,394 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:53,396 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:37:53,396 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:53,397 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:37:53,391 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8bf94c6d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7fe8b12588d0) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:37:53,398 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:37:53,401 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:37:53,401 INFO program/MainThread: stderr[70]: 2024-03-01 17:37:53,401 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:37:53,405 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:37:53,405 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:37:53,409 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-uuid/850ca96d-9473-454e-8dbb-10ed8309f0e1 ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF0M71tz7FP1xXkwfVKEIUFJXnLLRZn80S', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF0M71tz7FP1xXkwfVKEIUFJXnLLRZn80S', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '850ca96d-9473-454e-8dbb-10ed8309f0e1', 'ID_FS_UUID_ENC': '850ca96d-9473-454e-8dbb-10ed8309f0e1', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975764366'} ; 2024-03-01 17:37:53,409 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:37:53,409 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:37:53,412 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:37:53,413 INFO program/MainThread: stderr[71]: 2024-03-01 17:37:53,413 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:37:53,413 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:37:53,416 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:37:53,416 INFO program/MainThread: stderr[72]: 2024-03-01 17:37:53,416 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:37:53,416 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:37:53,419 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:37:53,419 INFO program/MainThread: stderr[73]: 2024-03-01 17:37:53,419 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:37:53,424 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,427 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:37:53,430 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:53,432 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:37:53,432 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:37:53,433 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:37:53,428 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8b1297a58) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7fe8b12588d0) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:37:53,434 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:37:53,437 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:37:53,437 INFO program/MainThread: stderr[74]: 2024-03-01 17:37:53,437 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:37:53,441 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:37:53,441 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:37:53,445 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4 ' '/dev/disk/by-id/dm-uuid-LVM-HZlY0th47B3h80yCrumkbA1frvZzefQ8TaJvhPFvuNcDaBw5hmOaqKyHWqr6fz2z ' '/dev/test_vg2/lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/fc8e3f6c-53fd-4ce7-949b-69d2e410d795', '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-HZlY0th47B3h80yCrumkbA1frvZzefQ8TaJvhPFvuNcDaBw5hmOaqKyHWqr6fz2z', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'fc8e3f6c-53fd-4ce7-949b-69d2e410d795', 'ID_FS_UUID_ENC': 'fc8e3f6c-53fd-4ce7-949b-69d2e410d795', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '976629615'} ; 2024-03-01 17:37:53,445 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:37:53,445 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:37:53,448 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:37:53,448 INFO program/MainThread: stderr[75]: 2024-03-01 17:37:53,448 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:37:53,448 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:37:53,451 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:37:53,451 INFO program/MainThread: stderr[76]: 2024-03-01 17:37:53,452 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:37:53,452 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:37:53,455 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:37:53,455 INFO program/MainThread: stderr[77]: 2024-03-01 17:37:53,455 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:37:53,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,463 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:37:53,466 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:37:53,466 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:37:53,467 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:37:53,467 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:37:53,463 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8c0305ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7fe8b1287518) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:37:53,468 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:37:53,471 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:37:53,471 INFO program/MainThread: stderr[78]: 2024-03-01 17:37:53,471 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:37:53,475 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:37:53,475 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:37:53,479 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/df30783e-2406-4ac2-beb6-1e431b933ece ' '/dev/disk/by-id/dm-uuid-LVM-HZlY0th47B3h80yCrumkbA1frvZzefQ8Bz0MjOLFnU6etryjNYZ1jYqfyJ1PMKVw ' '/dev/test_vg2/lv3', 'DEVNAME': '/dev/dm-5', 'DEVPATH': '/devices/virtual/block/dm-5', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv3', 'DM_NAME': 'test_vg2-lv3', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-HZlY0th47B3h80yCrumkbA1frvZzefQ8Bz0MjOLFnU6etryjNYZ1jYqfyJ1PMKVw', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'df30783e-2406-4ac2-beb6-1e431b933ece', 'ID_FS_UUID_ENC': 'df30783e-2406-4ac2-beb6-1e431b933ece', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '976924391'} ; 2024-03-01 17:37:53,479 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:37:53,479 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:37:53,482 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:37:53,482 INFO program/MainThread: stderr[79]: 2024-03-01 17:37:53,482 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:37:53,482 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:37:53,485 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:37:53,485 INFO program/MainThread: stderr[80]: 2024-03-01 17:37:53,486 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:37:53,486 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:37:53,489 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:37:53,489 INFO program/MainThread: stderr[81]: 2024-03-01 17:37:53,489 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:37:53,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,497 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:37:53,500 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:37:53,501 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:37:53,501 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:37:53,502 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:37:53,497 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8b128ef60) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7fe8b1287518) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:37:53,502 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:37:53,506 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:37:53,506 INFO program/MainThread: stderr[82]: 2024-03-01 17:37:53,506 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:37:53,510 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:37:53,510 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:37:53,513 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJY7tjKm711Oy9Vc40v3Ye0K9gRCt9CGMm ' '/dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/disk/by-uuid/3d8f7f72-6f48-4b92-9d31-4b123dd4398a', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJY7tjKm711Oy9Vc40v3Ye0K9gRCt9CGMm', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3d8f7f72-6f48-4b92-9d31-4b123dd4398a', 'ID_FS_UUID_ENC': '3d8f7f72-6f48-4b92-9d31-4b123dd4398a', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '977744779'} ; 2024-03-01 17:37:53,513 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:37:53,514 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:37:53,517 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:37:53,517 INFO program/MainThread: stderr[83]: 2024-03-01 17:37:53,517 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:37:53,517 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:37:53,520 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:37:53,520 INFO program/MainThread: stderr[84]: 2024-03-01 17:37:53,521 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:37:53,521 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:37:53,524 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:37:53,524 INFO program/MainThread: stderr[85]: 2024-03-01 17:37:53,524 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:37:53,529 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,532 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:37:53,535 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:53,535 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:37:53,536 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:53,536 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:37:53,532 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8b126ddd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7fe8b12e6ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:37:53,537 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:37:53,540 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:37:53,540 INFO program/MainThread: stderr[86]: 2024-03-01 17:37:53,540 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:37:53,544 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:37:53,544 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:37:53,548 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/bf4aae2a-1f8e-4648-9f35-492dfa265e5d ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJsvbmkqRT1Yw9XunWeSxR0maHKBr36XF6', '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-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJsvbmkqRT1Yw9XunWeSxR0maHKBr36XF6', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bf4aae2a-1f8e-4648-9f35-492dfa265e5d', 'ID_FS_UUID_ENC': 'bf4aae2a-1f8e-4648-9f35-492dfa265e5d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '978043973'} ; 2024-03-01 17:37:53,548 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:37:53,548 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:53,551 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:37:53,551 INFO program/MainThread: stderr[87]: 2024-03-01 17:37:53,551 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:37:53,551 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:53,554 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:37:53,555 INFO program/MainThread: stderr[88]: 2024-03-01 17:37:53,555 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:37:53,555 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:53,558 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:37:53,558 INFO program/MainThread: stderr[89]: 2024-03-01 17:37:53,558 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:37:53,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,566 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:37:53,569 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:53,570 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:37:53,570 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:53,571 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:37:53,566 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7fe8b126df28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7fe8b12e6ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:37:53,571 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:53,574 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:37:53,575 INFO program/MainThread: stderr[90]: 2024-03-01 17:37:53,575 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:37:53,579 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:37:53,579 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:37:53,579 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:53,589 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:53,605 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:37:53,606 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:37:53,610 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,613 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:53,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:53,620 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:37:53,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:53,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:53,632 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:37:53,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,639 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:53,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,645 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:53,645 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:37:53,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:53,654 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:53,658 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:37:53,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,664 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:53,667 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:53,670 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:37:53,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:53,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:37:53,683 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:37:53,683 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:37:58,269 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_hkktgnsm/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:37:58,305 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:58,305 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:37:58,308 INFO program/MainThread: stdout[2]: 2024-03-01 17:37:58,309 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:37:58,309 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:37:58,309 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:37:58,313 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:58,313 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:37:58,317 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:58,317 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:37:58,321 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:58,321 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:37:58,324 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:37:58,324 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:37:58,335 INFO program/MainThread: stdout: 2024-03-01 17:37:58,335 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:37:58,335 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 2024-03-01 17:37:58,335 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3d8f7f72-6f48-4b92-9d31-4b123dd4398a 2024-03-01 17:37:58,335 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L 2024-03-01 17:37:58,335 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3d8f7f72-6f48-4b92-9d31-4b123dd4398a 2024-03-01 17:37:58,335 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs bf4aae2a-1f8e-4648-9f35-492dfa265e5d 2024-03-01 17:37:58,335 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 2024-03-01 17:37:58,335 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 2024-03-01 17:37:58,335 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs fc8e3f6c-53fd-4ce7-949b-69d2e410d795 2024-03-01 17:37:58,335 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs df30783e-2406-4ac2-beb6-1e431b933ece 2024-03-01 17:37:58,335 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 2024-03-01 17:37:58,335 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp 2024-03-01 17:37:58,335 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht 2024-03-01 17:37:58,335 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 717416f1-4beb-40b4-9391-b94b0b0aafa5 2024-03-01 17:37:58,335 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs c2ff0412-6109-4b8d-a4ca-cfd75f690330 2024-03-01 17:37:58,336 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d 2024-03-01 17:37:58,336 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI 2024-03-01 17:37:58,336 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d 2024-03-01 17:37:58,336 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 2024-03-01 17:37:58,336 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 850ca96d-9473-454e-8dbb-10ed8309f0e1 2024-03-01 17:37:58,336 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd 2024-03-01 17:37:58,336 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 850ca96d-9473-454e-8dbb-10ed8309f0e1 2024-03-01 17:37:58,336 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:37:58,336 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:37:58,336 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:37:58,336 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:37:58,336 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:58,336 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3d8f7f72-6f48-4b92-9d31-4b123dd4398a sdb 1073741824 root disk brw-rw---- LVM2_member FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 3d8f7f72-6f48-4b92-9d31-4b123dd4398a `-test_vg1-lv1 482344960 root disk brw-rw---- xfs bf4aae2a-1f8e-4648-9f35-492dfa265e5d sdc 1073741824 root disk brw-rw---- LVM2_member TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 sdd 1073741824 root disk brw-rw---- LVM2_member eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 |-test_vg2-lv4 641728512 root disk brw-rw---- xfs fc8e3f6c-53fd-4ce7-949b-69d2e410d795 `-test_vg2-lv3 322961408 root disk brw-rw---- xfs df30783e-2406-4ac2-beb6-1e431b933ece sde 1073741824 root disk brw-rw---- LVM2_member o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 sdf 1073741824 root disk brw-rw---- LVM2_member ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp sdg 1073741824 root disk brw-rw---- LVM2_member SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 717416f1-4beb-40b4-9391-b94b0b0aafa5 |-test_vg3-lv7 427819008 root disk brw-rw---- xfs c2ff0412-6109-4b8d-a4ca-cfd75f690330 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d sdh 1073741824 root disk brw-rw---- LVM2_member 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d sdi 1073741824 root disk brw-rw---- LVM2_member jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 850ca96d-9473-454e-8dbb-10ed8309f0e1 sdj 1073741824 root disk brw-rw---- LVM2_member mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 850ca96d-9473-454e-8dbb-10ed8309f0e1 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:37:58,336 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:58,336 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:58,337 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:37:58,337 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:37:58,337 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:37:58,337 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:37:58,337 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:37:58,347 DEBUG program/MainThread: Return code: 0 2024-03-01 17:37:58,362 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:37:58,366 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk0_70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/wwn-0x600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/lvm-pv-uuid-P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/scsi-3600140570412c03b8b248d989a3e23cf', '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': 'P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6', 'ID_FS_UUID_ENC': 'P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6', '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': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'ID_SERIAL': '3600140570412c03b8b248d989a3e23cf', 'ID_SERIAL_SHORT': '600140570412c03b8b248d989a3e23cf', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570412c03b', 'ID_WWN_VENDOR_EXTENSION': '0x8b248d989a3e23cf', 'ID_WWN_WITH_EXTENSION': '0x600140570412c03b8b248d989a3e23cf', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570412c03b8b248d989a3e23cf', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517695292'} ; 2024-03-01 17:37:58,367 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:37:58,367 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:58,397 INFO program/MainThread: stdout[3]: 2024-03-01 17:37:58,397 INFO program/MainThread: stderr[3]: 2024-03-01 17:37:58,397 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:37:58,402 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:37:58,405 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:58,411 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:37:58,415 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:37:58,416 INFO blivet/MainThread: sda is a disk 2024-03-01 17:37:58,416 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:37:58,416 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:37:58,420 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:37:58,423 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:37:58,424 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:37:58,427 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:37:58,427 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:37:58,428 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:37:58,428 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8afa705cc0) -- 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 = 600140570412c03b8b248d989a3e23cf 2024-03-01 17:37:58,432 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:37:58,436 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:58,436 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:37:58,439 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:58,439 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:37:58,443 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:58,443 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:37:58,446 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:58,446 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:37:58,450 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:37:58,450 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:37:58,450 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:58,481 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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:37:58,482 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L. WARNING: Couldn't find device with uuid TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8. WARNING: VG test_vg1 is missing PV FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 (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:37:58,482 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:37:58,482 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:37:58,487 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 ; label: None ; device: /dev/sda ; serial: 3600140570412c03b8b248d989a3e23cf ; exists: True ; vg_name: test_vg1 ; vg_uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; pe_start: 8 MiB ; 2024-03-01 17:37:58,487 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:37:58,490 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:37:58,493 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; incomplete: True ; hidden: False ; 2024-03-01 17:37:58,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:58,500 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:58,503 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:58,503 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:58,531 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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:37:58,532 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L. WARNING: Couldn't find device with uuid TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8. WARNING: VG test_vg1 is missing PV FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 (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:37:58,532 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:37:58,532 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:37:58,532 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:37:58,539 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:37:58,543 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:37:58,543 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:37:58,547 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:37:58,547 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:58,576 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a---p- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:37:58,576 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L. WARNING: Couldn't find device with uuid TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8. WARNING: VG test_vg1 is missing PV FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 (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:37:58,576 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:37:58,582 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:37:58,582 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:37:58,585 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:37:58,588 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; incomplete: True ; hidden: False ; 2024-03-01 17:37:58,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:37:58,592 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:37:58,592 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:58,596 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/wwn-0x6001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/scsi-36001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c', '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': 'FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L', 'ID_FS_UUID_ENC': 'FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L', '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': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'ID_SERIAL': '36001405a766a6cdffaf44c68ec1f86ad', 'ID_SERIAL_SHORT': '6001405a766a6cdffaf44c68ec1f86ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a766a6cdf', 'ID_WWN_VENDOR_EXTENSION': '0xfaf44c68ec1f86ad', 'ID_WWN_WITH_EXTENSION': '0x6001405a766a6cdffaf44c68ec1f86ad', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a766a6cdffaf44c68ec1f86ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517722648'} ; 2024-03-01 17:37:58,596 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:37:58,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:37:58,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:58,606 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:37:58,607 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:37:58,607 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:37:58,607 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:37:58,611 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:37:58,614 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:37:58,614 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:37:58,617 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:37:58,618 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:37:58,618 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:37:58,618 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8af9573358) -- 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 = 6001405a766a6cdffaf44c68ec1f86ad 2024-03-01 17:37:58,622 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:37:58,626 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:58,626 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:37:58,629 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:58,629 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:37:58,633 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:58,633 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:37:58,636 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:58,636 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:37:58,639 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:37:58,640 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:37:58,640 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:37:58,670 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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:37:58,671 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8. WARNING: VG test_vg1 is missing PV TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 (last written to /dev/sdc). 2024-03-01 17:37:58,671 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:37:58,671 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:37:58,675 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L ; label: None ; device: /dev/sdb ; serial: 36001405a766a6cdffaf44c68ec1f86ad ; exists: True ; vg_name: test_vg1 ; vg_uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:37:58,676 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:37:58,679 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:37:58,682 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; incomplete: True ; hidden: False ; 2024-03-01 17:37:58,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:37:58,689 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:37:58,692 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:37:58,696 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:37:58,699 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; incomplete: True ; hidden: False ; 2024-03-01 17:37:58,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:58,703 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:37:58,731 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:37:58,731 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8. WARNING: VG test_vg1 is missing PV TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 (last written to /dev/sdc). 2024-03-01 17:37:58,731 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:37:58,732 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:37:58,732 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:58,737 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/scsi-36001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fb406ddb-3a26-4dc7-a3da-0115b4474caa', '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': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'ID_SERIAL': '36001405fb406ddb3a264dc7a3da0115b', 'ID_SERIAL_SHORT': '6001405fb406ddb3a264dc7a3da0115b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb406ddb3', 'ID_WWN_VENDOR_EXTENSION': '0xa264dc7a3da0115b', 'ID_WWN_WITH_EXTENSION': '0x6001405fb406ddb3a264dc7a3da0115b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb406ddb3a264dc7a3da0115b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518467710'} ; 2024-03-01 17:37:58,737 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:37:58,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:37:58,743 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:58,748 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:37:58,748 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:37:58,748 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:37:58,748 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:37:58,752 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:37:58,755 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:37:58,755 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:37:58,759 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:37:58,759 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:37:58,759 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:37:58,760 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8af9573518) -- 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 = 6001405fb406ddb3a264dc7a3da0115b 2024-03-01 17:37:58,763 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:37:58,763 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:37:58,767 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/scsi-360014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/wwn-0x60014055002d72f33954a3eb4b6255a2', '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': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'ID_SERIAL': '360014055002d72f33954a3eb4b6255a2', 'ID_SERIAL_SHORT': '60014055002d72f33954a3eb4b6255a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055002d72f3', 'ID_WWN_VENDOR_EXTENSION': '0x3954a3eb4b6255a2', 'ID_WWN_WITH_EXTENSION': '0x60014055002d72f33954a3eb4b6255a2', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055002d72f33954a3eb4b6255a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518574569'} ; 2024-03-01 17:37:58,767 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:37:58,770 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:37:58,773 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:58,777 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:37:58,778 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:37:58,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:37:58,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:37:58,781 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:37:58,785 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:37:58,785 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:37:58,788 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:37:58,788 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:37:58,789 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:37:58,789 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8af9580d30) -- 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 = 60014055002d72f33954a3eb4b6255a2 2024-03-01 17:37:58,792 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:37:58,793 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:37:58,796 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014053d1743e8b22f4a7b836611b7e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/lvm-pv-uuid-TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 ' '/dev/disk/by-id/wwn-0x60014053d1743e8b22f4a7b836611b7e', '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': 'TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8', 'ID_FS_UUID_ENC': 'TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8', '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': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'ID_SERIAL': '360014053d1743e8b22f4a7b836611b7e', 'ID_SERIAL_SHORT': '60014053d1743e8b22f4a7b836611b7e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053d1743e8b', 'ID_WWN_VENDOR_EXTENSION': '0x22f4a7b836611b7e', 'ID_WWN_WITH_EXTENSION': '0x60014053d1743e8b22f4a7b836611b7e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053d1743e8b22f4a7b836611b7e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517737874'} ; 2024-03-01 17:37:58,796 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:37:58,799 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:37:58,802 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:58,806 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:37:58,807 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:37:58,807 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:37:58,807 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:37:58,810 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:37:58,814 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:37:58,814 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:37:58,817 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:37:58,817 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:37:58,818 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:37:58,818 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8af9588320) -- 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 = 60014053d1743e8b22f4a7b836611b7e 2024-03-01 17:37:58,821 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:37:58,825 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:58,825 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:37:58,829 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:58,829 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:37:58,832 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:58,832 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:37:58,836 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:58,836 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:37:58,839 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:37:58,839 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:37:58,839 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:58,867 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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:37:58,867 INFO program/MainThread: stderr[9]: 2024-03-01 17:37:58,867 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:37:58,868 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:37:58,872 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 ; label: None ; device: /dev/sdc ; serial: 360014053d1743e8b22f4a7b836611b7e ; exists: True ; vg_name: test_vg1 ; vg_uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:37:58,872 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:37:58,876 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:37:58,879 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; incomplete: True ; hidden: False ; 2024-03-01 17:37:58,882 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:58,886 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:37:58,889 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:37:58,892 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:37:58,896 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ ; incomplete: True ; hidden: False ; 2024-03-01 17:37:58,899 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:37:58,899 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:58,926 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm LVM2_LV_SIZE=1606418432 LVM2_LV_ATTR=-wi-a----- LVM2_SEGTYPE=linear LVM2_ORIGIN= LVM2_POOL_LV= LVM2_DATA_LV= LVM2_METADATA_LV= LVM2_LV_ROLE=public LVM2_MOVE_PV= LVM2_DATA_PERCENT= LVM2_METADATA_PERCENT= LVM2_COPY_PERCENT= 2024-03-01 17:37:58,926 INFO program/MainThread: stderr[10]: 2024-03-01 17:37:58,926 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:37:58,931 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:58,934 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:58,938 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:58,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:58,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:37:58,945 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:37:58,945 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:37:58,949 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:37:58,953 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:37:58,953 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:37:58,957 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:37:58,958 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:37:58,958 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:37:58,962 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:37:58,966 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:37:58,966 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:37:58,970 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:37:58,973 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:37:58,973 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:37:58,977 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:37:58,977 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:37:58,978 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:37:58,978 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:37:58,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:37:58,981 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:37:58,985 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:37:58,985 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:37:58,989 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-uuid/bf4aae2a-1f8e-4648-9f35-492dfa265e5d ' '/dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-uuid-LVM-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJsvbmkqRT1Yw9XunWeSxR0maHKBr36XF6 ' '/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-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJsvbmkqRT1Yw9XunWeSxR0maHKBr36XF6', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bf4aae2a-1f8e-4648-9f35-492dfa265e5d', 'ID_FS_UUID_ENC': 'bf4aae2a-1f8e-4648-9f35-492dfa265e5d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '978043973'} ; 2024-03-01 17:37:58,989 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:37:58,990 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:58,993 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:37:58,994 INFO program/MainThread: stderr[11]: 2024-03-01 17:37:58,994 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:37:58,994 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:58,997 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:37:58,997 INFO program/MainThread: stderr[12]: 2024-03-01 17:37:58,997 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:37:58,997 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:59,000 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:37:59,000 INFO program/MainThread: stderr[13]: 2024-03-01 17:37:59,001 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:37:59,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,008 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:37:59,012 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:59,012 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:37:59,012 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:59,013 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:37:59,009 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:37:59,014 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:37:59,017 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:37:59,018 INFO program/MainThread: stderr[14]: 2024-03-01 17:37:59,018 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:37:59,022 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:37:59,026 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:59,026 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:37:59,030 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:59,030 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:37:59,034 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,034 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:37:59,038 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,038 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:37:59,039 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:37:59,040 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:37:59,043 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:59,044 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:37:59,047 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:37:59,047 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:59,051 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:59,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:59,061 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:37:59,065 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:37:59,065 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:37:59,069 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:37:59,072 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:37:59,073 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:37:59,076 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:37:59,077 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:37:59,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:37:59,081 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:37:59,084 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:37:59,084 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:37:59,088 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:37:59,092 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:37:59,092 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:37:59,095 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:37:59,096 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:37:59,096 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:37:59,096 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:37:59,100 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:37:59,100 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:37:59,103 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:37:59,104 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:37:59,107 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJY7tjKm711Oy9Vc40v3Ye0K9gRCt9CGMm ' '/dev/disk/by-uuid/3d8f7f72-6f48-4b92-9d31-4b123dd4398a ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJY7tjKm711Oy9Vc40v3Ye0K9gRCt9CGMm', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3d8f7f72-6f48-4b92-9d31-4b123dd4398a', 'ID_FS_UUID_ENC': '3d8f7f72-6f48-4b92-9d31-4b123dd4398a', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '977744779'} ; 2024-03-01 17:37:59,107 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:37:59,108 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:37:59,112 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:37:59,112 INFO program/MainThread: stderr[15]: 2024-03-01 17:37:59,112 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:37:59,112 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:37:59,115 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:37:59,115 INFO program/MainThread: stderr[16]: 2024-03-01 17:37:59,115 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:37:59,115 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:37:59,118 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:37:59,119 INFO program/MainThread: stderr[17]: 2024-03-01 17:37:59,119 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:37:59,123 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:37:59,129 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:59,130 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:37:59,131 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:37:59,131 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:37:59,127 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:37:59,132 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:37:59,135 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:37:59,135 INFO program/MainThread: stderr[18]: 2024-03-01 17:37:59,135 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:37:59,139 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:37:59,143 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:59,143 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:37:59,147 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:59,147 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:37:59,151 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,151 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:37:59,155 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,155 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:37:59,155 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:37:59,159 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:59,159 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:37:59,162 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:37:59,162 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:59,163 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:59,166 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/lvm-pv-uuid-eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 ' '/dev/disk/by-id/wwn-0x6001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_186e251a-fa35-42ac-8387-e73fc2ef3bb2', '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': 'eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6', 'ID_FS_UUID_ENC': 'eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6', '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': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'ID_SERIAL': '36001405186e251afa3542ac8387e73fc', 'ID_SERIAL_SHORT': '6001405186e251afa3542ac8387e73fc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405186e251af', 'ID_WWN_VENDOR_EXTENSION': '0xa3542ac8387e73fc', 'ID_WWN_WITH_EXTENSION': '0x6001405186e251afa3542ac8387e73fc', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405186e251afa3542ac8387e73fc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517903506'} ; 2024-03-01 17:37:59,166 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:37:59,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:59,177 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:37:59,178 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:37:59,178 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:37:59,178 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:37:59,181 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:37:59,185 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:37:59,185 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:37:59,188 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:37:59,189 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:37:59,189 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:37:59,189 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8af95990b8) -- 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 = 6001405186e251afa3542ac8387e73fc 2024-03-01 17:37:59,193 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:37:59,196 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:59,196 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:37:59,200 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:59,200 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:37:59,203 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,203 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:37:59,207 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,207 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:37:59,210 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:37:59,210 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:37:59,210 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:59,239 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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:37:59,239 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38. WARNING: Couldn't find device with uuid ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp. WARNING: VG test_vg2 is missing PV o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp (last written to /dev/sdf). 2024-03-01 17:37:59,239 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:37:59,240 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:37:59,244 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 ; label: None ; device: /dev/sdd ; serial: 36001405186e251afa3542ac8387e73fc ; exists: True ; vg_name: test_vg2 ; vg_uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:37:59,244 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:37:59,248 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:37:59,251 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; incomplete: True ; hidden: False ; 2024-03-01 17:37:59,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:59,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:59,261 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:59,288 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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:37:59,288 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38. WARNING: Couldn't find device with uuid ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp. WARNING: VG test_vg2 is missing PV o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp (last written to /dev/sdf). 2024-03-01 17:37:59,288 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:37:59,289 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:37:59,289 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:37:59,294 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:37:59,298 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:37:59,298 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:37:59,301 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:37:59,302 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdd$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sdb$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:59,330 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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=TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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:37:59,330 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38. WARNING: Couldn't find device with uuid ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp. WARNING: VG test_vg2 is missing PV o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 (last written to /dev/sde). WARNING: VG test_vg2 is missing PV ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp (last written to /dev/sdf). 2024-03-01 17:37:59,331 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:37:59,335 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:37:59,336 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:37:59,339 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:37:59,342 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; incomplete: True ; hidden: False ; 2024-03-01 17:37:59,345 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:37:59,346 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:37:59,346 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:59,349 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 ' '/dev/disk/by-id/scsi-36001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/wwn-0x6001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c36e94bd-fb74-4081-a90a-92ca067f3492', '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': 'o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38', 'ID_FS_UUID_ENC': 'o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38', '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': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'ID_SERIAL': '36001405c36e94bdfb744081a90a92ca0', 'ID_SERIAL_SHORT': '6001405c36e94bdfb744081a90a92ca0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c36e94bdf', 'ID_WWN_VENDOR_EXTENSION': '0xb744081a90a92ca0', 'ID_WWN_WITH_EXTENSION': '0x6001405c36e94bdfb744081a90a92ca0', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c36e94bdfb744081a90a92ca0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517954946'} ; 2024-03-01 17:37:59,350 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:37:59,353 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,357 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:59,361 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:37:59,361 INFO blivet/MainThread: sde is a disk 2024-03-01 17:37:59,361 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:37:59,362 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:37:59,365 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:37:59,368 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:37:59,369 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:37:59,372 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:37:59,372 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:37:59,373 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:37:59,373 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8af95a2780) -- 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 = 6001405c36e94bdfb744081a90a92ca0 2024-03-01 17:37:59,376 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:37:59,380 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:59,380 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:37:59,383 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:59,383 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:37:59,387 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,387 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:37:59,390 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,390 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:37:59,393 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:37:59,394 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:37:59,394 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:37:59,422 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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:37:59,422 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp. WARNING: VG test_vg2 is missing PV ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp (last written to /dev/sdf). 2024-03-01 17:37:59,423 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:37:59,423 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:37:59,427 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 ; label: None ; device: /dev/sde ; serial: 36001405c36e94bdfb744081a90a92ca0 ; exists: True ; vg_name: test_vg2 ; vg_uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:37:59,428 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:37:59,431 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:37:59,435 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; incomplete: True ; hidden: False ; 2024-03-01 17:37:59,438 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:37:59,441 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:37:59,445 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:37:59,448 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:37:59,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; incomplete: True ; hidden: False ; 2024-03-01 17:37:59,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:37:59,455 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:37:59,482 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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=TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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:37:59,483 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp. WARNING: VG test_vg2 is missing PV ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp (last written to /dev/sdf). 2024-03-01 17:37:59,483 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:37:59,483 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:37:59,483 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:59,488 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/wwn-0x6001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-36001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_e81c340f-a4c4-46bc-905c-9610ad999d1d', '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': 'ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp', 'ID_FS_UUID_ENC': 'ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp', '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': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'ID_SERIAL': '36001405e81c340fa4c446bc905c9610a', 'ID_SERIAL_SHORT': '6001405e81c340fa4c446bc905c9610a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81c340fa', 'ID_WWN_VENDOR_EXTENSION': '0x4c446bc905c9610a', 'ID_WWN_WITH_EXTENSION': '0x6001405e81c340fa4c446bc905c9610a', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81c340fa4c446bc905c9610a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518047959'} ; 2024-03-01 17:37:59,488 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:37:59,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,495 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:59,499 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:37:59,500 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:37:59,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:37:59,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:37:59,503 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:37:59,507 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:37:59,507 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:37:59,510 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:37:59,511 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:37:59,511 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:37:59,511 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8af95a2908) -- 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 = 6001405e81c340fa4c446bc905c9610a 2024-03-01 17:37:59,515 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:37:59,519 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:59,519 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:37:59,522 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:59,522 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:37:59,526 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,526 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:37:59,529 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,529 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:37:59,532 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:37:59,532 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:37:59,533 INFO program/MainThread: Running [24] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:59,560 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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:37:59,561 INFO program/MainThread: stderr[24]: 2024-03-01 17:37:59,561 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:37:59,561 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:37:59,565 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp ; label: None ; device: /dev/sdf ; serial: 36001405e81c340fa4c446bc905c9610a ; exists: True ; vg_name: test_vg2 ; vg_uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:37:59,566 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:37:59,569 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:37:59,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; incomplete: True ; hidden: False ; 2024-03-01 17:37:59,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:37:59,579 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:37:59,583 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:37:59,586 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:37:59,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 ; incomplete: True ; hidden: False ; 2024-03-01 17:37:59,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:37:59,593 INFO program/MainThread: Running [25] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:37:59,621 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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=TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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:37:59,622 INFO program/MainThread: stderr[25]: 2024-03-01 17:37:59,622 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:37:59,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:59,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:59,636 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:37:59,640 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:37:59,640 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:37:59,644 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:37:59,648 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:37:59,648 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:37:59,651 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:37:59,652 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:37:59,652 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:37:59,656 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:37:59,660 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:37:59,660 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:37:59,663 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:37:59,667 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:37:59,667 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:37:59,671 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:37:59,671 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:37:59,671 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:37:59,672 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:37:59,675 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:37:59,675 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:37:59,678 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:37:59,679 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:37:59,683 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/test_vg2/lv3 /dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/mapper/test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-HZlY0th47B3h80yCrumkbA1frvZzefQ8Bz0MjOLFnU6etryjNYZ1jYqfyJ1PMKVw ' '/dev/disk/by-uuid/df30783e-2406-4ac2-beb6-1e431b933ece', '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-HZlY0th47B3h80yCrumkbA1frvZzefQ8Bz0MjOLFnU6etryjNYZ1jYqfyJ1PMKVw', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'df30783e-2406-4ac2-beb6-1e431b933ece', 'ID_FS_UUID_ENC': 'df30783e-2406-4ac2-beb6-1e431b933ece', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '976924391'} ; 2024-03-01 17:37:59,683 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:37:59,683 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:37:59,687 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:37:59,687 INFO program/MainThread: stderr[26]: 2024-03-01 17:37:59,687 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:37:59,687 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:37:59,690 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:37:59,690 INFO program/MainThread: stderr[27]: 2024-03-01 17:37:59,690 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:37:59,690 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:37:59,693 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:37:59,694 INFO program/MainThread: stderr[28]: 2024-03-01 17:37:59,694 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:37:59,698 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,702 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:37:59,704 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:37:59,705 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:37:59,705 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:37:59,706 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:37:59,702 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:37:59,706 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:37:59,709 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:37:59,710 INFO program/MainThread: stderr[29]: 2024-03-01 17:37:59,710 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:37:59,714 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:37:59,719 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:59,719 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:37:59,722 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:59,722 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:37:59,726 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,726 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:37:59,730 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,730 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:37:59,730 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:37:59,734 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:59,734 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:37:59,737 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:37:59,737 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:59,741 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,744 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:59,747 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,760 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:59,760 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:37:59,764 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:37:59,764 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:37:59,768 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:37:59,771 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:37:59,771 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:37:59,775 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:37:59,776 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:37:59,776 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:37:59,779 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:37:59,783 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:37:59,783 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:37:59,787 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:37:59,790 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:37:59,790 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:37:59,794 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:37:59,794 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:37:59,795 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:37:59,795 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:37:59,798 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:37:59,798 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:37:59,802 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:37:59,802 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:37:59,806 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/test_vg2/lv4 ' '/dev/disk/by-uuid/fc8e3f6c-53fd-4ce7-949b-69d2e410d795 ' '/dev/disk/by-id/dm-uuid-LVM-HZlY0th47B3h80yCrumkbA1frvZzefQ8TaJvhPFvuNcDaBw5hmOaqKyHWqr6fz2z', '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-HZlY0th47B3h80yCrumkbA1frvZzefQ8TaJvhPFvuNcDaBw5hmOaqKyHWqr6fz2z', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'fc8e3f6c-53fd-4ce7-949b-69d2e410d795', 'ID_FS_UUID_ENC': 'fc8e3f6c-53fd-4ce7-949b-69d2e410d795', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '976629615'} ; 2024-03-01 17:37:59,806 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:37:59,806 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:37:59,810 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:37:59,810 INFO program/MainThread: stderr[30]: 2024-03-01 17:37:59,810 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:37:59,811 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:37:59,814 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:37:59,814 INFO program/MainThread: stderr[31]: 2024-03-01 17:37:59,814 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:37:59,814 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:37:59,817 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:37:59,817 INFO program/MainThread: stderr[32]: 2024-03-01 17:37:59,817 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:37:59,822 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:37:59,828 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:37:59,829 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:37:59,829 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:37:59,830 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:37:59,826 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:37:59,831 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:37:59,834 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:37:59,834 INFO program/MainThread: stderr[33]: 2024-03-01 17:37:59,834 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:37:59,838 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:37:59,842 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:59,842 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:37:59,846 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:59,846 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:37:59,850 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,850 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:37:59,854 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,854 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:37:59,854 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:37:59,857 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:37:59,858 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:37:59,861 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:37:59,861 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:37:59,862 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:37:59,865 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/scsi-360014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/lvm-pv-uuid-SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6d2cd68d-87c0-4fab-9da0-8039257fc92f', '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': 'SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht', 'ID_FS_UUID_ENC': 'SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht', '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': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'ID_SERIAL': '360014056d2cd68d87c04fab9da080392', 'ID_SERIAL_SHORT': '60014056d2cd68d87c04fab9da080392', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d2cd68d8', 'ID_WWN_VENDOR_EXTENSION': '0x7c04fab9da080392', 'ID_WWN_WITH_EXTENSION': '0x60014056d2cd68d87c04fab9da080392', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d2cd68d87c04fab9da080392', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518046294'} ; 2024-03-01 17:37:59,865 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:37:59,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:59,877 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:37:59,877 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:37:59,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:37:59,877 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:37:59,881 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:37:59,884 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:37:59,884 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:37:59,887 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:37:59,888 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:37:59,888 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:37:59,888 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8af95887b8) -- 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 = 60014056d2cd68d87c04fab9da080392 2024-03-01 17:37:59,892 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:37:59,895 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:37:59,896 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:37:59,899 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:37:59,899 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:37:59,902 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,903 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:37:59,906 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:37:59,906 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:37:59,909 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:37:59,909 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:37:59,909 INFO program/MainThread: Running [34] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","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:37:59,939 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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:37:59,939 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI. WARNING: Couldn't find device with uuid jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2. WARNING: Couldn't find device with uuid mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd. WARNING: VG test_vg3 is missing PV 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd (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:37:59,939 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:37:59,940 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:37:59,944 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht ; label: None ; device: /dev/sdg ; serial: 360014056d2cd68d87c04fab9da080392 ; exists: True ; vg_name: test_vg3 ; vg_uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:37:59,944 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:37:59,948 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:37:59,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:37:59,954 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:37:59,957 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:37:59,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:37:59,961 INFO program/MainThread: Running [35] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","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:37:59,989 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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:37:59,989 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI. WARNING: Couldn't find device with uuid jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2. WARNING: Couldn't find device with uuid mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd. WARNING: VG test_vg3 is missing PV 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd (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:37:59,989 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:37:59,990 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:37:59,990 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:37:59,995 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:37:59,999 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:37:59,999 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:38:00,003 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:38:00,003 INFO program/MainThread: Running [36] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","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:38:00,032 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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=TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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=6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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:38:00,033 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI. WARNING: Couldn't find device with uuid jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2. WARNING: Couldn't find device with uuid mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd. WARNING: VG test_vg3 is missing PV 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd (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:38:00,033 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:38:00,038 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:38:00,038 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:38:00,041 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:38:00,045 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:38:00,048 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:38:00,048 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:38:00,048 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:38:00,052 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/wwn-0x60014054d1200ba74634939936da912e ' '/dev/disk/by-id/lvm-pv-uuid-2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/scsi-360014054d1200ba74634939936da912e', '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': '2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI', 'ID_FS_UUID_ENC': '2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI', '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': '4d1200ba-7463-4939-936d-a912e7234c5d', 'ID_SERIAL': '360014054d1200ba74634939936da912e', 'ID_SERIAL_SHORT': '60014054d1200ba74634939936da912e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d1200ba7', 'ID_WWN_VENDOR_EXTENSION': '0x4634939936da912e', 'ID_WWN_WITH_EXTENSION': '0x60014054d1200ba74634939936da912e', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d1200ba74634939936da912e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518165885'} ; 2024-03-01 17:38:00,052 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:38:00,056 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:00,064 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:38:00,064 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:38:00,064 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:38:00,065 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:38:00,068 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:38:00,072 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:38:00,072 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:38:00,075 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:38:00,076 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:38:00,076 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:38:00,076 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8afa9959b0) -- 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 = 60014054d1200ba74634939936da912e 2024-03-01 17:38:00,080 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:38:00,083 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:00,083 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:38:00,087 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:00,087 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:38:00,090 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,090 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:38:00,094 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,094 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:38:00,097 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:38:00,097 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:38:00,097 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/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","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:38:00,127 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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:38:00,127 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2. WARNING: Couldn't find device with uuid mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd. WARNING: VG test_vg3 is missing PV jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd (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:38:00,128 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:38:00,128 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:38:00,132 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI ; label: None ; device: /dev/sdh ; serial: 360014054d1200ba74634939936da912e ; exists: True ; vg_name: test_vg3 ; vg_uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; pe_start: 8 MiB ; 2024-03-01 17:38:00,133 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:38:00,136 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:38:00,139 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:38:00,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:38:00,146 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:38:00,150 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:38:00,153 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:38:00,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:38:00,159 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:00,159 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/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","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:38:00,191 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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=TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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=6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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:38:00,191 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2. WARNING: Couldn't find device with uuid mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd. WARNING: VG test_vg3 is missing PV jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd (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:38:00,191 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:38:00,192 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:38:00,192 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:38:00,197 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/lvm-pv-uuid-jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 ' '/dev/disk/by-id/wwn-0x6001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', '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': 'jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2', 'ID_FS_UUID_ENC': 'jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2', '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': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'ID_SERIAL': '36001405e8ee59f0315f48b4b12e0bc3a', 'ID_SERIAL_SHORT': '6001405e8ee59f0315f48b4b12e0bc3a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e8ee59f03', 'ID_WWN_VENDOR_EXTENSION': '0x15f48b4b12e0bc3a', 'ID_WWN_WITH_EXTENSION': '0x6001405e8ee59f0315f48b4b12e0bc3a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e8ee59f0315f48b4b12e0bc3a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518250709'} ; 2024-03-01 17:38:00,197 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:38:00,201 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:00,209 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:38:00,209 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:38:00,210 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:38:00,210 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:38:00,213 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:38:00,216 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:38:00,217 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:38:00,220 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:38:00,220 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:38:00,221 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:38:00,221 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8af95a2be0) -- 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 = 6001405e8ee59f0315f48b4b12e0bc3a 2024-03-01 17:38:00,225 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:38:00,228 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:00,228 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:38:00,232 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:00,232 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:38:00,235 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,235 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:38:00,239 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,239 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:38:00,242 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:38:00,242 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:38:00,242 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/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","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:38:00,271 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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:38:00,272 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd. WARNING: VG test_vg3 is missing PV mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd (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:38:00,272 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:38:00,272 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:38:00,276 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 ; label: None ; device: /dev/sdi ; serial: 36001405e8ee59f0315f48b4b12e0bc3a ; exists: True ; vg_name: test_vg3 ; vg_uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; pe_start: 8 MiB ; 2024-03-01 17:38:00,277 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:38:00,280 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:38:00,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:38:00,287 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:00,290 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:38:00,294 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:38:00,297 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:38:00,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:38:00,304 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:00,304 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/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","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:38:00,334 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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=TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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=6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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:38:00,334 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd. WARNING: VG test_vg3 is missing PV mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd (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:38:00,334 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:38:00,335 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:38:00,335 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:38:00,340 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405ff4083373e7f48589206661da ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/wwn-0x6001405ff4083373e7f48589206661da ' '/dev/disk/by-id/lvm-pv-uuid-mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75', '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': 'mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd', 'ID_FS_UUID_ENC': 'mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd', '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': 'ff408337-3e7f-4858-9206-661da27eed75', 'ID_SERIAL': '36001405ff4083373e7f48589206661da', 'ID_SERIAL_SHORT': '6001405ff4083373e7f48589206661da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ff4083373', 'ID_WWN_VENDOR_EXTENSION': '0xe7f48589206661da', 'ID_WWN_WITH_EXTENSION': '0x6001405ff4083373e7f48589206661da', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ff4083373e7f48589206661da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518315010'} ; 2024-03-01 17:38:00,340 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:38:00,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,347 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:00,352 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:38:00,352 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:38:00,352 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:38:00,352 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:38:00,356 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:38:00,359 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:38:00,359 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:38:00,363 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:38:00,363 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:38:00,364 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:38:00,364 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8af95b2ba8) -- 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 = 6001405ff4083373e7f48589206661da 2024-03-01 17:38:00,367 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:38:00,371 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:00,371 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:38:00,374 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:00,375 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:38:00,378 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,378 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:38:00,382 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,382 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:38:00,385 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:38:00,385 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:38:00,385 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/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:00,416 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=P1Brv4-P3Sp-ISVa-wBQ2-nVhC-bvZl-fMmJT6 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=FYAOjX-IDU9-zT8F-eOsk-NEgU-RDss-19b36L LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=TakELN-o2o2-ezph-IMwk-giNr-DDQb-rIquo8 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ 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=eyxiZT-CsiS-3gqW-H26q-Rb9c-g3bo-4mCVv6 LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=o01fPj-dFsf-7aFZ-A0z9-UQSd-fEhB-qXap38 LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=ME6RSi-TQ3f-8z0L-bvWA-ZVTo-sR5y-TDVeBp LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 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=SlCJfd-gh5d-fKnM-eIss-fCRQ-WybA-TOY0ht LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=2VxMfz-JYwr-4xox-8uiE-Zd14-Q2fG-G4GtUI LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=jtANDc-0YdY-imtg-IQ2g-VmIz-PYNi-VrRDL2 LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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=mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF 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:38:00,417 INFO program/MainThread: stderr[41]: 2024-03-01 17:38:00,417 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:38:00,417 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:38:00,422 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: mpd1XX-W2GP-0td8-VPXY-Yntb-d5RD-EahIBd ; label: None ; device: /dev/sdj ; serial: 36001405ff4083373e7f48589206661da ; exists: True ; vg_name: test_vg3 ; vg_uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:38:00,422 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:38:00,425 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:38:00,429 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:38:00,432 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:00,436 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:38:00,439 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:38:00,442 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:38:00,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF ; incomplete: True ; hidden: False ; 2024-03-01 17:38:00,449 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:00,449 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/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:00,480 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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=Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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=TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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=oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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=6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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:38:00,481 INFO program/MainThread: stderr[42]: 2024-03-01 17:38:00,481 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:38:00,485 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:00,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,496 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:38:00,496 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:38:00,500 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:38:00,500 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:38:00,504 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:38:00,507 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:38:00,508 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:38:00,511 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:38:00,512 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:38:00,512 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:38:00,516 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:38:00,520 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:38:00,520 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:38:00,524 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:38:00,527 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:38:00,527 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:38:00,531 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:38:00,531 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:38:00,532 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:38:00,532 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:38:00,535 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:38:00,535 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:38:00,539 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:38:00,539 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:38:00,543 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/850ca96d-9473-454e-8dbb-10ed8309f0e1 ' '/dev/test_vg3/lv5 /dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF0M71tz7FP1xXkwfVKEIUFJXnLLRZn80S', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF0M71tz7FP1xXkwfVKEIUFJXnLLRZn80S', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '850ca96d-9473-454e-8dbb-10ed8309f0e1', 'ID_FS_UUID_ENC': '850ca96d-9473-454e-8dbb-10ed8309f0e1', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975764366'} ; 2024-03-01 17:38:00,543 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:38:00,543 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:38:00,547 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:38:00,547 INFO program/MainThread: stderr[43]: 2024-03-01 17:38:00,548 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:38:00,548 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:38:00,551 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:38:00,551 INFO program/MainThread: stderr[44]: 2024-03-01 17:38:00,551 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:38:00,551 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:38:00,554 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:38:00,554 INFO program/MainThread: stderr[45]: 2024-03-01 17:38:00,554 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:38:00,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,563 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:38:00,566 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:00,566 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:38:00,567 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:00,567 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:38:00,563 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:00,568 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:38:00,571 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:38:00,571 INFO program/MainThread: stderr[46]: 2024-03-01 17:38:00,571 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:38:00,575 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:38:00,579 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:00,579 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:38:00,583 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:00,583 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:38:00,587 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,587 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:38:00,591 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,591 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:38:00,591 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:38:00,595 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:00,595 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:38:00,598 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:38:00,598 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:38:00,602 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,605 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:00,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:38:00,612 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:38:00,616 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:38:00,616 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:38:00,620 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:38:00,623 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:38:00,623 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:38:00,627 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:38:00,628 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:38:00,628 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:38:00,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:38:00,635 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:38:00,635 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:38:00,639 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:38:00,642 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:38:00,642 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:38:00,646 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:38:00,646 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:38:00,647 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:38:00,647 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:38:00,650 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:38:00,650 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:38:00,654 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:38:00,654 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:38:00,658 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d ' '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQFtRV0GqNykDg9RJjsjqH4F57IqhDHzGOC', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQFtRV0GqNykDg9RJjsjqH4F57IqhDHzGOC', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d', 'ID_FS_UUID_ENC': '5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975457572'} ; 2024-03-01 17:38:00,658 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:38:00,658 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:38:00,662 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:38:00,662 INFO program/MainThread: stderr[47]: 2024-03-01 17:38:00,663 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:38:00,663 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:38:00,666 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:38:00,666 INFO program/MainThread: stderr[48]: 2024-03-01 17:38:00,666 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:38:00,666 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:38:00,669 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:38:00,669 INFO program/MainThread: stderr[49]: 2024-03-01 17:38:00,669 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:38:00,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,678 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:38:00,681 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:00,682 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:38:00,682 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:00,683 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:38:00,678 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:00,684 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:38:00,687 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:38:00,688 INFO program/MainThread: stderr[50]: 2024-03-01 17:38:00,688 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:38:00,692 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:38:00,696 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:00,696 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:38:00,700 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:00,700 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:38:00,704 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,704 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:38:00,707 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,707 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:38:00,708 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:38:00,711 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:00,712 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:38:00,715 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:38:00,715 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:38:00,719 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,722 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:00,725 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:38:00,729 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:38:00,733 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:38:00,733 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:38:00,736 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:38:00,740 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:38:00,740 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:38:00,744 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:38:00,745 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:38:00,745 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:38:00,749 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:38:00,752 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:38:00,752 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:38:00,756 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:38:00,759 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:38:00,759 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:38:00,763 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:38:00,763 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:38:00,764 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:38:00,764 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:38:00,767 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:38:00,767 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:38:00,771 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:38:00,771 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:38:00,775 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/test_vg3/lv7 ' '/dev/disk/by-uuid/c2ff0412-6109-4b8d-a4ca-cfd75f690330 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQFoxH2cBNEYskb9shdRndiBntEgq1Oiihq', '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-TY1NI3h343GkgObbQSU7DrLu37XHTVQFoxH2cBNEYskb9shdRndiBntEgq1Oiihq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c2ff0412-6109-4b8d-a4ca-cfd75f690330', 'ID_FS_UUID_ENC': 'c2ff0412-6109-4b8d-a4ca-cfd75f690330', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975151917'} ; 2024-03-01 17:38:00,775 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:38:00,775 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:38:00,779 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:38:00,779 INFO program/MainThread: stderr[51]: 2024-03-01 17:38:00,780 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:38:00,780 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:38:00,783 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:38:00,783 INFO program/MainThread: stderr[52]: 2024-03-01 17:38:00,783 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:38:00,783 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:38:00,786 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:38:00,786 INFO program/MainThread: stderr[53]: 2024-03-01 17:38:00,786 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:38:00,791 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,795 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:38:00,798 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:00,799 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:38:00,800 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:00,801 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:38:00,795 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:00,801 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:38:00,805 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:38:00,805 INFO program/MainThread: stderr[54]: 2024-03-01 17:38:00,805 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:38:00,809 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:38:00,813 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:00,814 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:38:00,817 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:00,817 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:38:00,821 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,821 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:38:00,825 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,825 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:38:00,825 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:38:00,829 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:00,829 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:38:00,832 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:38:00,833 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:38:00,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:00,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,846 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:38:00,847 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:38:00,850 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:38:00,851 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:38:00,854 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:38:00,858 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:38:00,858 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:38:00,862 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:38:00,862 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:38:00,862 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:38:00,866 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:38:00,870 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:38:00,870 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:38:00,873 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:38:00,877 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:38:00,877 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:38:00,881 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:38:00,881 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:38:00,882 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:38:00,882 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:38:00,885 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:38:00,885 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:38:00,889 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:38:00,889 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:38:00,893 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-uuid/717416f1-4beb-40b4-9391-b94b0b0aafa5 ' '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF6E1o6XdZjjfpUWz0IqreCByrSlDVaVZP ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF6E1o6XdZjjfpUWz0IqreCByrSlDVaVZP', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '717416f1-4beb-40b4-9391-b94b0b0aafa5', 'ID_FS_UUID_ENC': '717416f1-4beb-40b4-9391-b94b0b0aafa5', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '974847351'} ; 2024-03-01 17:38:00,893 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:38:00,893 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:38:00,897 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:38:00,897 INFO program/MainThread: stderr[55]: 2024-03-01 17:38:00,897 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:38:00,897 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:38:00,900 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:38:00,901 INFO program/MainThread: stderr[56]: 2024-03-01 17:38:00,901 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:38:00,901 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:38:00,904 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:38:00,904 INFO program/MainThread: stderr[57]: 2024-03-01 17:38:00,904 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:38:00,909 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,913 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:38:00,916 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:00,917 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:00,918 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:00,919 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:00,913 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:00,920 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:38:00,923 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:38:00,923 INFO program/MainThread: stderr[58]: 2024-03-01 17:38:00,923 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:38:00,928 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:38:00,932 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:00,932 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:38:00,935 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:00,935 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:38:00,939 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,939 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:38:00,943 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,943 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:38:00,943 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:38:00,947 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:00,947 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:38:00,951 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:38:00,951 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:38:00,951 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:38:00,954 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': '28540800'} ; 2024-03-01 17:38:00,954 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:38:00,959 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:00,963 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:00,966 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:38:00,967 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:38:00,967 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:38:00,967 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:38:00,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:38:00,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:38:00,970 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:38:00,974 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:38:00,974 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:38:00,977 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:38:00,978 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:38:00,978 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:38:00,978 INFO blivet/MainThread: got device: DiskDevice instance (0x7f8af9548048) -- 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:38:00,981 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:38:00,985 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:00,985 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:38:00,989 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:00,989 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:38:00,992 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,992 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:38:00,996 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:00,996 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:38:00,999 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:38:01,003 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:01,006 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:38:01,013 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 0x7f8af958ab48> 2024-03-01 17:38:04,163 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:38:04,167 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:38:04,167 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:38:04,171 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': '28543624'} ; 2024-03-01 17:38:04,171 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:38:04,172 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:38:04,176 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:04,183 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:38:04,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,190 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:04,190 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:04,201 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:04,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:38:04,225 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:38:04,228 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:38:04,228 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:38:04,232 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:38:04,235 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:38:04,236 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:38:04,239 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:38:04,239 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:38:04,240 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:38:04,243 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:38:04,246 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:38:04,249 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:38:04,253 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:38:04,256 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:38:04,257 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:38:04,257 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:38:04,257 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:38:04,257 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f8af955bf28) -- 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 0x7f8af95609e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:38:04,262 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:38:04,265 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:04,266 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:38:04,269 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:04,269 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:38:04,273 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:04,273 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:38:04,276 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:04,276 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:38:04,276 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:38:04,280 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:04,280 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:38:04,283 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:38:04,283 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:38:04,286 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF6E1o6XdZjjfpUWz0IqreCByrSlDVaVZP ' '/dev/disk/by-uuid/717416f1-4beb-40b4-9391-b94b0b0aafa5', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF6E1o6XdZjjfpUWz0IqreCByrSlDVaVZP', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '717416f1-4beb-40b4-9391-b94b0b0aafa5', 'ID_FS_UUID_ENC': '717416f1-4beb-40b4-9391-b94b0b0aafa5', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '974847351'} ; 2024-03-01 17:38:04,286 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:38:04,287 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:38:04,291 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:38:04,291 INFO program/MainThread: stderr[59]: 2024-03-01 17:38:04,291 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:38:04,291 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:38:04,294 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:38:04,294 INFO program/MainThread: stderr[60]: 2024-03-01 17:38:04,294 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:38:04,294 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:38:04,297 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:38:04,298 INFO program/MainThread: stderr[61]: 2024-03-01 17:38:04,298 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:38:04,302 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,306 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:38:04,310 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:04,311 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:04,311 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:04,312 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:04,306 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:04,313 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:38:04,316 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:38:04,317 INFO program/MainThread: stderr[62]: 2024-03-01 17:38:04,317 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:38:04,321 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:38:04,321 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:38:04,324 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQFoxH2cBNEYskb9shdRndiBntEgq1Oiihq ' '/dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/disk/by-uuid/c2ff0412-6109-4b8d-a4ca-cfd75f690330 ' '/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-TY1NI3h343GkgObbQSU7DrLu37XHTVQFoxH2cBNEYskb9shdRndiBntEgq1Oiihq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'c2ff0412-6109-4b8d-a4ca-cfd75f690330', 'ID_FS_UUID_ENC': 'c2ff0412-6109-4b8d-a4ca-cfd75f690330', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975151917'} ; 2024-03-01 17:38:04,325 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:38:04,325 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:38:04,328 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:38:04,328 INFO program/MainThread: stderr[63]: 2024-03-01 17:38:04,328 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:38:04,328 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:38:04,331 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:38:04,332 INFO program/MainThread: stderr[64]: 2024-03-01 17:38:04,332 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:38:04,332 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:38:04,335 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:38:04,335 INFO program/MainThread: stderr[65]: 2024-03-01 17:38:04,335 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:38:04,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,343 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:38:04,347 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:04,348 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:04,348 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:04,349 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:04,344 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:04,350 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:38:04,353 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:38:04,354 INFO program/MainThread: stderr[66]: 2024-03-01 17:38:04,354 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:38:04,359 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:38:04,359 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:38:04,362 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQFtRV0GqNykDg9RJjsjqH4F57IqhDHzGOC ' '/dev/disk/by-uuid/5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d ' '/dev/disk/by-id/dm-name-test_vg3-lv6 /dev/mapper/test_vg3-lv6 ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQFtRV0GqNykDg9RJjsjqH4F57IqhDHzGOC', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d', 'ID_FS_UUID_ENC': '5f40dee9-9c1d-4b48-b207-2d1b2e0c1c4d', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975457572'} ; 2024-03-01 17:38:04,363 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:38:04,363 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:38:04,366 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:38:04,367 INFO program/MainThread: stderr[67]: 2024-03-01 17:38:04,367 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:38:04,367 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:38:04,370 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:38:04,370 INFO program/MainThread: stderr[68]: 2024-03-01 17:38:04,370 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:38:04,370 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:38:04,373 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:38:04,373 INFO program/MainThread: stderr[69]: 2024-03-01 17:38:04,373 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:38:04,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,381 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:38:04,385 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:04,386 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:04,386 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:04,387 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:04,381 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:04,388 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:38:04,391 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:38:04,391 INFO program/MainThread: stderr[70]: 2024-03-01 17:38:04,391 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:38:04,395 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:38:04,395 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:38:04,398 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/disk/by-uuid/850ca96d-9473-454e-8dbb-10ed8309f0e1 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF0M71tz7FP1xXkwfVKEIUFJXnLLRZn80S', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-TY1NI3h343GkgObbQSU7DrLu37XHTVQF0M71tz7FP1xXkwfVKEIUFJXnLLRZn80S', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '850ca96d-9473-454e-8dbb-10ed8309f0e1', 'ID_FS_UUID_ENC': '850ca96d-9473-454e-8dbb-10ed8309f0e1', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '975764366'} ; 2024-03-01 17:38:04,398 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:38:04,399 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:38:04,402 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:38:04,402 INFO program/MainThread: stderr[71]: 2024-03-01 17:38:04,402 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:38:04,402 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:38:04,405 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:38:04,405 INFO program/MainThread: stderr[72]: 2024-03-01 17:38:04,405 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:38:04,405 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:38:04,408 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:38:04,409 INFO program/MainThread: stderr[73]: 2024-03-01 17:38:04,409 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:38:04,413 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,417 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:38:04,420 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:04,421 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:04,421 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:04,423 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:04,417 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:04,423 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:38:04,426 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:38:04,427 INFO program/MainThread: stderr[74]: 2024-03-01 17:38:04,427 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:38:04,430 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:38:04,431 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:38:04,434 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/fc8e3f6c-53fd-4ce7-949b-69d2e410d795 ' '/dev/disk/by-id/dm-uuid-LVM-HZlY0th47B3h80yCrumkbA1frvZzefQ8TaJvhPFvuNcDaBw5hmOaqKyHWqr6fz2z ' '/dev/mapper/test_vg2-lv4 /dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-HZlY0th47B3h80yCrumkbA1frvZzefQ8TaJvhPFvuNcDaBw5hmOaqKyHWqr6fz2z', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'fc8e3f6c-53fd-4ce7-949b-69d2e410d795', 'ID_FS_UUID_ENC': 'fc8e3f6c-53fd-4ce7-949b-69d2e410d795', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '976629615'} ; 2024-03-01 17:38:04,434 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:38:04,434 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:38:04,437 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:38:04,437 INFO program/MainThread: stderr[75]: 2024-03-01 17:38:04,437 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:38:04,437 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:38:04,440 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:38:04,441 INFO program/MainThread: stderr[76]: 2024-03-01 17:38:04,441 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:38:04,441 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:38:04,444 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:38:04,444 INFO program/MainThread: stderr[77]: 2024-03-01 17:38:04,444 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:38:04,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,452 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:38:04,454 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:04,455 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:04,456 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:04,456 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:04,452 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:04,457 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:38:04,460 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:38:04,460 INFO program/MainThread: stderr[78]: 2024-03-01 17:38:04,460 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:38:04,464 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:38:04,464 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:38:04,467 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-uuid/df30783e-2406-4ac2-beb6-1e431b933ece ' '/dev/disk/by-id/dm-uuid-LVM-HZlY0th47B3h80yCrumkbA1frvZzefQ8Bz0MjOLFnU6etryjNYZ1jYqfyJ1PMKVw ' '/dev/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-HZlY0th47B3h80yCrumkbA1frvZzefQ8Bz0MjOLFnU6etryjNYZ1jYqfyJ1PMKVw', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'df30783e-2406-4ac2-beb6-1e431b933ece', 'ID_FS_UUID_ENC': 'df30783e-2406-4ac2-beb6-1e431b933ece', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '976924391'} ; 2024-03-01 17:38:04,467 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:38:04,468 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:38:04,471 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:38:04,471 INFO program/MainThread: stderr[79]: 2024-03-01 17:38:04,471 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:38:04,471 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:38:04,474 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:38:04,474 INFO program/MainThread: stderr[80]: 2024-03-01 17:38:04,474 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:38:04,474 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:38:04,477 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:38:04,477 INFO program/MainThread: stderr[81]: 2024-03-01 17:38:04,477 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:38:04,482 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,485 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:38:04,488 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:04,489 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:04,489 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:04,490 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:04,485 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:04,490 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:38:04,493 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:38:04,494 INFO program/MainThread: stderr[82]: 2024-03-01 17:38:04,494 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:38:04,497 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:38:04,498 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:38:04,501 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-uuid/3d8f7f72-6f48-4b92-9d31-4b123dd4398a ' '/dev/disk/by-id/dm-uuid-LVM-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJY7tjKm711Oy9Vc40v3Ye0K9gRCt9CGMm ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/mapper/test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJY7tjKm711Oy9Vc40v3Ye0K9gRCt9CGMm', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3d8f7f72-6f48-4b92-9d31-4b123dd4398a', 'ID_FS_UUID_ENC': '3d8f7f72-6f48-4b92-9d31-4b123dd4398a', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '977744779'} ; 2024-03-01 17:38:04,501 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:38:04,501 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:38:04,504 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:38:04,504 INFO program/MainThread: stderr[83]: 2024-03-01 17:38:04,504 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:38:04,504 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:38:04,507 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:38:04,508 INFO program/MainThread: stderr[84]: 2024-03-01 17:38:04,508 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:38:04,508 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:38:04,511 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:38:04,511 INFO program/MainThread: stderr[85]: 2024-03-01 17:38:04,511 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:38:04,515 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,519 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:38:04,521 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,522 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,523 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,523 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,519 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,524 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:38:04,527 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:38:04,528 INFO program/MainThread: stderr[86]: 2024-03-01 17:38:04,528 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:38:04,531 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:38:04,532 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:38:04,535 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJsvbmkqRT1Yw9XunWeSxR0maHKBr36XF6 ' '/dev/disk/by-uuid/bf4aae2a-1f8e-4648-9f35-492dfa265e5d ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/mapper/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-h0jmzF90F4k6gKIc0ycKgcXJl0dAoagJsvbmkqRT1Yw9XunWeSxR0maHKBr36XF6', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'bf4aae2a-1f8e-4648-9f35-492dfa265e5d', 'ID_FS_UUID_ENC': 'bf4aae2a-1f8e-4648-9f35-492dfa265e5d', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '978043973'} ; 2024-03-01 17:38:04,535 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:38:04,535 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:04,538 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:38:04,538 INFO program/MainThread: stderr[87]: 2024-03-01 17:38:04,538 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:38:04,539 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:04,542 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:38:04,542 INFO program/MainThread: stderr[88]: 2024-03-01 17:38:04,542 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:38:04,542 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:04,545 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:38:04,545 INFO program/MainThread: stderr[89]: 2024-03-01 17:38:04,545 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:38:04,550 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,553 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:38:04,556 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,556 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,557 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,557 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,553 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,558 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:38:04,561 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:38:04,561 INFO program/MainThread: stderr[90]: 2024-03-01 17:38:04,561 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:38:04,565 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:38:04,565 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:38:04,565 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:04,577 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:04,593 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:38:04,594 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:38:04,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:04,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,608 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:04,608 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:38:04,611 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,614 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:04,617 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,621 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:04,621 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:38:04,624 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,627 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:04,630 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,633 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:04,634 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:38:04,636 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,640 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:04,643 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:04,646 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:38:04,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:04,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:04,659 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:38:04,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,665 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:04,668 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,671 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:04,671 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:38:04,674 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,677 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:04,678 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:38:04,678 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:04,678 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:04,679 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:04,679 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:04,680 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:04,680 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:04,680 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:04,681 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:04,681 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:04,681 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:04,682 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:04,682 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:38:04,685 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,688 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:38:04,688 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:38:04,691 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:38:04,694 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:38:04,697 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,700 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:38:04,700 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:38:04,703 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,706 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:38:04,707 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:38:04,709 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,710 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,710 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,711 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,707 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,714 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,714 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,715 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,716 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,712 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,718 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,719 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,719 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,720 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,716 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,723 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,724 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,724 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,725 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,721 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,727 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,728 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,728 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,729 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,725 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,732 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,733 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,733 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,734 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,730 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,736 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,737 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,737 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,738 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,734 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,741 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,742 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,742 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,743 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,739 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,745 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,746 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,746 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,747 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,743 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,750 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,751 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,751 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,752 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,748 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,754 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,755 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,755 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,756 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,752 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,759 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,760 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,760 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,761 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,757 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,763 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,764 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,764 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,765 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,761 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,768 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,769 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,769 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,770 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,766 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,772 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,773 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,773 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,774 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,770 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,777 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,778 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,778 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,779 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,775 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,781 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,782 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,782 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,783 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,779 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,786 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,787 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,787 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,788 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,784 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,790 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,791 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,791 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,792 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,788 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,795 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,796 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,796 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,797 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,793 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,799 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,800 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,800 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,801 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,797 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,804 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,805 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,805 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,806 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,802 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,808 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,809 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,809 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,810 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,806 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,813 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,814 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,814 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,815 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,811 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,817 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,818 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,818 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,819 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,815 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,822 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,823 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,823 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,824 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,820 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,826 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,827 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,828 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,828 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,824 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,831 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,832 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,832 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,833 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,829 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,835 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,836 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,837 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,837 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,833 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,840 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,841 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,841 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,842 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,838 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,844 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,845 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,846 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,846 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,842 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,849 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,850 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,850 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,851 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:38:04,847 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = svbmkq-RT1Y-w9Xu-nWeS-xR0m-aHKB-r36XF6 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,851 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:38:04,855 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:38:04,855 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:04,855 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 17:38:04,859 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:38:04,859 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:04,860 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 17:38:04,863 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:38:04,864 INFO program/MainThread: stderr[91]: 2024-03-01 17:38:04,864 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 17:38:04,868 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 17:38:04,869 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:38:04,869 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:04,872 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:04,875 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:38:04,875 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:38:04,878 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,879 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,879 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,880 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,875 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,883 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,883 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,884 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,884 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,880 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,887 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,888 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,888 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,889 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,885 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,892 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,892 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,893 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,893 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,889 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,896 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,897 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,897 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,898 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,894 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,901 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,901 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,902 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,902 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,898 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,905 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,906 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,906 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,907 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,903 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,910 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,910 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,911 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,911 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,907 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,914 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,915 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,915 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,916 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,912 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,919 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,919 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,920 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,920 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,916 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,923 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,924 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,924 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,925 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,921 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,927 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,928 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,929 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,929 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,925 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,932 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,933 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,933 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,934 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,930 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,936 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,937 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,938 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,938 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,934 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,941 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,942 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,942 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,943 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,939 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,945 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,946 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,946 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,947 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,943 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,950 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,951 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,951 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,952 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,948 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,954 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,955 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,955 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,956 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,952 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,959 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,960 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,960 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,961 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,957 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,963 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,964 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,964 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,965 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,961 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,968 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,969 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,969 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,970 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,966 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,972 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,973 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,973 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,974 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,970 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,977 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,977 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,978 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,978 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,975 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,981 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,982 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,982 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,983 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,979 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,986 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,986 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,987 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,987 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,983 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,990 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,991 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,991 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,992 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,988 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,995 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,995 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,996 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:04,996 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,992 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:04,999 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:05,000 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:05,000 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:05,001 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:04,997 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:05,004 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:05,004 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:05,005 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:05,005 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:05,001 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:05,008 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:05,009 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:05,009 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:05,010 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:05,006 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:05,013 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:05,013 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:05,014 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:05,014 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:05,010 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:05,017 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:05,018 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:05,018 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:38:05,019 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:38:05,015 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af9588dd8) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = Y7tjKm-711O-y9Vc-40v3-Ye0K-9gRC-t9CGMm 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 (0x7f8af9601ac8) -- 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 = h0jmzF-90F4-k6gK-Ic0y-cKgc-XJl0-dAoagJ size = 2.98 GiB format = existing None major = 0 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:38:05,019 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 17:38:05,022 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:38:05,023 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:05,023 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 17:38:05,026 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 17:38:05,026 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:38:05,030 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:38:05,030 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 17:38:05,030 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:38:05,030 DEBUG blivet.ansible/MainThread: ['sdc', 'sda', 'test_vg1', 'sdb'] 2024-03-01 17:38:05,030 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:38:05,033 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:38:05,034 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:05,037 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:38:05,040 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:38:05,043 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:38:05,043 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:38:05,043 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:38:05,043 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:38:05,043 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:38:05,046 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:38:05,046 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:05,047 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 17:38:05,050 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:38:05,050 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:38:05,050 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:38:05,050 DEBUG blivet/MainThread: removing sda 2024-03-01 17:38:05,053 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:38:05,053 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:05,053 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 17:38:05,056 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:38:05,057 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:38:05,057 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:38:05,057 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:38:05,060 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:38:05,060 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:05,060 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 17:38:05,063 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:38:05,063 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:38:05,066 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:05,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:38:05,070 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 17:38:05,070 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:38:05,070 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:38:05,071 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:38:05,071 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:38:05,071 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:38:05,072 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:38:05,072 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:38:05,072 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:38:05,073 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:38:05,073 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:38:05,073 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:38:05,074 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:38:05,077 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:38:05,080 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 17:38:05,080 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:38:05,083 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:38:05,086 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 17:38:05,086 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:38:05,089 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:38:05,092 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 17:38:05,092 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:38:05,095 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:05,098 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:38:05,098 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:38:05,101 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,101 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,102 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,102 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,098 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,105 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,106 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,106 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,107 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,103 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,110 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,111 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,111 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,112 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,108 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,114 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,115 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,115 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,116 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,112 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,119 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,120 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,120 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,121 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,117 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,123 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,124 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,124 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,125 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,121 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,128 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,129 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,129 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,130 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,126 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,132 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,133 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,133 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,134 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,130 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,137 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,138 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,138 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,139 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,135 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,141 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,142 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,142 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,143 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,139 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,146 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,147 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,147 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,148 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,144 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,150 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,151 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,151 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,152 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,148 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,155 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,155 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,156 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,157 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,153 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,159 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,160 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,160 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,161 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,157 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,164 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,164 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,165 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,166 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,162 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,168 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,169 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,169 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,170 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,166 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,173 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,173 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,174 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,175 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,171 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,177 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,178 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,178 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,179 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,175 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,182 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,182 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,183 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,183 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,180 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,186 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,187 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,187 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,188 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,184 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,191 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,191 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,192 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,192 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,189 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,195 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,196 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,196 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,197 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,193 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,200 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,200 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,201 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,201 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,197 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,204 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,205 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,205 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,206 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,202 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,208 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,209 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,210 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,210 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,206 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,213 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,214 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,214 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,215 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,211 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,218 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,218 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,219 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,219 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,215 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,222 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,223 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,223 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,224 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,220 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,226 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,227 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,228 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,228 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,224 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,231 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,232 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,232 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,233 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,229 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,235 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,236 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,236 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,237 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,240 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,241 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,241 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,242 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:38:05,238 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95a9c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = Bz0MjO-LFnU-6etr-yjNY-Z1jY-qfyJ-1PMKVw 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,242 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 17:38:05,246 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:38:05,246 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:05,246 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 17:38:05,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 17:38:05,249 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:38:05,253 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 17:38:05,253 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 17:38:05,253 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:38:05,256 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:05,259 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:38:05,259 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:38:05,262 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,262 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,263 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,263 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,260 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,266 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,266 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,267 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,267 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,264 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,270 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,270 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,271 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,271 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,268 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,274 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,274 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,275 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,275 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,272 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,278 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,278 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,279 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,279 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,276 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,282 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,282 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,283 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,283 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,280 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,286 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,286 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,287 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,287 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,284 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,290 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,290 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,291 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,291 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,288 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,294 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,294 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,294 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,295 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,292 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,297 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,298 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,298 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,299 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,295 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,301 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,302 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,302 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,303 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,299 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,305 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,306 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,306 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,307 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,303 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,309 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,310 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,310 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,311 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,307 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,313 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,314 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,314 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,315 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,311 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,317 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,318 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,318 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,319 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,315 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,321 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,322 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,322 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,323 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,319 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,325 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,326 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,326 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,327 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,323 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,329 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,330 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,330 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,331 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,327 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,333 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,334 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,334 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,335 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,331 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,337 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,338 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,338 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,339 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,335 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,341 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,342 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,342 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,343 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,339 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,345 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,346 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,346 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,347 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,343 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,349 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,350 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,350 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,351 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,347 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,353 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,354 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,354 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,355 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,351 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,357 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,358 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,358 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,359 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,355 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,361 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,362 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,362 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,363 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,359 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,365 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,366 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,366 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,367 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,363 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,369 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,370 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,370 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,371 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,367 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,373 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,374 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,374 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,375 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,371 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,377 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,378 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,378 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,379 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,375 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,381 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,382 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,382 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,383 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,379 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,385 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,386 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,386 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:38:05,387 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:38:05,383 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8b08620ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = TaJvhP-FvuN-cDaB-w5hm-OaqK-yHWq-r6fz2z 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 (0x7f8af95a24e0) -- 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 = HZlY0t-h47B-3h80-yCru-mkbA-1frv-ZzefQ8 size = 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:38:05,387 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 17:38:05,390 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:38:05,390 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:05,391 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 17:38:05,394 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 17:38:05,394 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:38:05,398 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:38:05,398 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 17:38:05,398 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:38:05,398 DEBUG blivet.ansible/MainThread: ['sde', 'sdd', 'sdf', 'test_vg2'] 2024-03-01 17:38:05,398 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 17:38:05,401 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 17:38:05,401 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:05,404 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:38:05,408 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:38:05,411 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:38:05,411 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 17:38:05,411 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:38:05,411 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 17:38:05,411 DEBUG blivet/MainThread: removing sde 2024-03-01 17:38:05,414 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 17:38:05,414 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:05,414 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 17:38:05,417 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 17:38:05,417 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:38:05,417 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 17:38:05,417 DEBUG blivet/MainThread: removing sdd 2024-03-01 17:38:05,420 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 17:38:05,420 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:05,421 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 17:38:05,424 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 17:38:05,424 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:38:05,424 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 17:38:05,424 DEBUG blivet/MainThread: removing sdf 2024-03-01 17:38:05,427 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 17:38:05,427 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:05,427 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 17:38:05,430 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 17:38:05,430 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:38:05,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:05,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:05,437 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 17:38:05,437 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:05,438 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:05,438 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:05,439 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:05,439 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:05,439 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:05,440 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:05,440 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:05,441 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:05,441 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:05,442 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:05,442 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:38:05,445 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:38:05,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 17:38:05,448 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:38:05,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:38:05,454 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 17:38:05,454 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:38:05,457 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:38:05,460 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 17:38:05,460 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:38:05,463 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:38:05,466 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 17:38:05,466 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:38:05,469 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:05,472 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:38:05,473 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:38:05,475 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,477 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,477 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,478 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,473 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,482 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,483 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,484 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,479 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,489 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,489 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,490 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,485 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,494 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,495 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,495 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,496 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,491 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,500 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,501 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,501 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,502 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,497 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,506 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,507 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,507 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,508 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,503 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,512 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,513 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,513 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,514 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,509 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,518 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,519 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,521 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,515 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,524 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,525 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,525 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,527 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,521 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,530 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,531 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,532 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,533 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,527 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,536 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,537 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,537 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,539 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,533 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,542 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,543 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,544 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,545 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,539 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,548 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,549 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,550 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,551 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,545 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,554 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,555 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,556 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,557 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,551 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,560 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,561 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,562 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,563 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,557 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,566 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,567 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,568 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,569 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,563 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,572 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,573 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,574 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,575 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,570 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,578 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,579 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,580 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,581 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,576 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,584 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,585 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,586 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,587 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,582 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,590 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,591 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,592 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,593 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,588 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,596 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,597 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,598 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,599 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,594 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,602 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,603 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,604 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,605 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,600 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,608 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,609 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,610 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,611 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,606 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,614 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,615 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,616 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,617 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,612 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,620 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,622 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,622 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,623 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,618 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,626 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,628 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,628 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,629 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,624 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,632 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,634 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,634 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,635 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,630 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,638 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,640 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,640 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,641 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,636 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,645 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,646 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,646 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,647 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,642 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,651 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,652 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,652 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,653 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,648 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,657 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,658 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,658 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,659 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,654 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,663 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,664 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,664 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,665 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:38:05,660 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af95b26d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 0M71tz-7FP1-xXkw-fVKE-IUFJ-XnLL-RZn80S 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,666 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 17:38:05,669 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:38:05,670 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:05,670 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 17:38:05,673 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 17:38:05,673 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:38:05,677 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 17:38:05,677 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 17:38:05,677 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:38:05,680 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:05,683 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:38:05,683 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:38:05,686 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,687 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,687 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,688 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,683 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,692 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,693 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,693 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,694 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,689 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,697 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,698 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,699 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,700 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,695 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,703 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,704 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,704 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,705 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,700 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,708 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,709 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,710 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,711 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,706 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,714 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,715 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,715 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,716 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,711 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,720 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,721 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,721 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,722 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,717 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,725 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,726 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,727 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,728 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,723 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,731 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,732 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,732 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,733 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,728 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,736 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,737 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,738 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,739 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,734 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,742 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,743 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,743 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,744 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,739 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,747 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,748 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,749 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,750 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,745 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,753 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,754 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,754 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,755 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,750 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,759 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,760 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,760 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,761 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,756 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,764 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,765 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,766 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,766 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,770 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,771 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,771 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,772 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,767 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,775 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,776 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,777 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,778 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,773 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,781 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,782 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,782 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,783 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,778 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,786 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,787 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,788 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,789 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,784 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,792 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,793 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,793 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,794 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,789 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,798 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,799 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,799 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,800 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,795 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,803 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,804 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,805 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,806 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,801 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,809 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,810 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,810 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,811 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,806 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,814 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,815 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,816 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,817 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,812 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,820 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,821 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,821 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,822 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,817 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,825 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,826 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,827 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,828 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,823 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,831 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,832 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,832 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,833 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,829 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,837 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,838 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,838 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,839 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,834 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,842 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,843 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,844 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,845 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,840 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,848 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,849 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,849 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,850 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,845 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,853 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,854 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,855 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,856 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,851 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,859 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,860 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,860 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,861 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:38:05,856 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af959fd30) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = tRV0Gq-NykD-g9RJ-jsjq-H4F5-7Iqh-DHzGOC 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,862 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 17:38:05,865 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:38:05,866 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:05,866 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 17:38:05,869 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 17:38:05,869 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:38:05,873 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 17:38:05,873 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 17:38:05,873 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:38:05,876 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:05,879 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:38:05,880 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:38:05,882 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,883 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,883 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,884 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,880 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,887 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,888 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,888 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,889 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,885 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,892 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,893 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,894 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,895 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,890 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,898 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,898 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,899 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,900 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,895 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,903 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,904 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,904 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,905 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,900 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,908 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,909 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,909 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,910 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,905 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,913 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,914 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,914 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,915 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,910 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,918 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,919 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,919 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,920 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,916 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,923 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,924 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,924 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,925 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,921 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,928 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,929 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,929 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,930 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,926 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,933 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,934 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,934 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,935 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,931 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,938 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,939 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,939 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,940 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,936 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,943 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,944 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,945 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,945 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,941 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,948 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,949 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,950 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,950 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,946 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,953 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,954 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,955 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,955 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,951 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,958 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,959 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,960 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,960 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,956 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,964 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,964 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,965 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,966 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,961 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,969 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,969 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,970 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,971 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,966 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,974 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,975 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,975 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,976 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,971 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,980 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,980 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,981 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,976 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,984 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,985 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,985 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,986 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,982 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,989 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,990 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,990 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,991 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,987 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,994 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,995 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,995 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:05,996 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,992 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:05,999 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,000 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,001 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,001 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:05,997 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,004 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,005 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,006 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,007 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,002 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,010 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,010 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,011 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,012 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,007 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,015 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,016 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,017 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,012 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,020 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,021 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,022 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,017 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,025 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,026 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,026 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,027 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,022 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,030 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,031 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,031 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,032 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,027 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,035 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,036 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,036 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,037 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,032 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,040 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,041 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,041 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,042 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:38:06,038 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8afa70b710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = oxH2cB-NEYs-kb9s-hdRn-diBn-tEgq-1Oiihq 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,043 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 17:38:06,046 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:38:06,046 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:06,046 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 17:38:06,050 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 17:38:06,050 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:38:06,053 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:38:06,053 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 17:38:06,053 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:38:06,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:06,060 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:38:06,060 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:38:06,062 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,063 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,063 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,064 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,060 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,067 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,068 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,068 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,069 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,065 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,072 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,072 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,073 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,073 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,069 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,076 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,077 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,077 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,078 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,074 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,081 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,081 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,082 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,082 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,078 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,085 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,086 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,086 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,087 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,083 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,090 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,091 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,092 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,094 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,095 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,095 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,096 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,092 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,099 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,100 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,100 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,101 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,097 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,104 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,104 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,105 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,105 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,101 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,108 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,109 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,109 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,110 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,106 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,113 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,113 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,114 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,114 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,110 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,117 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,118 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,118 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,119 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,115 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,122 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,123 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,123 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,124 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,120 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,126 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,127 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,127 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,128 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,124 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,131 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,132 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,132 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,133 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,129 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,135 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,136 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,137 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,137 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,133 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,140 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,141 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,141 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,142 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,138 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,145 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,145 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,146 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,146 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,142 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,149 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,150 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,150 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,151 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,147 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,154 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,154 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,155 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,155 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,151 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,158 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,159 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,159 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,160 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,156 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,163 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,163 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,164 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,164 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,160 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,167 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,168 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,168 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,169 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,165 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,172 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,172 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,173 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,174 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,170 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,176 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,177 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,177 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,178 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,174 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,181 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,182 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,183 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,179 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,185 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,186 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,186 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,187 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,183 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,190 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,191 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,191 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,192 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,188 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,194 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,195 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,196 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,196 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,192 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,199 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,200 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,200 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,201 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,197 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,204 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,204 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,205 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:38:06,205 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:38:06,201 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f8af953c7b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 6E1o6X-dZjj-fpUW-z0Iq-reCB-yrSl-DVaVZP 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 (0x7f8af9573240) -- 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 = TY1NI3-h343-GkgO-bbQS-U7Dr-Lu37-XHTVQF size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:38:06,206 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 17:38:06,209 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:38:06,209 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:06,209 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 17:38:06,213 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 17:38:06,213 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:38:06,216 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 17:38:06,217 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 17:38:06,217 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:38:06,217 DEBUG blivet.ansible/MainThread: ['test_vg3', 'sdj', 'sdg', 'sdh', 'sdi'] 2024-03-01 17:38:06,217 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 17:38:06,220 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 17:38:06,220 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:06,223 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:38:06,227 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:38:06,230 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:38:06,233 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:38:06,233 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 17:38:06,233 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:38:06,233 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 17:38:06,233 DEBUG blivet/MainThread: removing sdj 2024-03-01 17:38:06,236 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 17:38:06,236 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:06,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 17:38:06,239 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 17:38:06,240 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:38:06,240 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 17:38:06,240 DEBUG blivet/MainThread: removing sdg 2024-03-01 17:38:06,243 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 17:38:06,243 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:06,243 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 17:38:06,246 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 17:38:06,246 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:38:06,246 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 17:38:06,246 DEBUG blivet/MainThread: removing sdh 2024-03-01 17:38:06,249 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 17:38:06,249 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:06,249 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 17:38:06,252 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 17:38:06,252 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:38:06,252 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 17:38:06,253 DEBUG blivet/MainThread: removing sdi 2024-03-01 17:38:06,255 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 17:38:06,255 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:38:06,256 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 17:38:06,259 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 17:38:06,259 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:38:06,260 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:06,270 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,285 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:06,295 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,314 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:38:06,314 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:06,327 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,346 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:38:06,346 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:06,359 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,378 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:38:06,378 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:06,389 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,407 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:38:06,408 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:06,420 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,438 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:38:06,439 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:06,449 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,467 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:38:06,468 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:06,480 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,498 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:38:06,499 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:06,509 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,527 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:38:06,528 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:06,528 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:06,528 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:38:06,528 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:38:06,528 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:38:06,528 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:38:06,529 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:38:06,529 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:38:06,529 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:38:06,529 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:38:06,529 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:38:06,529 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:38:06,529 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:38:06,529 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:38:06,529 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:38:06,529 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:38:06,529 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:38:06,529 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:38:06,530 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:38:06,530 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:38:06,530 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:38:06,530 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:38:06,530 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:38:06,530 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:38:06,530 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:38:06,530 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:38:06,530 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:38:06,530 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:38:06,530 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:38:06,530 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:38:06,532 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:38:06,535 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:38:06,538 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:38:06,541 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:38:06,542 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:38:06,545 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:38:06,545 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 0x7f8af95313b8> 2024-03-01 17:38:06,545 INFO blivet/MainThread: sorting actions... 2024-03-01 17:38:06,566 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:38:06,566 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:38:06,567 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:38:06,567 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:38:06,567 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:38:06,567 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:38:06,567 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:38:06,567 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:38:06,568 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:38:06,568 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:38:06,568 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:38:06,568 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:38:06,568 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:38:06,568 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:38:06,568 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:38:06,569 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:38:06,569 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:38:06,569 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:38:06,569 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:38:06,569 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:38:06,569 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:38:06,569 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:38:06,570 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:38:06,570 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:06,570 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:06,570 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:38:06,570 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:38:06,570 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:38:06,570 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:38:06,571 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:38:06,574 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:06,577 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:38:06,577 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 17:38:06,586 INFO program/MainThread: stdout: 2024-03-01 17:38:06,586 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:38:06,586 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,586 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:06,603 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,603 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:06,613 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,614 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:38:06,618 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 17:38:06,621 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:38:06,625 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:38:06,629 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 17:38:06,632 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:38:06,632 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:06,667 INFO program/MainThread: stdout[92]: 2024-03-01 17:38:06,667 INFO program/MainThread: stderr[92]: 2024-03-01 17:38:06,668 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 17:38:06,672 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:38:06,675 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:06,679 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:38:06,682 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:06,685 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:38:06,688 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:06,692 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:38:06,695 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:06,698 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:38:06,701 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 17:38:06,701 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:06,748 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 17:38:06,748 INFO program/MainThread: stderr[93]: 2024-03-01 17:38:06,748 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 17:38:06,749 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:38:06,757 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:06,768 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:38:06,769 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 17:38:06,785 INFO program/MainThread: stdout: 2024-03-01 17:38:06,785 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:38:06,786 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,786 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:06,811 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,811 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:06,823 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,824 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:38:06,828 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 17:38:06,832 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:38:06,835 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:38:06,839 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 17:38:06,842 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:38:06,842 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:06,877 INFO program/MainThread: stdout[94]: 2024-03-01 17:38:06,878 INFO program/MainThread: stderr[94]: 2024-03-01 17:38:06,878 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 17:38:06,882 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:38:06,885 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:06,889 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:38:06,892 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:06,895 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:38:06,899 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:06,902 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:38:06,905 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:06,908 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:38:06,912 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 17:38:06,912 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:06,955 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 17:38:06,955 INFO program/MainThread: stderr[95]: 2024-03-01 17:38:06,956 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 17:38:06,956 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:38:06,964 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:06,975 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:38:06,975 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 17:38:06,988 INFO program/MainThread: stdout: 2024-03-01 17:38:06,988 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:38:06,988 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:06,988 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:07,017 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,018 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:07,029 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,030 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:38:07,034 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 17:38:07,038 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:38:07,041 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:38:07,045 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 17:38:07,048 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:38:07,048 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:07,089 INFO program/MainThread: stdout[96]: 2024-03-01 17:38:07,089 INFO program/MainThread: stderr[96]: 2024-03-01 17:38:07,089 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 17:38:07,093 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:38:07,097 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,100 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:38:07,103 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,106 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:38:07,110 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,113 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:38:07,116 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,119 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:38:07,123 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 17:38:07,123 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:07,168 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 17:38:07,169 INFO program/MainThread: stderr[97]: 2024-03-01 17:38:07,169 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 17:38:07,170 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:38:07,178 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,186 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:38:07,186 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 17:38:07,204 INFO program/MainThread: stdout: 2024-03-01 17:38:07,204 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:38:07,204 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,205 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:07,231 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,232 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:07,242 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,243 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:38:07,247 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 17:38:07,251 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:38:07,254 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:38:07,258 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 17:38:07,261 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:38:07,261 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:07,295 INFO program/MainThread: stdout[98]: 2024-03-01 17:38:07,295 INFO program/MainThread: stderr[98]: 2024-03-01 17:38:07,295 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 17:38:07,299 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:38:07,303 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,306 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:38:07,309 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,312 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:38:07,316 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,319 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:38:07,322 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,325 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:38:07,329 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 17:38:07,329 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:07,368 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 17:38:07,368 INFO program/MainThread: stderr[99]: 2024-03-01 17:38:07,368 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 17:38:07,369 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:38:07,376 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 17:38:07,384 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 17:38:07,390 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:38:07,404 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,412 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:38:07,417 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,424 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:38:07,430 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,436 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:38:07,442 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,446 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:38:07,449 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 17:38:07,449 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:07,484 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 17:38:07,485 INFO program/MainThread: stderr[100]: 2024-03-01 17:38:07,485 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 17:38:07,485 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:07,543 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 17:38:07,544 INFO program/MainThread: stderr[101]: 2024-03-01 17:38:07,544 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 17:38:07,544 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:07,579 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 17:38:07,579 INFO program/MainThread: stderr[102]: 2024-03-01 17:38:07,579 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 17:38:07,580 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:38:07,587 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,594 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:38:07,600 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:38:07,601 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdi$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:07,664 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 17:38:07,664 INFO program/MainThread: stderr[103]: 2024-03-01 17:38:07,664 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 17:38:07,664 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 17:38:07,665 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:07,697 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,697 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:07,709 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,709 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:07,723 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,724 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:38:07,728 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,731 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:38:07,734 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:38:07,734 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:07,762 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 17:38:07,762 INFO program/MainThread: stderr[104]: 2024-03-01 17:38:07,762 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 17:38:07,762 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 17:38:07,763 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:07,791 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,791 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:07,805 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,806 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:07,816 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,816 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:38:07,823 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,827 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:38:07,830 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:38:07,830 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sdg$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:07,857 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 17:38:07,857 INFO program/MainThread: stderr[105]: 2024-03-01 17:38:07,857 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 17:38:07,858 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 17:38:07,858 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:07,889 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,889 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:07,901 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,901 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:07,914 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,914 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:38:07,919 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:07,922 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:38:07,925 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:38:07,925 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","a|/dev/sdj$|","a|/dev/sdd$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:07,948 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 17:38:07,948 INFO program/MainThread: stderr[106]: 2024-03-01 17:38:07,949 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 17:38:07,949 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 17:38:07,949 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:07,980 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,981 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:07,996 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:07,996 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,007 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,007 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:38:08,015 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,019 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:38:08,019 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 17:38:08,026 INFO program/MainThread: stdout: 2024-03-01 17:38:08,027 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:38:08,027 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,027 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,042 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,042 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,055 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,056 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:38:08,060 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 17:38:08,064 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:38:08,067 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:38:08,071 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 17:38:08,075 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:38:08,075 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sdf$|","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:38:08,107 INFO program/MainThread: stdout[107]: 2024-03-01 17:38:08,107 INFO program/MainThread: stderr[107]: 2024-03-01 17:38:08,107 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 17:38:08,111 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:38:08,115 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,118 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 17:38:08,121 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,125 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 17:38:08,128 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,131 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 17:38:08,134 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 17:38:08,134 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sdf$|","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:38:08,174 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 17:38:08,174 INFO program/MainThread: stderr[108]: 2024-03-01 17:38:08,174 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 17:38:08,175 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:38:08,183 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,190 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:38:08,190 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 17:38:08,202 INFO program/MainThread: stdout: 2024-03-01 17:38:08,202 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:38:08,202 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,203 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,229 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,230 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,241 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,242 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:38:08,246 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 17:38:08,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:38:08,253 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:38:08,257 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 17:38:08,260 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:38:08,261 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sdf$|","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:38:08,296 INFO program/MainThread: stdout[109]: 2024-03-01 17:38:08,297 INFO program/MainThread: stderr[109]: 2024-03-01 17:38:08,297 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 17:38:08,301 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:38:08,305 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,308 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:38:08,311 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,314 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:38:08,318 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,321 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:38:08,324 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 17:38:08,324 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sdf$|","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:38:08,361 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 17:38:08,361 INFO program/MainThread: stderr[110]: 2024-03-01 17:38:08,361 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 17:38:08,362 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:38:08,369 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 17:38:08,377 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 17:38:08,382 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:38:08,390 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,397 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:38:08,403 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,411 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:38:08,414 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,418 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:38:08,421 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 17:38:08,421 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sdf$|","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:38:08,453 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 17:38:08,453 INFO program/MainThread: stderr[111]: 2024-03-01 17:38:08,454 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 17:38:08,454 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sdf$|","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:38:08,501 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 17:38:08,502 INFO program/MainThread: stderr[112]: 2024-03-01 17:38:08,502 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 17:38:08,502 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sdf$|","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:38:08,544 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 17:38:08,544 INFO program/MainThread: stderr[113]: 2024-03-01 17:38:08,544 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 17:38:08,545 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:38:08,552 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,561 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:38:08,567 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:38:08,567 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sdf$|","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:38:08,604 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 17:38:08,604 INFO program/MainThread: stderr[114]: 2024-03-01 17:38:08,604 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 17:38:08,604 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 17:38:08,605 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,638 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,638 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,654 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,654 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,667 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,668 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:38:08,672 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,675 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:38:08,678 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:38:08,678 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sdd --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:38:08,705 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 17:38:08,705 INFO program/MainThread: stderr[115]: 2024-03-01 17:38:08,705 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 17:38:08,706 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 17:38:08,706 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,738 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,738 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,751 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,751 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,764 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,765 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:38:08,769 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,772 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:38:08,775 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:38:08,775 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","a|/dev/sde$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:08,800 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 17:38:08,800 INFO program/MainThread: stderr[116]: 2024-03-01 17:38:08,800 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 17:38:08,800 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 17:38:08,801 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,831 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,831 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,843 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,843 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,858 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,859 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:38:08,863 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,867 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:38:08,867 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 17:38:08,875 INFO program/MainThread: stdout: 2024-03-01 17:38:08,875 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:38:08,875 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,875 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,891 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,891 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:08,903 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:08,904 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:38:08,908 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 17:38:08,911 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:38:08,915 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:38:08,919 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 17:38:08,922 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:38:08,922 INFO program/MainThread: Running [117] lvm lvchange -an test_vg1/lv2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:08,956 INFO program/MainThread: stdout[117]: 2024-03-01 17:38:08,957 INFO program/MainThread: stderr[117]: 2024-03-01 17:38:08,957 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 17:38:08,962 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:38:08,965 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,968 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 17:38:08,971 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,975 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 17:38:08,978 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:08,981 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 17:38:08,984 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 17:38:08,984 INFO program/MainThread: Running [118] lvm lvremove --yes test_vg1/lv2 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:09,023 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 17:38:09,023 INFO program/MainThread: stderr[118]: 2024-03-01 17:38:09,023 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 17:38:09,024 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:09,032 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:09,042 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:38:09,042 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:38:09,056 INFO program/MainThread: stdout: 2024-03-01 17:38:09,056 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:38:09,056 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:09,056 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:09,077 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:09,078 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:09,088 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:09,089 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:38:09,093 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:38:09,097 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:38:09,100 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:38:09,104 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:38:09,107 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:38:09,107 INFO program/MainThread: Running [119] lvm lvchange -an test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:09,142 INFO program/MainThread: stdout[119]: 2024-03-01 17:38:09,143 INFO program/MainThread: stderr[119]: 2024-03-01 17:38:09,143 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 17:38:09,147 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:38:09,151 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:09,154 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:38:09,157 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:09,160 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:38:09,164 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:09,167 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:38:09,170 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:38:09,170 INFO program/MainThread: Running [120] lvm lvremove --yes test_vg1/lv1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:09,205 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 17:38:09,206 INFO program/MainThread: stderr[120]: 2024-03-01 17:38:09,206 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 17:38:09,206 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:38:09,213 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:38:09,221 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:38:09,227 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:38:09,234 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:09,240 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:38:09,246 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:09,252 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:38:09,259 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:09,265 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:38:09,268 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:38:09,268 INFO program/MainThread: Running [121] lvm vgreduce --removemissing --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:09,302 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 17:38:09,302 INFO program/MainThread: stderr[121]: 2024-03-01 17:38:09,302 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 17:38:09,302 INFO program/MainThread: Running [122] lvm vgchange -an test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:09,345 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:38:09,345 INFO program/MainThread: stderr[122]: 2024-03-01 17:38:09,345 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 17:38:09,345 INFO program/MainThread: Running [123] lvm vgremove --force test_vg1 --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:09,381 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 17:38:09,382 INFO program/MainThread: stderr[123]: 2024-03-01 17:38:09,382 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 17:38:09,382 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:38:09,390 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:09,403 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:38:09,410 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:38:09,410 INFO program/MainThread: Running [124] lvm pvremove --force --force --yes /dev/sdb --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:09,449 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:38:09,449 INFO program/MainThread: stderr[124]: 2024-03-01 17:38:09,449 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 17:38:09,449 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:38:09,450 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:09,483 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:09,484 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:09,500 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:09,500 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:09,513 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:09,514 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:38:09,518 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:09,521 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:38:09,524 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:38:09,524 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:09,552 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:38:09,552 INFO program/MainThread: stderr[125]: 2024-03-01 17:38:09,552 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 17:38:09,552 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:38:09,552 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:09,585 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:09,585 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:09,597 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:09,597 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:09,613 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:09,614 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:38:09,618 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:09,621 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:38:09,624 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:38:09,624 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:38:09,652 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:38:09,653 INFO program/MainThread: stderr[126]: 2024-03-01 17:38:09,653 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 17:38:09,653 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:38:09,653 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:09,687 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:09,688 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:09,702 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:09,702 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:09,714 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:09,720 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:38:09,720 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 0x7f8af9531a40> 2024-03-01 17:38:23,260 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_lnd_xu8j/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:38:27,823 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_ikrpfkgt/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:38:34,980 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_aysuczq1/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:38:35,016 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:35,017 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:38:35,020 INFO program/MainThread: stdout[2]: 2024-03-01 17:38:35,020 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:38:35,020 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:38:35,021 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:38:35,025 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:35,025 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:38:35,029 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:35,029 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:38:35,032 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:35,033 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:38:35,036 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:35,036 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:38:35,043 INFO program/MainThread: stdout: 2024-03-01 17:38:35,043 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:38:35,044 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:38:35,044 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:38:35,044 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:38:35,044 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:38:35,044 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:38:35,044 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:38:35,044 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:38:35,044 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:38:35,044 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:38:35,044 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:38:35,044 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:38:35,044 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:38:35,044 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:38:35,044 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:38:35,044 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:35,044 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:38:35,044 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:35,044 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:35,045 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:38:35,045 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:35,045 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:38:35,045 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:38:35,045 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:35,058 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:35,070 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:38:35,074 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/scsi-3600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_70412c03-b8b2-48d9-89a3-e23cf1cb45f2', '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': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'ID_SERIAL': '3600140570412c03b8b248d989a3e23cf', 'ID_SERIAL_SHORT': '600140570412c03b8b248d989a3e23cf', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570412c03b', 'ID_WWN_VENDOR_EXTENSION': '0x8b248d989a3e23cf', 'ID_WWN_WITH_EXTENSION': '0x600140570412c03b8b248d989a3e23cf', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570412c03b8b248d989a3e23cf', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517695292'} ; 2024-03-01 17:38:35,074 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:38:35,075 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:35,102 INFO program/MainThread: stdout[3]: 2024-03-01 17:38:35,102 INFO program/MainThread: stderr[3]: 2024-03-01 17:38:35,102 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:38:35,107 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:35,110 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:35,116 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:38:35,120 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:38:35,121 INFO blivet/MainThread: sda is a disk 2024-03-01 17:38:35,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:38:35,121 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:38:35,125 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:38:35,129 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:38:35,129 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:38:35,132 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:38:35,133 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:38:35,133 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:38:35,133 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff7768ab438) -- 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 = 600140570412c03b8b248d989a3e23cf 2024-03-01 17:38:35,137 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:38:35,137 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:38:35,140 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/scsi-36001405a766a6cdffaf44c68ec1f86ad', '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': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'ID_SERIAL': '36001405a766a6cdffaf44c68ec1f86ad', 'ID_SERIAL_SHORT': '6001405a766a6cdffaf44c68ec1f86ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a766a6cdf', 'ID_WWN_VENDOR_EXTENSION': '0xfaf44c68ec1f86ad', 'ID_WWN_WITH_EXTENSION': '0x6001405a766a6cdffaf44c68ec1f86ad', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a766a6cdffaf44c68ec1f86ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517722648'} ; 2024-03-01 17:38:35,140 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:38:35,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:38:35,147 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:35,151 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:38:35,151 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:38:35,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:38:35,151 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:38:35,154 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:38:35,158 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:38:35,158 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:38:35,161 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:38:35,161 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:38:35,162 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:38:35,162 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff7758573c8) -- 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 = 6001405a766a6cdffaf44c68ec1f86ad 2024-03-01 17:38:35,165 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:38:35,165 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:38:35,169 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/scsi-36001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/wwn-0x6001405fb406ddb3a264dc7a3da0115b', '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': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'ID_SERIAL': '36001405fb406ddb3a264dc7a3da0115b', 'ID_SERIAL_SHORT': '6001405fb406ddb3a264dc7a3da0115b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb406ddb3', 'ID_WWN_VENDOR_EXTENSION': '0xa264dc7a3da0115b', 'ID_WWN_WITH_EXTENSION': '0x6001405fb406ddb3a264dc7a3da0115b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb406ddb3a264dc7a3da0115b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518467710'} ; 2024-03-01 17:38:35,169 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:38:35,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:38:35,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:35,179 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:38:35,179 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:38:35,180 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:38:35,180 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:38:35,183 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:38:35,186 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:38:35,186 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:38:35,189 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:38:35,190 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:38:35,190 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:38:35,190 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff775857470) -- 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 = 6001405fb406ddb3a264dc7a3da0115b 2024-03-01 17:38:35,194 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:38:35,194 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:38:35,197 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/scsi-360014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', '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': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'ID_SERIAL': '360014055002d72f33954a3eb4b6255a2', 'ID_SERIAL_SHORT': '60014055002d72f33954a3eb4b6255a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055002d72f3', 'ID_WWN_VENDOR_EXTENSION': '0x3954a3eb4b6255a2', 'ID_WWN_WITH_EXTENSION': '0x60014055002d72f33954a3eb4b6255a2', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055002d72f33954a3eb4b6255a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518574569'} ; 2024-03-01 17:38:35,197 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:38:35,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:38:35,203 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:35,207 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:38:35,208 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:38:35,208 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:38:35,208 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:38:35,211 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:38:35,214 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:38:35,215 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:38:35,218 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:38:35,218 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:38:35,219 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:38:35,219 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff77585f588) -- 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 = 60014055002d72f33954a3eb4b6255a2 2024-03-01 17:38:35,222 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:38:35,222 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:38:35,226 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/wwn-0x60014053d1743e8b22f4a7b836611b7e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/scsi-360014053d1743e8b22f4a7b836611b7e', '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': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'ID_SERIAL': '360014053d1743e8b22f4a7b836611b7e', 'ID_SERIAL_SHORT': '60014053d1743e8b22f4a7b836611b7e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053d1743e8b', 'ID_WWN_VENDOR_EXTENSION': '0x22f4a7b836611b7e', 'ID_WWN_WITH_EXTENSION': '0x60014053d1743e8b22f4a7b836611b7e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053d1743e8b22f4a7b836611b7e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517737874'} ; 2024-03-01 17:38:35,226 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:38:35,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:38:35,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:35,236 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:38:35,236 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:38:35,236 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:38:35,237 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:38:35,240 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:38:35,243 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:38:35,243 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:38:35,247 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:38:35,247 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:38:35,247 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:38:35,247 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff77585f630) -- 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 = 60014053d1743e8b22f4a7b836611b7e 2024-03-01 17:38:35,251 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:38:35,251 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:38:35,254 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/scsi-36001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/wwn-0x6001405186e251afa3542ac8387e73fc', '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': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'ID_SERIAL': '36001405186e251afa3542ac8387e73fc', 'ID_SERIAL_SHORT': '6001405186e251afa3542ac8387e73fc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405186e251af', 'ID_WWN_VENDOR_EXTENSION': '0xa3542ac8387e73fc', 'ID_WWN_WITH_EXTENSION': '0x6001405186e251afa3542ac8387e73fc', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405186e251afa3542ac8387e73fc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517903506'} ; 2024-03-01 17:38:35,254 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:38:35,258 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:38:35,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:35,264 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:38:35,265 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:38:35,265 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:38:35,265 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:38:35,268 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:38:35,272 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:38:35,272 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:38:35,275 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:38:35,276 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:38:35,276 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:38:35,276 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff77585b470) -- 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 = 6001405186e251afa3542ac8387e73fc 2024-03-01 17:38:35,279 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:38:35,280 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:38:35,283 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/scsi-36001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/wwn-0x6001405c36e94bdfb744081a90a92ca0', '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': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'ID_SERIAL': '36001405c36e94bdfb744081a90a92ca0', 'ID_SERIAL_SHORT': '6001405c36e94bdfb744081a90a92ca0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c36e94bdf', 'ID_WWN_VENDOR_EXTENSION': '0xb744081a90a92ca0', 'ID_WWN_WITH_EXTENSION': '0x6001405c36e94bdfb744081a90a92ca0', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c36e94bdfb744081a90a92ca0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517954946'} ; 2024-03-01 17:38:35,283 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:38:35,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:38:35,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:35,293 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:38:35,294 INFO blivet/MainThread: sde is a disk 2024-03-01 17:38:35,294 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:38:35,294 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:38:35,297 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:38:35,300 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:38:35,301 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:38:35,304 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:38:35,304 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:38:35,304 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:38:35,305 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff77585bb00) -- 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 = 6001405c36e94bdfb744081a90a92ca0 2024-03-01 17:38:35,308 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:38:35,308 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:38:35,312 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/wwn-0x6001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/scsi-36001405e81c340fa4c446bc905c9610a', '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': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'ID_SERIAL': '36001405e81c340fa4c446bc905c9610a', 'ID_SERIAL_SHORT': '6001405e81c340fa4c446bc905c9610a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81c340fa', 'ID_WWN_VENDOR_EXTENSION': '0x4c446bc905c9610a', 'ID_WWN_WITH_EXTENSION': '0x6001405e81c340fa4c446bc905c9610a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81c340fa4c446bc905c9610a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518047959'} ; 2024-03-01 17:38:35,312 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:38:35,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:38:35,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:35,322 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:38:35,322 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:38:35,322 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:38:35,323 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:38:35,326 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:38:35,329 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:38:35,329 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:38:35,332 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:38:35,333 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:38:35,333 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:38:35,333 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff77585b208) -- 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 = 6001405e81c340fa4c446bc905c9610a 2024-03-01 17:38:35,337 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:38:35,337 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:38:35,340 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/wwn-0x60014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f', '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': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'ID_SERIAL': '360014056d2cd68d87c04fab9da080392', 'ID_SERIAL_SHORT': '60014056d2cd68d87c04fab9da080392', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d2cd68d8', 'ID_WWN_VENDOR_EXTENSION': '0x7c04fab9da080392', 'ID_WWN_WITH_EXTENSION': '0x60014056d2cd68d87c04fab9da080392', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d2cd68d87c04fab9da080392', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518046294'} ; 2024-03-01 17:38:35,340 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:38:35,344 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:38:35,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:35,350 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:38:35,351 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:38:35,351 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:38:35,351 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:38:35,354 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:38:35,358 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:38:35,358 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:38:35,361 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:38:35,361 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:38:35,362 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:38:35,362 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff77586a9e8) -- 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 = 60014056d2cd68d87c04fab9da080392 2024-03-01 17:38:35,365 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:38:35,365 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:38:35,369 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014054d1200ba74634939936da912e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/wwn-0x60014054d1200ba74634939936da912e', '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': '4d1200ba-7463-4939-936d-a912e7234c5d', 'ID_SERIAL': '360014054d1200ba74634939936da912e', 'ID_SERIAL_SHORT': '60014054d1200ba74634939936da912e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d1200ba7', 'ID_WWN_VENDOR_EXTENSION': '0x4634939936da912e', 'ID_WWN_WITH_EXTENSION': '0x60014054d1200ba74634939936da912e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d1200ba74634939936da912e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518165885'} ; 2024-03-01 17:38:35,369 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:38:35,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:38:35,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:35,379 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:38:35,380 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:38:35,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:38:35,380 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:38:35,383 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:38:35,386 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:38:35,386 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:38:35,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:38:35,390 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:38:35,390 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:38:35,391 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff77585ba20) -- 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 = 60014054d1200ba74634939936da912e 2024-03-01 17:38:35,394 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:38:35,394 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:38:35,397 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/scsi-36001405e8ee59f0315f48b4b12e0bc3a', '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': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'ID_SERIAL': '36001405e8ee59f0315f48b4b12e0bc3a', 'ID_SERIAL_SHORT': '6001405e8ee59f0315f48b4b12e0bc3a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e8ee59f03', 'ID_WWN_VENDOR_EXTENSION': '0x15f48b4b12e0bc3a', 'ID_WWN_WITH_EXTENSION': '0x6001405e8ee59f0315f48b4b12e0bc3a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e8ee59f0315f48b4b12e0bc3a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518250709'} ; 2024-03-01 17:38:35,397 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:38:35,401 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:38:35,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:35,408 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:38:35,408 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:38:35,408 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:38:35,408 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:38:35,412 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:38:35,415 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:38:35,415 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:38:35,418 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:38:35,419 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:38:35,419 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:38:35,419 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff77587f908) -- 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 = 6001405e8ee59f0315f48b4b12e0bc3a 2024-03-01 17:38:35,423 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:38:35,423 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:38:35,426 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405ff4083373e7f48589206661da ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/scsi-36001405ff4083373e7f48589206661da', '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': 'ff408337-3e7f-4858-9206-661da27eed75', 'ID_SERIAL': '36001405ff4083373e7f48589206661da', 'ID_SERIAL_SHORT': '6001405ff4083373e7f48589206661da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ff4083373', 'ID_WWN_VENDOR_EXTENSION': '0xe7f48589206661da', 'ID_WWN_WITH_EXTENSION': '0x6001405ff4083373e7f48589206661da', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ff4083373e7f48589206661da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518315010'} ; 2024-03-01 17:38:35,426 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:38:35,430 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:38:35,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:35,437 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:38:35,437 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:38:35,437 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:38:35,437 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:38:35,440 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:38:35,444 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:38:35,444 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:38:35,447 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:38:35,448 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:38:35,448 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:38:35,448 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff77587ff98) -- 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 = 6001405ff4083373e7f48589206661da 2024-03-01 17:38:35,452 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:38:35,452 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:38:35,455 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': '28540800'} ; 2024-03-01 17:38:35,455 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:38:35,458 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:35,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:35,465 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:38:35,465 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:38:35,465 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:38:35,465 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:38:35,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:38:35,466 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:38:35,469 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:38:35,472 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:38:35,472 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:38:35,475 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:38:35,476 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:38:35,476 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:38:35,476 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff77587feb8) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:38:35,480 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:38:35,483 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:35,483 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:38:35,487 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:35,487 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:38:35,490 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:35,490 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:38:35,494 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:35,494 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:38:35,498 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:38:35,501 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:35,504 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:38:35,508 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 0x7ff775870448> 2024-03-01 17:38:38,128 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:38:38,132 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:38:38,132 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:38:38,136 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': '28543624'} ; 2024-03-01 17:38:38,136 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:38:38,136 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:38:38,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:38,143 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:38,146 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:38:38,149 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:38,152 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:38,152 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:38,163 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:38,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:38,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:38:38,182 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:38:38,186 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:38:38,186 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:38:38,189 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:38:38,193 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:38:38,193 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:38:38,196 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:38:38,197 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:38:38,197 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:38:38,200 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:38:38,203 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:38:38,206 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:38:38,209 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:38:38,213 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:38:38,213 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:38:38,213 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:38:38,214 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:38:38,213 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff7758570b8) -- 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 0x7ff7758150f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:38:38,218 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:38:38,221 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:38,221 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:38:38,225 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:38,225 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:38:38,228 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:38,228 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:38:38,232 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:38,232 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:38:38,234 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:38:38,234 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:38:38,237 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:38,238 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:38:38,241 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:38:38,241 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:38:38,242 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:38,254 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:38,266 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:38:38,267 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:38:38,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:38:38,274 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:38,277 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:38:38,280 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:38,280 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:38:38,283 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:38:38,286 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:38,289 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:38:38,292 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:38,292 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:38:38,295 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:38:38,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:38,301 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:38:38,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:38,304 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:38:38,306 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:38:38,309 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:38,312 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:38:38,315 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:38,315 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:38:38,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:38:38,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:38,323 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:38:38,326 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:38,326 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:38:38,329 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:38:38,332 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:38,335 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:38:38,338 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:38,338 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:38:38,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:38:38,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:38:38,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 84 2024-03-01 17:38:38,338 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:38:38,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 86 2024-03-01 17:38:38,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:38:38,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:38:38,339 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:38:43,044 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_4_dgb82u/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:38:43,080 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:43,081 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:38:43,084 INFO program/MainThread: stdout[2]: 2024-03-01 17:38:43,084 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:38:43,084 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:38:43,084 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:38:43,088 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:43,089 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:38:43,092 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:43,093 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:38:43,096 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:43,096 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:38:43,099 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:38:43,099 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:38:43,107 INFO program/MainThread: stdout: 2024-03-01 17:38:43,107 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:38:43,107 INFO program/MainThread: sda 1073741824 root disk brw-rw---- 2024-03-01 17:38:43,107 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- 2024-03-01 17:38:43,107 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- 2024-03-01 17:38:43,107 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- 2024-03-01 17:38:43,107 INFO program/MainThread: sde 1073741824 root disk brw-rw---- 2024-03-01 17:38:43,107 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- 2024-03-01 17:38:43,107 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- 2024-03-01 17:38:43,107 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- 2024-03-01 17:38:43,107 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- 2024-03-01 17:38:43,107 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- 2024-03-01 17:38:43,107 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:38:43,107 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:38:43,107 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:38:43,107 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:38:43,108 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:43,108 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- sdb 1073741824 root disk brw-rw---- sdc 1073741824 root disk brw-rw---- sdd 1073741824 root disk brw-rw---- sde 1073741824 root disk brw-rw---- sdf 1073741824 root disk brw-rw---- sdg 1073741824 root disk brw-rw---- sdh 1073741824 root disk brw-rw---- sdi 1073741824 root disk brw-rw---- sdj 1073741824 root disk brw-rw---- sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:38:43,108 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:43,108 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:43,108 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:38:43,108 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:38:43,108 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:38:43,109 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:38:43,109 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:43,119 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:43,130 INFO blivet/MainThread: devices to scan: ['sda', 'sdb', 'sdk', 'sdl', 'sdc', 'sdd', 'sde', 'sdf', 'sdg', 'sdh', 'sdi', 'sdj', 'xvda', 'xvda1'] 2024-03-01 17:38:43,135 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/wwn-0x600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/scsi-3600140570412c03b8b248d989a3e23cf', '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': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'ID_SERIAL': '3600140570412c03b8b248d989a3e23cf', 'ID_SERIAL_SHORT': '600140570412c03b8b248d989a3e23cf', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570412c03b', 'ID_WWN_VENDOR_EXTENSION': '0x8b248d989a3e23cf', 'ID_WWN_WITH_EXTENSION': '0x600140570412c03b8b248d989a3e23cf', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570412c03b8b248d989a3e23cf', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517695292'} ; 2024-03-01 17:38:43,135 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:38:43,136 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:43,165 INFO program/MainThread: stdout[3]: 2024-03-01 17:38:43,166 INFO program/MainThread: stderr[3]: 2024-03-01 17:38:43,166 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:38:43,170 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:43,173 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:43,178 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:38:43,183 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:38:43,183 INFO blivet/MainThread: sda is a disk 2024-03-01 17:38:43,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:38:43,184 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:38:43,187 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:38:43,191 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:38:43,191 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:38:43,194 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:38:43,195 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:38:43,195 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:38:43,195 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8bb38d3c8) -- 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 = 600140570412c03b8b248d989a3e23cf 2024-03-01 17:38:43,199 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:38:43,199 DEBUG blivet/MainThread: no type or existing type for sda, bailing 2024-03-01 17:38:43,202 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/wwn-0x6001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c', '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': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'ID_SERIAL': '36001405a766a6cdffaf44c68ec1f86ad', 'ID_SERIAL_SHORT': '6001405a766a6cdffaf44c68ec1f86ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a766a6cdf', 'ID_WWN_VENDOR_EXTENSION': '0xfaf44c68ec1f86ad', 'ID_WWN_WITH_EXTENSION': '0x6001405a766a6cdffaf44c68ec1f86ad', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a766a6cdffaf44c68ec1f86ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517722648'} ; 2024-03-01 17:38:43,203 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:38:43,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:38:43,209 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:43,212 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:38:43,213 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:38:43,213 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 8 2024-03-01 17:38:43,213 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 9 2024-03-01 17:38:43,216 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:38:43,219 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:38:43,220 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:38:43,223 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:38:43,223 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:38:43,224 INFO blivet/MainThread: added disk sdb (id 7) to device tree 2024-03-01 17:38:43,224 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8ba339358) -- 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 = 6001405a766a6cdffaf44c68ec1f86ad 2024-03-01 17:38:43,227 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:38:43,227 DEBUG blivet/MainThread: no type or existing type for sdb, bailing 2024-03-01 17:38:43,231 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/wwn-0x6001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/scsi-36001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', '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': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'ID_SERIAL': '36001405fb406ddb3a264dc7a3da0115b', 'ID_SERIAL_SHORT': '6001405fb406ddb3a264dc7a3da0115b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb406ddb3', 'ID_WWN_VENDOR_EXTENSION': '0xa264dc7a3da0115b', 'ID_WWN_WITH_EXTENSION': '0x6001405fb406ddb3a264dc7a3da0115b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb406ddb3a264dc7a3da0115b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518467710'} ; 2024-03-01 17:38:43,231 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:38:43,234 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:38:43,237 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:43,241 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:38:43,241 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:38:43,241 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:38:43,241 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 14 2024-03-01 17:38:43,244 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:38:43,248 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:38:43,248 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:38:43,251 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:38:43,251 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:38:43,252 INFO blivet/MainThread: added disk sdk (id 12) to device tree 2024-03-01 17:38:43,252 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8ba339400) -- 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 = 6001405fb406ddb3a264dc7a3da0115b 2024-03-01 17:38:43,255 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:38:43,255 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:38:43,258 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/scsi-360014055002d72f33954a3eb4b6255a2', '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': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'ID_SERIAL': '360014055002d72f33954a3eb4b6255a2', 'ID_SERIAL_SHORT': '60014055002d72f33954a3eb4b6255a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055002d72f3', 'ID_WWN_VENDOR_EXTENSION': '0x3954a3eb4b6255a2', 'ID_WWN_WITH_EXTENSION': '0x60014055002d72f33954a3eb4b6255a2', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055002d72f33954a3eb4b6255a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518574569'} ; 2024-03-01 17:38:43,259 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:38:43,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:38:43,265 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:43,269 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:38:43,269 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:38:43,269 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:38:43,269 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 19 2024-03-01 17:38:43,272 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:38:43,276 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:38:43,276 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:38:43,279 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:38:43,279 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:38:43,280 INFO blivet/MainThread: added disk sdl (id 17) to device tree 2024-03-01 17:38:43,280 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8ba341518) -- 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 = 60014055002d72f33954a3eb4b6255a2 2024-03-01 17:38:43,283 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:38:43,283 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:38:43,287 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014053d1743e8b22f4a7b836611b7e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/wwn-0x60014053d1743e8b22f4a7b836611b7e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_3d1743e8-b22f-4a7b-8366-11b7e31787fc', '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': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'ID_SERIAL': '360014053d1743e8b22f4a7b836611b7e', 'ID_SERIAL_SHORT': '60014053d1743e8b22f4a7b836611b7e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053d1743e8b', 'ID_WWN_VENDOR_EXTENSION': '0x22f4a7b836611b7e', 'ID_WWN_WITH_EXTENSION': '0x60014053d1743e8b22f4a7b836611b7e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053d1743e8b22f4a7b836611b7e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517737874'} ; 2024-03-01 17:38:43,287 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:38:43,290 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:38:43,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:43,297 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:38:43,297 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:38:43,297 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 23 2024-03-01 17:38:43,297 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 24 2024-03-01 17:38:43,301 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:38:43,304 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:38:43,304 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:38:43,307 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:38:43,307 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:38:43,308 INFO blivet/MainThread: added disk sdc (id 22) to device tree 2024-03-01 17:38:43,308 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8ba3415f8) -- 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 = 60014053d1743e8b22f4a7b836611b7e 2024-03-01 17:38:43,311 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:38:43,311 DEBUG blivet/MainThread: no type or existing type for sdc, bailing 2024-03-01 17:38:43,315 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/scsi-36001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_186e251a-fa35-42ac-8387-e73fc2ef3bb2', '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': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'ID_SERIAL': '36001405186e251afa3542ac8387e73fc', 'ID_SERIAL_SHORT': '6001405186e251afa3542ac8387e73fc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405186e251af', 'ID_WWN_VENDOR_EXTENSION': '0xa3542ac8387e73fc', 'ID_WWN_WITH_EXTENSION': '0x6001405186e251afa3542ac8387e73fc', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405186e251afa3542ac8387e73fc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517903506'} ; 2024-03-01 17:38:43,315 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:38:43,318 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:38:43,321 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:43,325 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:38:43,325 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:38:43,325 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:38:43,326 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 29 2024-03-01 17:38:43,329 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:38:43,332 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:38:43,332 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:38:43,336 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:38:43,336 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:38:43,336 INFO blivet/MainThread: added disk sdd (id 27) to device tree 2024-03-01 17:38:43,336 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8ba342400) -- 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 = 6001405186e251afa3542ac8387e73fc 2024-03-01 17:38:43,340 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:38:43,340 DEBUG blivet/MainThread: no type or existing type for sdd, bailing 2024-03-01 17:38:43,343 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/wwn-0x6001405c36e94bdfb744081a90a92ca0', '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': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'ID_SERIAL': '36001405c36e94bdfb744081a90a92ca0', 'ID_SERIAL_SHORT': '6001405c36e94bdfb744081a90a92ca0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c36e94bdf', 'ID_WWN_VENDOR_EXTENSION': '0xb744081a90a92ca0', 'ID_WWN_WITH_EXTENSION': '0x6001405c36e94bdfb744081a90a92ca0', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c36e94bdfb744081a90a92ca0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517954946'} ; 2024-03-01 17:38:43,343 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:38:43,346 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:38:43,349 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:43,353 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:38:43,354 INFO blivet/MainThread: sde is a disk 2024-03-01 17:38:43,354 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:38:43,354 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 34 2024-03-01 17:38:43,357 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:38:43,360 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:38:43,360 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:38:43,364 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:38:43,364 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:38:43,364 INFO blivet/MainThread: added disk sde (id 32) to device tree 2024-03-01 17:38:43,364 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8ba342a90) -- 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 = 6001405c36e94bdfb744081a90a92ca0 2024-03-01 17:38:43,368 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:38:43,368 DEBUG blivet/MainThread: no type or existing type for sde, bailing 2024-03-01 17:38:43,371 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/scsi-36001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/wwn-0x6001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', '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': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'ID_SERIAL': '36001405e81c340fa4c446bc905c9610a', 'ID_SERIAL_SHORT': '6001405e81c340fa4c446bc905c9610a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81c340fa', 'ID_WWN_VENDOR_EXTENSION': '0x4c446bc905c9610a', 'ID_WWN_WITH_EXTENSION': '0x6001405e81c340fa4c446bc905c9610a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81c340fa4c446bc905c9610a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518047959'} ; 2024-03-01 17:38:43,372 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:38:43,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:38:43,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:43,381 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:38:43,382 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:38:43,382 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:38:43,382 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 39 2024-03-01 17:38:43,385 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:38:43,389 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:38:43,389 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:38:43,392 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:38:43,392 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:38:43,393 INFO blivet/MainThread: added disk sdf (id 37) to device tree 2024-03-01 17:38:43,393 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8ba342f98) -- 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 = 6001405e81c340fa4c446bc905c9610a 2024-03-01 17:38:43,396 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:38:43,396 DEBUG blivet/MainThread: no type or existing type for sdf, bailing 2024-03-01 17:38:43,400 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/wwn-0x60014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/scsi-360014056d2cd68d87c04fab9da080392', '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': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'ID_SERIAL': '360014056d2cd68d87c04fab9da080392', 'ID_SERIAL_SHORT': '60014056d2cd68d87c04fab9da080392', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d2cd68d8', 'ID_WWN_VENDOR_EXTENSION': '0x7c04fab9da080392', 'ID_WWN_WITH_EXTENSION': '0x60014056d2cd68d87c04fab9da080392', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d2cd68d87c04fab9da080392', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518046294'} ; 2024-03-01 17:38:43,400 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:38:43,403 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:38:43,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:43,410 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:38:43,410 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:38:43,410 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 43 2024-03-01 17:38:43,410 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 44 2024-03-01 17:38:43,413 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:38:43,417 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:38:43,417 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:38:43,420 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:38:43,421 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:38:43,421 INFO blivet/MainThread: added disk sdg (id 42) to device tree 2024-03-01 17:38:43,421 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8ba34c978) -- 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 = 60014056d2cd68d87c04fab9da080392 2024-03-01 17:38:43,424 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:38:43,425 DEBUG blivet/MainThread: no type or existing type for sdg, bailing 2024-03-01 17:38:43,428 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk7_4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/scsi-360014054d1200ba74634939936da912e ' '/dev/disk/by-id/wwn-0x60014054d1200ba74634939936da912e', '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': '4d1200ba-7463-4939-936d-a912e7234c5d', 'ID_SERIAL': '360014054d1200ba74634939936da912e', 'ID_SERIAL_SHORT': '60014054d1200ba74634939936da912e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d1200ba7', 'ID_WWN_VENDOR_EXTENSION': '0x4634939936da912e', 'ID_WWN_WITH_EXTENSION': '0x60014054d1200ba74634939936da912e', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d1200ba74634939936da912e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518165885'} ; 2024-03-01 17:38:43,428 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:38:43,431 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:38:43,434 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:43,438 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:38:43,438 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:38:43,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 48 2024-03-01 17:38:43,439 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:38:43,442 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:38:43,445 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:38:43,445 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:38:43,448 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:38:43,449 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:38:43,449 INFO blivet/MainThread: added disk sdh (id 47) to device tree 2024-03-01 17:38:43,449 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8ba34cf60) -- 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 = 60014054d1200ba74634939936da912e 2024-03-01 17:38:43,453 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:38:43,453 DEBUG blivet/MainThread: no type or existing type for sdh, bailing 2024-03-01 17:38:43,456 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/scsi-36001405e8ee59f0315f48b4b12e0bc3a', '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': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'ID_SERIAL': '36001405e8ee59f0315f48b4b12e0bc3a', 'ID_SERIAL_SHORT': '6001405e8ee59f0315f48b4b12e0bc3a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e8ee59f03', 'ID_WWN_VENDOR_EXTENSION': '0x15f48b4b12e0bc3a', 'ID_WWN_WITH_EXTENSION': '0x6001405e8ee59f0315f48b4b12e0bc3a', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e8ee59f0315f48b4b12e0bc3a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518250709'} ; 2024-03-01 17:38:43,456 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:38:43,459 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:38:43,462 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:43,466 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:38:43,467 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:38:43,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 53 2024-03-01 17:38:43,467 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 54 2024-03-01 17:38:43,470 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:38:43,473 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:38:43,474 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:38:43,477 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:38:43,477 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:38:43,477 INFO blivet/MainThread: added disk sdi (id 52) to device tree 2024-03-01 17:38:43,478 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8ba358898) -- 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 = 6001405e8ee59f0315f48b4b12e0bc3a 2024-03-01 17:38:43,481 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:38:43,481 DEBUG blivet/MainThread: no type or existing type for sdi, bailing 2024-03-01 17:38:43,484 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/scsi-36001405ff4083373e7f48589206661da ' '/dev/disk/by-id/wwn-0x6001405ff4083373e7f48589206661da', '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': 'ff408337-3e7f-4858-9206-661da27eed75', 'ID_SERIAL': '36001405ff4083373e7f48589206661da', 'ID_SERIAL_SHORT': '6001405ff4083373e7f48589206661da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ff4083373', 'ID_WWN_VENDOR_EXTENSION': '0xe7f48589206661da', 'ID_WWN_WITH_EXTENSION': '0x6001405ff4083373e7f48589206661da', 'LVM_PV_GONE': '1', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ff4083373e7f48589206661da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518315010'} ; 2024-03-01 17:38:43,484 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:38:43,488 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:38:43,491 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:43,495 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:38:43,495 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:38:43,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 58 2024-03-01 17:38:43,495 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:38:43,498 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:38:43,502 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:38:43,502 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:38:43,505 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:38:43,505 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:38:43,506 INFO blivet/MainThread: added disk sdj (id 57) to device tree 2024-03-01 17:38:43,506 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8ba358f28) -- 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 = 6001405ff4083373e7f48589206661da 2024-03-01 17:38:43,509 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:38:43,509 DEBUG blivet/MainThread: no type or existing type for sdj, bailing 2024-03-01 17:38:43,512 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': '28540800'} ; 2024-03-01 17:38:43,513 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:38:43,516 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:43,519 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:43,523 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:38:43,523 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:38:43,523 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:38:43,523 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:38:43,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:38:43,523 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 64 2024-03-01 17:38:43,526 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:38:43,529 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:38:43,530 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:38:43,533 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:38:43,533 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:38:43,534 INFO blivet/MainThread: added disk xvda (id 62) to device tree 2024-03-01 17:38:43,534 INFO blivet/MainThread: got device: DiskDevice instance (0x7fe8ba358fd0) -- name = xvda status = True id = 62 children = [] parents = [] uuid = None size = 250 GiB format = existing None major = 202 minor = 0 exists = True protected = False sysfs path = /sys/devices/vbd-768/block/xvda target size = 250 GiB path = /dev/xvda format args = [] original_format = None removable = False wwn = None 2024-03-01 17:38:43,537 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:38:43,541 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:43,541 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 66 2024-03-01 17:38:43,544 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:43,544 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 67 2024-03-01 17:38:43,548 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:43,548 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:38:43,551 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:43,551 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 69 2024-03-01 17:38:43,555 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:38:43,558 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:43,561 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:38:43,565 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 0x7fe8ba34fe88> 2024-03-01 17:38:46,422 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 70 2024-03-01 17:38:46,426 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:38:46,426 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:38:46,430 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': '28543624'} ; 2024-03-01 17:38:46,430 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:38:46,430 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:38:46,433 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,436 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:46,440 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:38:46,443 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:46,446 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:46,459 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:46,474 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,477 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (62) with existing msdos disklabel 2024-03-01 17:38:46,478 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:38:46,482 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:38:46,482 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:38:46,485 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:38:46,489 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:38:46,489 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:38:46,492 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:38:46,492 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:38:46,493 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:38:46,496 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:38:46,499 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:38:46,502 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:38:46,505 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:38:46,508 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:38:46,509 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:38:46,509 INFO blivet/MainThread: added partition xvda1 (id 72) to device tree 2024-03-01 17:38:46,510 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:38:46,509 INFO blivet/MainThread: got device: PartitionDevice instance (0x7fe8bb448860) -- 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 0x7fe8ba2f70f8> disk = existing 250 GiB disk xvda (62) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:38:46,513 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:38:46,517 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:38:46,517 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:38:46,520 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:38:46,520 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:38:46,524 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:46,524 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:38:46,527 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:38:46,527 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:38:46,529 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:38:46,529 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:38:46,533 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:46,533 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 80 2024-03-01 17:38:46,536 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:38:46,536 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:38:46,537 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:46,549 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:46,561 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:38:46,562 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:38:46,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:46,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:46,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:38:46,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:46,583 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,586 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:46,586 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:38:46,589 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:46,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,598 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:46,598 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:38:46,601 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,604 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:46,606 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:46,609 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:38:46,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:46,618 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,620 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:46,621 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:38:46,623 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,626 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:46,629 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,632 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:46,632 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:38:46,635 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,638 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:46,641 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:46,644 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1' 2024-03-01 17:38:46,646 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,649 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) 2024-03-01 17:38:46,649 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:38:46,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (7) 2024-03-01 17:38:46,655 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:38:46,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (22) 2024-03-01 17:38:46,661 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:38:46,664 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:38:46,664 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 82 2024-03-01 17:38:46,665 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 85 2024-03-01 17:38:46,668 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:38:46,668 INFO blivet/MainThread: registered action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:38:46,672 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:38:46,672 INFO blivet/MainThread: registered action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:38:46,675 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:38:46,675 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 86 2024-03-01 17:38:46,675 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 89 2024-03-01 17:38:46,678 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:38:46,678 INFO blivet/MainThread: registered action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:38:46,681 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:38:46,681 INFO blivet/MainThread: registered action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:38:46,684 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:38:46,684 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 90 2024-03-01 17:38:46,685 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 93 2024-03-01 17:38:46,688 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:38:46,688 INFO blivet/MainThread: registered action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:38:46,691 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:38:46,691 INFO blivet/MainThread: registered action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:38:46,692 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 95 2024-03-01 17:38:46,696 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:38:46,700 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:38:46,703 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:38:46,707 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:38:46,710 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:38:46,714 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:38:46,715 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 96 2024-03-01 17:38:46,718 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:38:46,719 INFO blivet/MainThread: added lvmvg test_vg1 (id 94) to device tree 2024-03-01 17:38:46,719 INFO blivet/MainThread: registered action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:38:46,723 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,726 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:46,729 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,732 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:46,732 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv1' 2024-03-01 17:38:46,733 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:38:46,733 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:38:46,733 DEBUG blivet.ansible/MainThread: size: 460 MiB ; -565.2173913043479 2024-03-01 17:38:46,734 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:38:46,734 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:38:46,737 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:46,737 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 99 2024-03-01 17:38:46,740 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:46,741 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 101 2024-03-01 17:38:46,744 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:38:46,747 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:38:46,748 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 103 2024-03-01 17:38:46,751 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:38:46,755 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:38:46,758 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:38:46,762 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv1 ; sysfs_path: ; 2024-03-01 17:38:46,762 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:38:46,763 DEBUG blivet/MainThread: vg test_vg1 has 2.99 GiB free 2024-03-01 17:38:46,763 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:38:46,763 INFO program/MainThread: Running [4] dmsetup --version ... 2024-03-01 17:38:46,767 INFO program/MainThread: stdout[4]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:38:46,767 INFO program/MainThread: stderr[4]: 2024-03-01 17:38:46,767 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:38:46,768 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 100) to device tree 2024-03-01 17:38:46,768 INFO blivet/MainThread: registered action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:46,768 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:38:46,773 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: xfs ; 2024-03-01 17:38:46,773 INFO blivet/MainThread: registered action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:46,777 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,780 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:46,783 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,786 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:46,786 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg1-lv2' 2024-03-01 17:38:46,786 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:38:46,787 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:38:46,787 DEBUG blivet.ansible/MainThread: size: 1.5 GiB ; -69.71279373368147 2024-03-01 17:38:46,788 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:38:46,788 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:38:46,791 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:46,791 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 108 2024-03-01 17:38:46,794 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:46,795 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:38:46,798 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:38:46,801 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:38:46,802 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 112 2024-03-01 17:38:46,805 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:38:46,809 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:38:46,812 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:38:46,816 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg1-lv2 ; sysfs_path: ; 2024-03-01 17:38:46,816 DEBUG blivet/MainThread: test_vg1 size is 2.99 GiB 2024-03-01 17:38:46,817 DEBUG blivet/MainThread: vg test_vg1 has 2.54 GiB free 2024-03-01 17:38:46,817 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:38:46,817 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 109) to device tree 2024-03-01 17:38:46,817 INFO blivet/MainThread: registered action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:38:46,817 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 116 2024-03-01 17:38:46,821 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: xfs ; 2024-03-01 17:38:46,821 INFO blivet/MainThread: registered action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:38:46,824 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:46,830 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,833 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:46,833 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2' 2024-03-01 17:38:46,836 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (27) 2024-03-01 17:38:46,839 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:38:46,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,845 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (32) 2024-03-01 17:38:46,845 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:38:46,848 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (37) 2024-03-01 17:38:46,851 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:38:46,854 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:38:46,854 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 117 2024-03-01 17:38:46,854 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:38:46,857 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:38:46,857 INFO blivet/MainThread: registered action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:38:46,860 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:38:46,860 INFO blivet/MainThread: registered action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:38:46,863 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:38:46,863 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 121 2024-03-01 17:38:46,864 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 124 2024-03-01 17:38:46,867 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:38:46,867 INFO blivet/MainThread: registered action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:38:46,870 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:38:46,870 INFO blivet/MainThread: registered action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:38:46,873 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:38:46,873 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 125 2024-03-01 17:38:46,873 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 128 2024-03-01 17:38:46,877 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:38:46,877 INFO blivet/MainThread: registered action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:38:46,880 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:38:46,880 INFO blivet/MainThread: registered action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:38:46,881 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 130 2024-03-01 17:38:46,884 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:38:46,888 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:38:46,891 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:38:46,895 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:38:46,899 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:38:46,902 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:38:46,903 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 131 2024-03-01 17:38:46,906 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:38:46,907 INFO blivet/MainThread: added lvmvg test_vg2 (id 129) to device tree 2024-03-01 17:38:46,907 INFO blivet/MainThread: registered action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:38:46,911 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,914 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:46,917 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,920 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:46,920 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv3' 2024-03-01 17:38:46,921 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:38:46,921 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:38:46,922 DEBUG blivet.ansible/MainThread: size: 308 MiB ; -893.5064935064935 2024-03-01 17:38:46,922 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:38:46,922 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:38:46,925 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:46,925 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 134 2024-03-01 17:38:46,928 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:46,929 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 136 2024-03-01 17:38:46,932 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:38:46,935 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:38:46,936 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 138 2024-03-01 17:38:46,939 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:38:46,943 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:38:46,946 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:38:46,949 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv3 ; sysfs_path: ; 2024-03-01 17:38:46,950 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:38:46,950 DEBUG blivet/MainThread: vg test_vg2 has 2.99 GiB free 2024-03-01 17:38:46,950 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:38:46,951 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 135) to device tree 2024-03-01 17:38:46,951 INFO blivet/MainThread: registered action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:38:46,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:38:46,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: xfs ; 2024-03-01 17:38:46,955 INFO blivet/MainThread: registered action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:38:46,958 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,961 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:46,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:46,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:46,967 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg2-lv4' 2024-03-01 17:38:46,968 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:38:46,969 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:38:46,969 DEBUG blivet.ansible/MainThread: size: 612 MiB ; -349.6732026143791 2024-03-01 17:38:46,969 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:38:46,970 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:38:46,973 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:46,973 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 143 2024-03-01 17:38:46,976 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:46,976 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 145 2024-03-01 17:38:46,980 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:38:46,983 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:38:46,983 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:38:46,987 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:38:46,990 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:38:46,993 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:38:46,997 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: ; 2024-03-01 17:38:46,998 DEBUG blivet/MainThread: test_vg2 size is 2.99 GiB 2024-03-01 17:38:46,998 DEBUG blivet/MainThread: vg test_vg2 has 2.69 GiB free 2024-03-01 17:38:46,998 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:38:46,999 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 144) to device tree 2024-03-01 17:38:46,999 INFO blivet/MainThread: registered action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:38:46,999 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 151 2024-03-01 17:38:47,003 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: xfs ; 2024-03-01 17:38:47,003 INFO blivet/MainThread: registered action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:38:47,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:47,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:47,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:47,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:47,016 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3' 2024-03-01 17:38:47,019 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:38:47,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (42) 2024-03-01 17:38:47,022 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:38:47,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:38:47,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (47) 2024-03-01 17:38:47,028 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:38:47,030 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:38:47,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (52) 2024-03-01 17:38:47,033 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:38:47,036 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:38:47,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (57) 2024-03-01 17:38:47,039 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:38:47,042 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:38:47,042 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 152 2024-03-01 17:38:47,042 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 155 2024-03-01 17:38:47,045 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:38:47,046 INFO blivet/MainThread: registered action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:38:47,049 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:38:47,049 INFO blivet/MainThread: registered action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:38:47,052 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:38:47,052 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 156 2024-03-01 17:38:47,052 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 159 2024-03-01 17:38:47,055 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:38:47,055 INFO blivet/MainThread: registered action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:38:47,058 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:38:47,058 INFO blivet/MainThread: registered action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:38:47,061 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:38:47,062 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 160 2024-03-01 17:38:47,071 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 163 2024-03-01 17:38:47,075 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:38:47,075 INFO blivet/MainThread: registered action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:38:47,078 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:38:47,078 INFO blivet/MainThread: registered action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:38:47,081 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: 2024-03-01 17:38:47,081 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:38:47,081 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:38:47,084 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:38:47,084 INFO blivet/MainThread: registered action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:38:47,088 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:38:47,088 INFO blivet/MainThread: registered action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:38:47,089 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 169 2024-03-01 17:38:47,093 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:38:47,096 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:38:47,100 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:38:47,103 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:38:47,107 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:38:47,110 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:38:47,114 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:38:47,118 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:38:47,119 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 170 2024-03-01 17:38:47,122 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:38:47,123 INFO blivet/MainThread: added lvmvg test_vg3 (id 168) to device tree 2024-03-01 17:38:47,123 INFO blivet/MainThread: registered action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:38:47,128 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:47,132 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:47,134 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:47,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:47,138 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv5' 2024-03-01 17:38:47,139 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:38:47,139 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:38:47,139 DEBUG blivet.ansible/MainThread: size: 1.2 GiB ; -233.33333333333334 2024-03-01 17:38:47,140 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:38:47,140 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:38:47,143 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:47,143 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 173 2024-03-01 17:38:47,146 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:47,147 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 175 2024-03-01 17:38:47,150 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:38:47,154 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:38:47,154 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:38:47,158 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:38:47,161 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:38:47,164 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:38:47,168 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv5 ; sysfs_path: ; 2024-03-01 17:38:47,169 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:38:47,169 DEBUG blivet/MainThread: vg test_vg3 has 3.98 GiB free 2024-03-01 17:38:47,169 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:38:47,169 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 174) to device tree 2024-03-01 17:38:47,170 INFO blivet/MainThread: registered action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:38:47,170 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 181 2024-03-01 17:38:47,173 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: xfs ; 2024-03-01 17:38:47,174 INFO blivet/MainThread: registered action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:38:47,177 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:47,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:47,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:47,186 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:47,186 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv6' 2024-03-01 17:38:47,187 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:38:47,188 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:38:47,188 DEBUG blivet.ansible/MainThread: size: 1020 MiB ; -179.99999999999997 2024-03-01 17:38:47,188 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:38:47,189 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:38:47,192 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:47,192 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 182 2024-03-01 17:38:47,195 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:47,196 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 184 2024-03-01 17:38:47,199 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:38:47,202 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:38:47,203 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 186 2024-03-01 17:38:47,206 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:38:47,210 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:38:47,213 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:38:47,217 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv6 ; sysfs_path: ; 2024-03-01 17:38:47,217 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:38:47,218 DEBUG blivet/MainThread: vg test_vg3 has 2.79 GiB free 2024-03-01 17:38:47,218 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:38:47,218 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 183) to device tree 2024-03-01 17:38:47,218 INFO blivet/MainThread: registered action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:38:47,219 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:38:47,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: xfs ; 2024-03-01 17:38:47,222 INFO blivet/MainThread: registered action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:38:47,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:47,229 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:47,232 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:47,235 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:47,235 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv7' 2024-03-01 17:38:47,236 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:38:47,237 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:38:47,237 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -350.0 2024-03-01 17:38:47,238 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:38:47,238 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:38:47,241 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:47,241 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 191 2024-03-01 17:38:47,244 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:47,245 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:38:47,249 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:38:47,252 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:38:47,252 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 195 2024-03-01 17:38:47,256 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:38:47,259 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:38:47,262 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:38:47,266 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv7 ; sysfs_path: ; 2024-03-01 17:38:47,267 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:38:47,268 DEBUG blivet/MainThread: vg test_vg3 has 1.79 GiB free 2024-03-01 17:38:47,268 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:38:47,268 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 192) to device tree 2024-03-01 17:38:47,268 INFO blivet/MainThread: registered action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:38:47,268 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 199 2024-03-01 17:38:47,272 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: xfs ; 2024-03-01 17:38:47,272 INFO blivet/MainThread: registered action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:38:47,275 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:47,279 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:38:47,282 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:47,285 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:38:47,285 DEBUG blivet/MainThread: failed to resolve '/dev/test_vg3-lv8' 2024-03-01 17:38:47,286 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:38:47,287 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:38:47,287 DEBUG blivet.ansible/MainThread: size: 408 MiB ; -250.0 2024-03-01 17:38:47,287 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:38:47,288 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:38:47,291 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:47,291 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 200 2024-03-01 17:38:47,294 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:38:47,295 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:38:47,299 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:38:47,302 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:38:47,303 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 204 2024-03-01 17:38:47,306 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:38:47,309 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:38:47,313 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:38:47,316 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: False ; path: /dev/mapper/test_vg3-lv8 ; sysfs_path: ; 2024-03-01 17:38:47,317 DEBUG blivet/MainThread: test_vg3 size is 3.98 GiB 2024-03-01 17:38:47,318 DEBUG blivet/MainThread: vg test_vg3 has 1.39 GiB free 2024-03-01 17:38:47,318 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:38:47,318 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 201) to device tree 2024-03-01 17:38:47,318 INFO blivet/MainThread: registered action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:38:47,319 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 208 2024-03-01 17:38:47,322 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: xfs ; 2024-03-01 17:38:47,323 INFO blivet/MainThread: registered action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:38:47,324 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:38:47,324 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:38:47,324 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:38:47,324 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:38:47,325 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:38:47,325 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:38:47,325 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:38:47,325 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:47,325 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:47,325 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:38:47,325 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:38:47,325 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:38:47,325 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:38:47,325 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:38:47,325 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:38:47,325 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:38:47,325 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:38:47,326 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:38:47,326 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:38:47,326 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:38:47,326 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:38:47,326 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:38:47,326 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:38:47,326 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:38:47,326 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:38:47,326 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:38:47,326 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:38:47,326 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:38:47,326 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:38:47,326 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:38:47,326 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:38:47,327 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:38:47,327 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:38:47,327 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:38:47,327 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:38:47,327 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:38:47,327 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:38:47,327 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:38:47,327 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:38:47,327 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:38:47,329 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:38:47,332 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:38:47,335 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:38:47,338 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:38:47,338 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:38:47,341 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:38:47,341 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 0x7fe8ba318db0> 2024-03-01 17:38:47,342 INFO blivet/MainThread: sorting actions... 2024-03-01 17:38:47,378 DEBUG blivet/MainThread: action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:38:47,378 DEBUG blivet/MainThread: action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:38:47,378 DEBUG blivet/MainThread: action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:38:47,379 DEBUG blivet/MainThread: action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:38:47,379 DEBUG blivet/MainThread: action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:38:47,380 DEBUG blivet/MainThread: action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:38:47,380 DEBUG blivet/MainThread: action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:38:47,380 DEBUG blivet/MainThread: action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:38:47,381 DEBUG blivet/MainThread: action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:38:47,381 DEBUG blivet/MainThread: action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:38:47,382 DEBUG blivet/MainThread: action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:38:47,382 DEBUG blivet/MainThread: action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:38:47,382 DEBUG blivet/MainThread: action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:38:47,383 DEBUG blivet/MainThread: action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:38:47,383 DEBUG blivet/MainThread: action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:38:47,383 DEBUG blivet/MainThread: action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:38:47,384 DEBUG blivet/MainThread: action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:38:47,385 DEBUG blivet/MainThread: action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:38:47,385 DEBUG blivet/MainThread: action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:38:47,385 DEBUG blivet/MainThread: action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:38:47,386 DEBUG blivet/MainThread: action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:38:47,386 DEBUG blivet/MainThread: action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:38:47,387 DEBUG blivet/MainThread: action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:38:47,387 DEBUG blivet/MainThread: action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:38:47,388 DEBUG blivet/MainThread: action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:38:47,388 DEBUG blivet/MainThread: action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:38:47,388 DEBUG blivet/MainThread: action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:38:47,389 DEBUG blivet/MainThread: action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:38:47,389 DEBUG blivet/MainThread: action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:38:47,390 DEBUG blivet/MainThread: action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:38:47,390 DEBUG blivet/MainThread: action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:38:47,391 DEBUG blivet/MainThread: action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:38:47,391 DEBUG blivet/MainThread: action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:38:47,391 DEBUG blivet/MainThread: action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:38:47,392 DEBUG blivet/MainThread: action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:38:47,392 DEBUG blivet/MainThread: action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:38:47,393 DEBUG blivet/MainThread: action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:38:47,393 DEBUG blivet/MainThread: action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:47,394 DEBUG blivet/MainThread: action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:47,394 INFO blivet/MainThread: executing action: [165] destroy format None on disk sdj (id 57) 2024-03-01 17:38:47,397 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:47,400 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdj ; type: None ; status: False ; 2024-03-01 17:38:47,400 INFO program/MainThread: Running... wipefs -f -a /dev/sdj 2024-03-01 17:38:47,407 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,407 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,434 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,435 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,447 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,448 INFO blivet/MainThread: executing action: [161] destroy format None on disk sdi (id 52) 2024-03-01 17:38:47,452 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:47,455 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdi ; type: None ; status: False ; 2024-03-01 17:38:47,455 INFO program/MainThread: Running... wipefs -f -a /dev/sdi 2024-03-01 17:38:47,461 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,461 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,491 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,492 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,504 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,505 INFO blivet/MainThread: executing action: [157] destroy format None on disk sdh (id 47) 2024-03-01 17:38:47,509 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:47,512 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdh ; type: None ; status: False ; 2024-03-01 17:38:47,512 INFO program/MainThread: Running... wipefs -f -a /dev/sdh 2024-03-01 17:38:47,519 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,520 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,546 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,547 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,559 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,560 INFO blivet/MainThread: executing action: [153] destroy format None on disk sdg (id 42) 2024-03-01 17:38:47,564 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:47,567 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdg ; type: None ; status: False ; 2024-03-01 17:38:47,567 INFO program/MainThread: Running... wipefs -f -a /dev/sdg 2024-03-01 17:38:47,575 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,575 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,603 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,604 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,616 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,617 INFO blivet/MainThread: executing action: [126] destroy format None on disk sdf (id 37) 2024-03-01 17:38:47,621 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:47,624 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdf ; type: None ; status: False ; 2024-03-01 17:38:47,624 INFO program/MainThread: Running... wipefs -f -a /dev/sdf 2024-03-01 17:38:47,630 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,630 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,658 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,659 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,669 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,670 INFO blivet/MainThread: executing action: [122] destroy format None on disk sde (id 32) 2024-03-01 17:38:47,674 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:47,677 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sde ; type: None ; status: False ; 2024-03-01 17:38:47,677 INFO program/MainThread: Running... wipefs -f -a /dev/sde 2024-03-01 17:38:47,683 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,683 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,713 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,714 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,726 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,727 INFO blivet/MainThread: executing action: [118] destroy format None on disk sdd (id 27) 2024-03-01 17:38:47,731 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:47,734 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdd ; type: None ; status: False ; 2024-03-01 17:38:47,734 INFO program/MainThread: Running... wipefs -f -a /dev/sdd 2024-03-01 17:38:47,740 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,740 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,768 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,769 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,781 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,782 INFO blivet/MainThread: executing action: [91] destroy format None on disk sdc (id 22) 2024-03-01 17:38:47,786 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:47,789 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdc ; type: None ; status: False ; 2024-03-01 17:38:47,789 INFO program/MainThread: Running... wipefs -f -a /dev/sdc 2024-03-01 17:38:47,795 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,795 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,821 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,822 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,834 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,835 INFO blivet/MainThread: executing action: [87] destroy format None on disk sdb (id 7) 2024-03-01 17:38:47,839 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:47,842 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sdb ; type: None ; status: False ; 2024-03-01 17:38:47,842 INFO program/MainThread: Running... wipefs -f -a /dev/sdb 2024-03-01 17:38:47,850 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,850 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,876 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,877 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,887 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,888 INFO blivet/MainThread: executing action: [83] destroy format None on disk sda (id 2) 2024-03-01 17:38:47,892 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:38:47,895 DEBUG blivet/MainThread: DeviceFormat.destroy: device: /dev/sda ; type: None ; status: False ; 2024-03-01 17:38:47,895 INFO program/MainThread: Running... wipefs -f -a /dev/sda 2024-03-01 17:38:47,903 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,903 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,933 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,934 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:47,944 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:47,945 INFO blivet/MainThread: executing action: [166] create format lvmpv on disk sdj (id 57) 2024-03-01 17:38:47,949 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:47,952 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:38:47,955 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:38:47,955 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:38:47,955 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:38:47,985 INFO program/MainThread: stdout[5]: Physical volume "/dev/sdj" successfully created. 2024-03-01 17:38:47,985 INFO program/MainThread: stderr[5]: 2024-03-01 17:38:47,986 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:38:47,986 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,005 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,010 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:38:48,010 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:38:48,011 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdj 2024-03-01 17:38:48,021 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,021 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,046 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,047 INFO blivet/MainThread: executing action: [162] create format lvmpv on disk sdi (id 52) 2024-03-01 17:38:48,051 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,054 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,057 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,057 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:38:48,057 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:38:48,090 INFO program/MainThread: stdout[6]: Physical volume "/dev/sdi" successfully created. 2024-03-01 17:38:48,090 INFO program/MainThread: stderr[6]: 2024-03-01 17:38:48,090 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:38:48,091 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,108 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,112 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:38:48,113 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:38:48,114 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdi 2024-03-01 17:38:48,122 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,123 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,146 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,146 INFO blivet/MainThread: executing action: [158] create format lvmpv on disk sdh (id 47) 2024-03-01 17:38:48,150 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,153 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,156 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,156 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:38:48,157 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:38:48,188 INFO program/MainThread: stdout[7]: Physical volume "/dev/sdh" successfully created. 2024-03-01 17:38:48,188 INFO program/MainThread: stderr[7]: 2024-03-01 17:38:48,188 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:38:48,188 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,208 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,213 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:38:48,213 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:38:48,214 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdh 2024-03-01 17:38:48,224 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,224 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,247 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,248 INFO blivet/MainThread: executing action: [154] create format lvmpv on disk sdg (id 42) 2024-03-01 17:38:48,252 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,255 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,258 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,258 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:38:48,258 INFO program/MainThread: Running [8] lvm pvcreate /dev/sdg --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:38:48,293 INFO program/MainThread: stdout[8]: Physical volume "/dev/sdg" successfully created. 2024-03-01 17:38:48,294 INFO program/MainThread: stderr[8]: 2024-03-01 17:38:48,294 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:38:48,294 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,312 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,316 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:38:48,317 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:38:48,318 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdg 2024-03-01 17:38:48,328 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,328 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,352 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,352 INFO blivet/MainThread: executing action: [172] create device lvmvg test_vg3 (id 168) 2024-03-01 17:38:48,356 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg3 ; status: False ; 2024-03-01 17:38:48,359 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:38:48,363 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,366 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,369 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,372 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,375 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,378 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,381 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,384 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,387 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg3 ; status: False ; 2024-03-01 17:38:48,388 INFO program/MainThread: Running [9] lvm vgcreate -s 4096K test_vg3 /dev/sdg /dev/sdh /dev/sdi /dev/sdj --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:48,454 INFO program/MainThread: stdout[9]: Volume group "test_vg3" successfully created 2024-03-01 17:38:48,454 INFO program/MainThread: stderr[9]: 2024-03-01 17:38:48,455 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:38:48,463 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:38:48,471 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:38:48,480 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,487 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,493 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,500 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,516 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,523 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,527 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,532 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,532 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,548 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,553 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:38:48,556 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:38:48,556 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,567 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,568 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg3 2024-03-01 17:38:48,576 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,576 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,586 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,586 INFO blivet/MainThread: executing action: [206] create device lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:38:48,591 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv8 ; status: False ; 2024-03-01 17:38:48,594 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv8 ; orig: False ; 2024-03-01 17:38:48,597 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:38:48,601 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: False ; 2024-03-01 17:38:48,604 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,608 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,611 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,614 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,618 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,621 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,625 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,628 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:38:48,628 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,639 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,644 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: False ; 2024-03-01 17:38:48,644 INFO program/MainThread: Running [10] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:48,673 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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:38:48,674 INFO program/MainThread: stderr[10]: 2024-03-01 17:38:48,674 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:38:48,678 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv8 ; status: False ; 2024-03-01 17:38:48,678 INFO program/MainThread: Running [11] lvm lvcreate -n lv8 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:48,765 INFO program/MainThread: stdout[11]: Logical volume "lv8" created. 2024-03-01 17:38:48,765 INFO program/MainThread: stderr[11]: 2024-03-01 17:38:48,765 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:38:48,773 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,781 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:38:48,781 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:38:48,781 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,823 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,828 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:38:48,828 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:38:48,829 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:38:48,838 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,839 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,852 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,852 INFO blivet/MainThread: executing action: [207] create format xfs filesystem on lvmlv test_vg3-lv8 (id 201) 2024-03-01 17:38:48,857 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,860 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:38:48,863 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv8 ; mountpoint: ; 2024-03-01 17:38:48,863 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv8 2024-03-01 17:38:48,881 INFO program/MainThread: stdout: 2024-03-01 17:38:48,881 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv8 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:38:48,881 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:38:48,881 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:38:48,881 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:38:48,881 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:38:48,881 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:38:48,881 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:38:48,882 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:38:48,882 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:38:48,882 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:38:48,882 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,882 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv8 2024-03-01 17:38:48,896 INFO program/MainThread: stdout: 2024-03-01 17:38:48,896 INFO program/MainThread: writing all SBs 2024-03-01 17:38:48,896 INFO program/MainThread: new label = "" 2024-03-01 17:38:48,896 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,896 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,910 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,914 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:38:48,915 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:38:48,916 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-0 2024-03-01 17:38:48,925 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,925 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:48,941 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:48,941 INFO blivet/MainThread: executing action: [197] create device lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:38:48,946 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv7 ; status: False ; 2024-03-01 17:38:48,950 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv7 ; orig: False ; 2024-03-01 17:38:48,953 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:48,953 INFO program/MainThread: Running [12] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:48,980 INFO program/MainThread: stdout[12]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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:38:48,981 INFO program/MainThread: stderr[12]: 2024-03-01 17:38:48,981 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:38:48,985 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv7 ; status: False ; 2024-03-01 17:38:48,985 INFO program/MainThread: Running [13] lvm lvcreate -n lv7 -L 417792K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:49,055 INFO program/MainThread: stdout[13]: Logical volume "lv7" created. 2024-03-01 17:38:49,056 INFO program/MainThread: stderr[13]: 2024-03-01 17:38:49,056 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:38:49,064 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:49,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:38:49,071 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:38:49,071 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:49,126 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,131 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:38:49,131 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:38:49,132 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:38:49,141 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,141 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:49,155 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,156 INFO blivet/MainThread: executing action: [198] create format xfs filesystem on lvmlv test_vg3-lv7 (id 192) 2024-03-01 17:38:49,160 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:49,163 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:38:49,166 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv7 ; mountpoint: ; 2024-03-01 17:38:49,166 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv7 2024-03-01 17:38:49,187 INFO program/MainThread: stdout: 2024-03-01 17:38:49,187 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv7 isize=512 agcount=4, agsize=26112 blks 2024-03-01 17:38:49,187 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:38:49,187 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:38:49,188 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:38:49,188 INFO program/MainThread: data = bsize=4096 blocks=104448, imaxpct=25 2024-03-01 17:38:49,188 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:38:49,188 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:38:49,188 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:38:49,188 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:38:49,188 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:38:49,188 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,188 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv7 2024-03-01 17:38:49,201 INFO program/MainThread: stdout: 2024-03-01 17:38:49,202 INFO program/MainThread: writing all SBs 2024-03-01 17:38:49,202 INFO program/MainThread: new label = "" 2024-03-01 17:38:49,202 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,202 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:49,218 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:38:49,223 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:38:49,224 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-1 2024-03-01 17:38:49,232 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,233 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:49,247 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,247 INFO blivet/MainThread: executing action: [188] create device lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:38:49,252 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv6 ; status: False ; 2024-03-01 17:38:49,255 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv6 ; orig: False ; 2024-03-01 17:38:49,258 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:49,259 INFO program/MainThread: Running [14] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:49,285 INFO program/MainThread: stdout[14]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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:38:49,285 INFO program/MainThread: stderr[14]: 2024-03-01 17:38:49,285 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:38:49,290 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv6 ; status: False ; 2024-03-01 17:38:49,290 INFO program/MainThread: Running [15] lvm lvcreate -n lv6 -L 1044480K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:49,385 INFO program/MainThread: stdout[15]: Logical volume "lv6" created. 2024-03-01 17:38:49,385 INFO program/MainThread: stderr[15]: 2024-03-01 17:38:49,385 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:38:49,393 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:49,401 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:38:49,402 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:38:49,402 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:49,441 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,445 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:38:49,446 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:38:49,447 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:38:49,456 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,456 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:49,470 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,470 INFO blivet/MainThread: executing action: [189] create format xfs filesystem on lvmlv test_vg3-lv6 (id 183) 2024-03-01 17:38:49,475 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:49,478 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:38:49,481 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv6 ; mountpoint: ; 2024-03-01 17:38:49,481 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv6 2024-03-01 17:38:49,500 INFO program/MainThread: stdout: 2024-03-01 17:38:49,500 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv6 isize=512 agcount=4, agsize=65280 blks 2024-03-01 17:38:49,500 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:38:49,500 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:38:49,501 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:38:49,501 INFO program/MainThread: data = bsize=4096 blocks=261120, imaxpct=25 2024-03-01 17:38:49,501 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:38:49,501 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:38:49,501 INFO program/MainThread: log =internal log bsize=4096 blocks=1566, version=2 2024-03-01 17:38:49,501 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:38:49,501 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:38:49,501 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,501 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv6 2024-03-01 17:38:49,514 INFO program/MainThread: stdout: 2024-03-01 17:38:49,514 INFO program/MainThread: writing all SBs 2024-03-01 17:38:49,515 INFO program/MainThread: new label = "" 2024-03-01 17:38:49,515 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,515 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:49,529 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,533 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:38:49,534 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:38:49,535 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-2 2024-03-01 17:38:49,544 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,544 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:49,557 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,557 INFO blivet/MainThread: executing action: [179] create device lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:38:49,561 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg3-lv5 ; status: False ; 2024-03-01 17:38:49,565 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg3-lv5 ; orig: False ; 2024-03-01 17:38:49,568 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:49,568 INFO program/MainThread: Running [16] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:49,594 INFO program/MainThread: stdout[16]: LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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:38:49,594 INFO program/MainThread: stderr[16]: 2024-03-01 17:38:49,594 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:38:49,599 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg3-lv5 ; status: False ; 2024-03-01 17:38:49,599 INFO program/MainThread: Running [17] lvm lvcreate -n lv5 -L 1253376K -y --type linear test_vg3 --config= devices { filter=["a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdj$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:49,686 INFO program/MainThread: stdout[17]: Logical volume "lv5" created. 2024-03-01 17:38:49,686 INFO program/MainThread: stderr[17]: 2024-03-01 17:38:49,686 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:38:49,694 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:49,704 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:38:49,705 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:38:49,705 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:49,744 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,749 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:38:49,750 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:38:49,750 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:38:49,760 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,760 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:49,775 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,775 INFO blivet/MainThread: executing action: [180] create format xfs filesystem on lvmlv test_vg3-lv5 (id 174) 2024-03-01 17:38:49,780 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:49,783 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:38:49,786 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg3-lv5 ; mountpoint: ; 2024-03-01 17:38:49,786 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg3-lv5 2024-03-01 17:38:49,808 INFO program/MainThread: stdout: 2024-03-01 17:38:49,809 INFO program/MainThread: meta-data=/dev/mapper/test_vg3-lv5 isize=512 agcount=4, agsize=78336 blks 2024-03-01 17:38:49,809 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:38:49,809 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:38:49,809 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:38:49,809 INFO program/MainThread: data = bsize=4096 blocks=313344, imaxpct=25 2024-03-01 17:38:49,809 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:38:49,809 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:38:49,809 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:38:49,809 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:38:49,810 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:38:49,810 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,810 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg3-lv5 2024-03-01 17:38:49,821 INFO program/MainThread: stdout: 2024-03-01 17:38:49,822 INFO program/MainThread: writing all SBs 2024-03-01 17:38:49,822 INFO program/MainThread: new label = "" 2024-03-01 17:38:49,822 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,822 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:49,838 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,842 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:38:49,843 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:38:49,844 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-3 2024-03-01 17:38:49,853 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,854 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:49,869 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,869 INFO blivet/MainThread: executing action: [127] create format lvmpv on disk sdf (id 37) 2024-03-01 17:38:49,873 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:49,876 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:38:49,879 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:38:49,879 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:38:49,879 INFO program/MainThread: Running [18] lvm pvcreate /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sdg$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:38:49,912 INFO program/MainThread: stdout[18]: Physical volume "/dev/sdf" successfully created. 2024-03-01 17:38:49,912 INFO program/MainThread: stderr[18]: 2024-03-01 17:38:49,912 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:38:49,913 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:49,933 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,937 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:38:49,938 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:38:49,939 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdf 2024-03-01 17:38:49,949 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,949 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:49,970 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:49,970 INFO blivet/MainThread: executing action: [123] create format lvmpv on disk sde (id 32) 2024-03-01 17:38:49,975 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:49,977 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:38:49,980 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:38:49,980 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:38:49,981 INFO program/MainThread: Running [19] lvm pvcreate /dev/sde --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:38:50,014 INFO program/MainThread: stdout[19]: Physical volume "/dev/sde" successfully created. 2024-03-01 17:38:50,014 INFO program/MainThread: stderr[19]: 2024-03-01 17:38:50,014 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:38:50,014 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,032 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,037 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:38:50,037 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:38:50,038 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sde 2024-03-01 17:38:50,048 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,048 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,070 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,071 INFO blivet/MainThread: executing action: [119] create format lvmpv on disk sdd (id 27) 2024-03-01 17:38:50,075 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,078 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:38:50,081 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:38:50,081 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:38:50,081 INFO program/MainThread: Running [20] lvm pvcreate /dev/sdd --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:38:50,112 INFO program/MainThread: stdout[20]: Physical volume "/dev/sdd" successfully created. 2024-03-01 17:38:50,113 INFO program/MainThread: stderr[20]: 2024-03-01 17:38:50,113 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:38:50,113 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,131 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,135 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:38:50,136 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:38:50,137 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdd 2024-03-01 17:38:50,146 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,146 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,170 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,171 INFO blivet/MainThread: executing action: [133] create device lvmvg test_vg2 (id 129) 2024-03-01 17:38:50,175 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg2 ; status: False ; 2024-03-01 17:38:50,178 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:38:50,181 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,184 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:38:50,187 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,190 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:38:50,194 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,197 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:38:50,200 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg2 ; status: False ; 2024-03-01 17:38:50,200 INFO program/MainThread: Running [21] lvm vgcreate -s 4096K test_vg2 /dev/sdd /dev/sde /dev/sdf --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:50,261 INFO program/MainThread: stdout[21]: Volume group "test_vg2" successfully created 2024-03-01 17:38:50,261 INFO program/MainThread: stderr[21]: 2024-03-01 17:38:50,261 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:38:50,269 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:38:50,277 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:38:50,284 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,289 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:38:50,294 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,300 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:38:50,306 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,313 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:38:50,313 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,328 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,333 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:38:50,336 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:38:50,336 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,347 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,348 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg2 2024-03-01 17:38:50,357 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,357 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,367 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,367 INFO blivet/MainThread: executing action: [149] create device lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:38:50,372 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv4 ; status: False ; 2024-03-01 17:38:50,375 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv4 ; orig: False ; 2024-03-01 17:38:50,378 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:38:50,382 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: False ; 2024-03-01 17:38:50,385 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,389 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:38:50,392 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,395 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:38:50,399 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,402 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:38:50,402 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,413 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,418 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: False ; 2024-03-01 17:38:50,418 INFO program/MainThread: Running [22] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:50,444 INFO program/MainThread: stdout[22]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:38:50,444 INFO program/MainThread: stderr[22]: 2024-03-01 17:38:50,444 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:38:50,449 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv4 ; status: False ; 2024-03-01 17:38:50,449 INFO program/MainThread: Running [23] lvm lvcreate -n lv4 -L 626688K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:50,534 INFO program/MainThread: stdout[23]: Logical volume "lv4" created. 2024-03-01 17:38:50,534 INFO program/MainThread: stderr[23]: 2024-03-01 17:38:50,534 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:38:50,542 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,548 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:38:50,549 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:38:50,549 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,577 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,582 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:38:50,583 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:38:50,584 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:38:50,593 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,593 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,606 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,606 INFO blivet/MainThread: executing action: [150] create format xfs filesystem on lvmlv test_vg2-lv4 (id 144) 2024-03-01 17:38:50,611 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,614 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:38:50,617 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv4 ; mountpoint: ; 2024-03-01 17:38:50,617 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv4 2024-03-01 17:38:50,636 INFO program/MainThread: stdout: 2024-03-01 17:38:50,636 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv4 isize=512 agcount=4, agsize=39168 blks 2024-03-01 17:38:50,636 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:38:50,637 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:38:50,637 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:38:50,637 INFO program/MainThread: data = bsize=4096 blocks=156672, imaxpct=25 2024-03-01 17:38:50,637 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:38:50,637 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:38:50,637 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:38:50,637 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:38:50,637 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:38:50,637 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,637 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv4 2024-03-01 17:38:50,650 INFO program/MainThread: stdout: 2024-03-01 17:38:50,650 INFO program/MainThread: writing all SBs 2024-03-01 17:38:50,651 INFO program/MainThread: new label = "" 2024-03-01 17:38:50,651 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,651 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,665 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,669 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:38:50,670 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:38:50,671 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-4 2024-03-01 17:38:50,679 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,680 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,693 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,693 INFO blivet/MainThread: executing action: [140] create device lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:38:50,698 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg2-lv3 ; status: False ; 2024-03-01 17:38:50,701 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg2-lv3 ; orig: False ; 2024-03-01 17:38:50,704 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,704 INFO program/MainThread: Running [24] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:50,736 INFO program/MainThread: stdout[24]: LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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:38:50,736 INFO program/MainThread: stderr[24]: 2024-03-01 17:38:50,736 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:38:50,740 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg2-lv3 ; status: False ; 2024-03-01 17:38:50,741 INFO program/MainThread: Running [25] lvm lvcreate -n lv3 -L 315392K -y --type linear test_vg2 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:50,833 INFO program/MainThread: stdout[25]: Logical volume "lv3" created. 2024-03-01 17:38:50,833 INFO program/MainThread: stderr[25]: 2024-03-01 17:38:50,833 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:38:50,842 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,848 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:38:50,848 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:38:50,848 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,868 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,873 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:38:50,873 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:38:50,874 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:38:50,883 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,884 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,899 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,899 INFO blivet/MainThread: executing action: [141] create format xfs filesystem on lvmlv test_vg2-lv3 (id 135) 2024-03-01 17:38:50,904 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,907 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:38:50,910 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg2-lv3 ; mountpoint: ; 2024-03-01 17:38:50,910 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg2-lv3 2024-03-01 17:38:50,932 INFO program/MainThread: stdout: 2024-03-01 17:38:50,932 INFO program/MainThread: meta-data=/dev/mapper/test_vg2-lv3 isize=512 agcount=4, agsize=19712 blks 2024-03-01 17:38:50,932 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:38:50,932 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:38:50,932 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:38:50,932 INFO program/MainThread: data = bsize=4096 blocks=78848, imaxpct=25 2024-03-01 17:38:50,932 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:38:50,932 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:38:50,933 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:38:50,933 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:38:50,933 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:38:50,933 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,933 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg2-lv3 2024-03-01 17:38:50,946 INFO program/MainThread: stdout: 2024-03-01 17:38:50,946 INFO program/MainThread: writing all SBs 2024-03-01 17:38:50,947 INFO program/MainThread: new label = "" 2024-03-01 17:38:50,947 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,947 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,961 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,965 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:38:50,966 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:38:50,967 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-5 2024-03-01 17:38:50,976 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,976 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:50,990 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:50,990 INFO blivet/MainThread: executing action: [92] create format lvmpv on disk sdc (id 22) 2024-03-01 17:38:50,995 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:50,998 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:38:51,001 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:38:51,001 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:38:51,001 INFO program/MainThread: Running [26] lvm pvcreate /dev/sdc --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:38:51,033 INFO program/MainThread: stdout[26]: Physical volume "/dev/sdc" successfully created. 2024-03-01 17:38:51,034 INFO program/MainThread: stderr[26]: 2024-03-01 17:38:51,034 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:38:51,034 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:51,051 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,055 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:38:51,056 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:38:51,057 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdc 2024-03-01 17:38:51,066 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,066 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:51,087 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,088 INFO blivet/MainThread: executing action: [88] create format lvmpv on disk sdb (id 7) 2024-03-01 17:38:51,092 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:51,095 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:38:51,098 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:38:51,098 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:38:51,098 INFO program/MainThread: Running [27] lvm pvcreate /dev/sdb --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:38:51,133 INFO program/MainThread: stdout[27]: Physical volume "/dev/sdb" successfully created. 2024-03-01 17:38:51,133 INFO program/MainThread: stderr[27]: 2024-03-01 17:38:51,133 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:38:51,134 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:51,154 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,158 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:38:51,159 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:38:51,160 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sdb 2024-03-01 17:38:51,169 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,169 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:51,194 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,194 INFO blivet/MainThread: executing action: [84] create format lvmpv on disk sda (id 2) 2024-03-01 17:38:51,198 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:51,201 DEBUG blivet/MainThread: LVMPhysicalVolume.create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:38:51,204 DEBUG blivet/MainThread: LVMPhysicalVolume._create: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:38:51,204 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:38:51,205 INFO program/MainThread: Running [28] lvm pvcreate /dev/sda --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} -y ... 2024-03-01 17:38:51,239 INFO program/MainThread: stdout[28]: Physical volume "/dev/sda" successfully created. 2024-03-01 17:38:51,239 INFO program/MainThread: stderr[28]: 2024-03-01 17:38:51,239 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:38:51,239 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:51,261 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,265 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:38:51,266 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:38:51,267 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=sda 2024-03-01 17:38:51,276 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,276 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:51,301 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,301 INFO blivet/MainThread: executing action: [98] create device lvmvg test_vg1 (id 94) 2024-03-01 17:38:51,305 DEBUG blivet/MainThread: LVMVolumeGroupDevice.create: test_vg1 ; status: False ; 2024-03-01 17:38:51,308 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:38:51,312 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:51,315 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:38:51,318 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:51,321 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:38:51,324 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:51,327 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:38:51,330 DEBUG blivet/MainThread: LVMVolumeGroupDevice._create: test_vg1 ; status: False ; 2024-03-01 17:38:51,331 INFO program/MainThread: Running [29] lvm vgcreate -s 4096K test_vg1 /dev/sda /dev/sdb /dev/sdc --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:51,389 INFO program/MainThread: stdout[29]: Volume group "test_vg1" successfully created 2024-03-01 17:38:51,389 INFO program/MainThread: stderr[29]: 2024-03-01 17:38:51,389 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:38:51,397 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:38:51,402 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:38:51,405 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:51,412 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:38:51,418 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:51,425 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:38:51,431 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:51,437 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:38:51,438 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:51,457 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,462 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:38:51,465 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:38:51,465 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:51,477 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,478 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=test_vg1 2024-03-01 17:38:51,486 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,486 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:51,496 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,496 INFO blivet/MainThread: executing action: [114] create device lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:38:51,500 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv2 ; status: False ; 2024-03-01 17:38:51,504 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv2 ; orig: False ; 2024-03-01 17:38:51,507 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: False ; controllable: True ; 2024-03-01 17:38:51,511 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: False ; 2024-03-01 17:38:51,514 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:51,518 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:38:51,521 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:51,524 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:38:51,528 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:51,531 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:38:51,531 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:51,544 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,549 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: False ; 2024-03-01 17:38:51,549 INFO program/MainThread: Running [30] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:51,575 INFO program/MainThread: stdout[30]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 LVM2_VG_SIZE=3196059648 LVM2_VG_FREE=3196059648 LVM2_VG_EXTENT_SIZE=4194304 LVM2_VG_EXTENT_COUNT=762 LVM2_VG_FREE_COUNT=762 LVM2_PV_COUNT=3 2024-03-01 17:38:51,575 INFO program/MainThread: stderr[30]: 2024-03-01 17:38:51,575 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:38:51,580 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv2 ; status: False ; 2024-03-01 17:38:51,580 INFO program/MainThread: Running [31] lvm lvcreate -n lv2 -L 1568768K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:51,667 INFO program/MainThread: stdout[31]: Logical volume "lv2" created. 2024-03-01 17:38:51,667 INFO program/MainThread: stderr[31]: 2024-03-01 17:38:51,667 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:38:51,675 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:51,681 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:38:51,682 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:38:51,682 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:51,709 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,714 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:38:51,715 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:38:51,715 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:38:51,725 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,725 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:51,741 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,742 INFO blivet/MainThread: executing action: [115] create format xfs filesystem on lvmlv test_vg1-lv2 (id 109) 2024-03-01 17:38:51,746 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:51,750 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:38:51,753 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv2 ; mountpoint: ; 2024-03-01 17:38:51,753 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv2 2024-03-01 17:38:51,775 INFO program/MainThread: stdout: 2024-03-01 17:38:51,776 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv2 isize=512 agcount=4, agsize=98048 blks 2024-03-01 17:38:51,776 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:38:51,776 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:38:51,776 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:38:51,776 INFO program/MainThread: data = bsize=4096 blocks=392192, imaxpct=25 2024-03-01 17:38:51,776 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:38:51,776 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:38:51,776 INFO program/MainThread: log =internal log bsize=4096 blocks=2560, version=2 2024-03-01 17:38:51,776 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:38:51,776 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:38:51,776 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,777 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv2 2024-03-01 17:38:51,790 INFO program/MainThread: stdout: 2024-03-01 17:38:51,790 INFO program/MainThread: writing all SBs 2024-03-01 17:38:51,790 INFO program/MainThread: new label = "" 2024-03-01 17:38:51,790 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,790 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:51,805 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,809 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:38:51,810 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:38:51,811 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-6 2024-03-01 17:38:51,819 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,820 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:51,833 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:51,833 INFO blivet/MainThread: executing action: [105] create device lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:51,838 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.create: test_vg1-lv1 ; status: False ; 2024-03-01 17:38:51,841 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup_parents: name: test_vg1-lv1 ; orig: False ; 2024-03-01 17:38:51,844 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup: test_vg1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:51,845 INFO program/MainThread: Running [32] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count test_vg1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:51,870 INFO program/MainThread: stdout[32]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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:38:51,870 INFO program/MainThread: stderr[32]: 2024-03-01 17:38:51,870 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:38:51,875 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._create: test_vg1-lv1 ; status: False ; 2024-03-01 17:38:51,875 INFO program/MainThread: Running [33] lvm lvcreate -n lv1 -L 471040K -y --type linear test_vg1 --config= devices { filter=["a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sdh$|","a|/dev/sde$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdd$|","a|/dev/sdb$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:38:51,967 INFO program/MainThread: stdout[33]: Logical volume "lv1" created. 2024-03-01 17:38:51,968 INFO program/MainThread: stderr[33]: 2024-03-01 17:38:51,968 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:38:51,976 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:51,982 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:38:51,983 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:38:51,983 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:52,005 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:52,010 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:38:52,011 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:38:52,011 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:38:52,020 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:52,021 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:52,034 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:52,034 INFO blivet/MainThread: executing action: [106] create format xfs filesystem on lvmlv test_vg1-lv1 (id 100) 2024-03-01 17:38:52,039 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:38:52,042 DEBUG blivet/MainThread: XFS.create: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:38:52,045 DEBUG blivet/MainThread: XFS._create: type: xfs ; device: /dev/mapper/test_vg1-lv1 ; mountpoint: ; 2024-03-01 17:38:52,045 INFO program/MainThread: Running... mkfs.xfs -f /dev/mapper/test_vg1-lv1 2024-03-01 17:38:52,062 INFO program/MainThread: stdout: 2024-03-01 17:38:52,062 INFO program/MainThread: meta-data=/dev/mapper/test_vg1-lv1 isize=512 agcount=4, agsize=29440 blks 2024-03-01 17:38:52,062 INFO program/MainThread: = sectsz=512 attr=2, projid32bit=1 2024-03-01 17:38:52,062 INFO program/MainThread: = crc=1 finobt=1, sparse=1, rmapbt=0 2024-03-01 17:38:52,062 INFO program/MainThread: = reflink=1 bigtime=0 inobtcount=0 2024-03-01 17:38:52,062 INFO program/MainThread: data = bsize=4096 blocks=117760, imaxpct=25 2024-03-01 17:38:52,063 INFO program/MainThread: = sunit=0 swidth=0 blks 2024-03-01 17:38:52,063 INFO program/MainThread: naming =version 2 bsize=4096 ascii-ci=0, ftype=1 2024-03-01 17:38:52,063 INFO program/MainThread: log =internal log bsize=4096 blocks=1368, version=2 2024-03-01 17:38:52,063 INFO program/MainThread: = sectsz=512 sunit=0 blks, lazy-count=1 2024-03-01 17:38:52,063 INFO program/MainThread: realtime =none extsz=4096 blocks=0, rtextents=0 2024-03-01 17:38:52,063 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:52,063 INFO program/MainThread: Running... xfs_admin -L -- /dev/mapper/test_vg1-lv1 2024-03-01 17:38:52,076 INFO program/MainThread: stdout: 2024-03-01 17:38:52,076 INFO program/MainThread: writing all SBs 2024-03-01 17:38:52,076 INFO program/MainThread: new label = "" 2024-03-01 17:38:52,076 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:52,076 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:52,091 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:52,095 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:38:52,096 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:38:52,097 INFO program/MainThread: Running... udevadm trigger --action=change --subsystem-match=block --sysname-match=dm-7 2024-03-01 17:38:52,106 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:52,106 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:38:52,121 DEBUG program/MainThread: Return code: 0 2024-03-01 17:38:52,127 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:38:52,127 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 0x7fe8ba32e0f8> 2024-03-01 17:38:52,131 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,134 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:38:52,134 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:38:52,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,141 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:38:52,141 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:38:52,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,147 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:38:52,147 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:38:52,150 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,153 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 612 MiB lvmlv test_vg2-lv4 (144) with existing xfs filesystem 2024-03-01 17:38:52,153 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:38:52,156 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,160 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:38:52,160 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:38:52,163 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,166 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 1020 MiB lvmlv test_vg3-lv6 (183) with existing xfs filesystem 2024-03-01 17:38:52,166 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:38:52,169 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,172 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 408 MiB lvmlv test_vg3-lv7 (192) with existing xfs filesystem 2024-03-01 17:38:52,172 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:38:52,175 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,178 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:38:52,178 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:38:52,181 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned existing 460 MiB lvmlv test_vg1-lv1 (100) with existing xfs filesystem 2024-03-01 17:38:52,185 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:38:52,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,191 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:38:52,191 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:38:52,194 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,197 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:38:52,197 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:38:52,200 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,203 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:38:52,203 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:38:52,206 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,209 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:38:52,209 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:38:52,212 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,215 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:38:52,215 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:38:52,218 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,221 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:38:52,221 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:38:52,224 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/mapper/test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:38:52,227 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:38:52,227 DEBUG blivet/MainThread: resolved '/dev/mapper/test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:39:30,996 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_3wad0uhx/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:39:31,034 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:31,034 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:39:31,037 INFO program/MainThread: stdout[2]: 2024-03-01 17:39:31,037 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:39:31,037 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:39:31,038 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:39:31,042 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:31,042 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:39:31,046 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:31,046 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:39:31,049 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:31,049 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:39:31,052 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:31,052 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:39:31,063 INFO program/MainThread: stdout: 2024-03-01 17:39:31,063 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:39:31,063 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq 2024-03-01 17:39:31,063 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5cdf3b42-a8bd-4a15-a945-d765b36fce4c 2024-03-01 17:39:31,063 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW 2024-03-01 17:39:31,064 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5cdf3b42-a8bd-4a15-a945-d765b36fce4c 2024-03-01 17:39:31,064 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 5dc46a35-3a75-4ddb-a66b-10ff4f21be8c 2024-03-01 17:39:31,064 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR 2024-03-01 17:39:31,064 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem 2024-03-01 17:39:31,064 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e 2024-03-01 17:39:31,064 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 011306a1-cc94-4ae7-a91f-11ca854fd4ab 2024-03-01 17:39:31,064 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw 2024-03-01 17:39:31,064 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib 2024-03-01 17:39:31,064 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql 2024-03-01 17:39:31,064 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 53402772-aec9-4c6f-91d9-c2e43dea88ea 2024-03-01 17:39:31,064 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs b41267ec-f035-4fd7-9b8a-e6fd290e37f5 2024-03-01 17:39:31,064 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2231ab5f-9d92-4c7b-9cf6-cad518f78a0f 2024-03-01 17:39:31,064 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG 2024-03-01 17:39:31,064 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2231ab5f-9d92-4c7b-9cf6-cad518f78a0f 2024-03-01 17:39:31,064 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA 2024-03-01 17:39:31,064 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 119a2213-9047-4442-b3a6-7e624eac41f4 2024-03-01 17:39:31,064 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve 2024-03-01 17:39:31,064 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 119a2213-9047-4442-b3a6-7e624eac41f4 2024-03-01 17:39:31,064 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:39:31,064 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:39:31,064 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:39:31,064 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:39:31,064 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:31,064 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5cdf3b42-a8bd-4a15-a945-d765b36fce4c sdb 1073741824 root disk brw-rw---- LVM2_member 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5cdf3b42-a8bd-4a15-a945-d765b36fce4c `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 5dc46a35-3a75-4ddb-a66b-10ff4f21be8c sdc 1073741824 root disk brw-rw---- LVM2_member wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR sdd 1073741824 root disk brw-rw---- LVM2_member lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 011306a1-cc94-4ae7-a91f-11ca854fd4ab sde 1073741824 root disk brw-rw---- LVM2_member HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw sdf 1073741824 root disk brw-rw---- LVM2_member tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib sdg 1073741824 root disk brw-rw---- LVM2_member JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 53402772-aec9-4c6f-91d9-c2e43dea88ea |-test_vg3-lv7 427819008 root disk brw-rw---- xfs b41267ec-f035-4fd7-9b8a-e6fd290e37f5 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2231ab5f-9d92-4c7b-9cf6-cad518f78a0f sdh 1073741824 root disk brw-rw---- LVM2_member fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2231ab5f-9d92-4c7b-9cf6-cad518f78a0f sdi 1073741824 root disk brw-rw---- LVM2_member 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 119a2213-9047-4442-b3a6-7e624eac41f4 sdj 1073741824 root disk brw-rw---- LVM2_member z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 119a2213-9047-4442-b3a6-7e624eac41f4 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:39:31,064 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:31,065 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:31,065 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:39:31,065 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:31,065 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:39:31,065 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:39:31,066 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:31,078 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:31,093 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:39:31,098 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/lvm-pv-uuid-CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq ' '/dev/disk/by-id/scsi-3600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/scsi-1LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2', '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': 'CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq', 'ID_FS_UUID_ENC': 'CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq', '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': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'ID_SERIAL': '3600140570412c03b8b248d989a3e23cf', 'ID_SERIAL_SHORT': '600140570412c03b8b248d989a3e23cf', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570412c03b', 'ID_WWN_VENDOR_EXTENSION': '0x8b248d989a3e23cf', 'ID_WWN_WITH_EXTENSION': '0x600140570412c03b8b248d989a3e23cf', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570412c03b8b248d989a3e23cf', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517695292'} ; 2024-03-01 17:39:31,098 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:39:31,098 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:31,122 INFO program/MainThread: stdout[3]: 2024-03-01 17:39:31,122 INFO program/MainThread: stderr[3]: 2024-03-01 17:39:31,122 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:39:31,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:31,130 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:31,135 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:39:31,140 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:39:31,141 INFO blivet/MainThread: sda is a disk 2024-03-01 17:39:31,141 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:39:31,141 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:39:31,145 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:39:31,148 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:39:31,148 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:39:31,151 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:39:31,152 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:39:31,152 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:39:31,152 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff201411c18) -- 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 = 600140570412c03b8b248d989a3e23cf 2024-03-01 17:39:31,156 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:39:31,160 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:31,160 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:39:31,163 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:31,164 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:39:31,167 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:31,167 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:39:31,171 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:31,171 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:39:31,174 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:39:31,174 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:39:31,174 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:31,201 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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:39:31,202 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW. WARNING: Couldn't find device with uuid wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR. WARNING: VG test_vg1 is missing PV 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR (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:39:31,202 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:39:31,202 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:39:31,207 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq ; label: None ; device: /dev/sda ; serial: 3600140570412c03b8b248d989a3e23cf ; exists: True ; vg_name: test_vg1 ; vg_uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; pe_start: 8 MiB ; 2024-03-01 17:39:31,207 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:39:31,210 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:39:31,213 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; incomplete: True ; hidden: False ; 2024-03-01 17:39:31,216 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:31,220 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:31,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:31,223 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:31,254 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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:39:31,254 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW. WARNING: Couldn't find device with uuid wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR. WARNING: VG test_vg1 is missing PV 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR (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:39:31,254 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:39:31,254 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:39:31,255 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:39:31,262 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:39:31,266 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:39:31,266 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:39:31,269 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:39:31,270 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:31,302 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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:39:31,302 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW. WARNING: Couldn't find device with uuid wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR. WARNING: VG test_vg1 is missing PV 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR (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:39:31,302 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:39:31,307 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:39:31,308 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:39:31,311 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:39:31,314 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; incomplete: True ; hidden: False ; 2024-03-01 17:39:31,317 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:39:31,317 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:39:31,318 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:31,321 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-36001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/lvm-pv-uuid-3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/wwn-0x6001405a766a6cdffaf44c68ec1f86ad', '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': '3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW', 'ID_FS_UUID_ENC': '3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW', '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': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'ID_SERIAL': '36001405a766a6cdffaf44c68ec1f86ad', 'ID_SERIAL_SHORT': '6001405a766a6cdffaf44c68ec1f86ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a766a6cdf', 'ID_WWN_VENDOR_EXTENSION': '0xfaf44c68ec1f86ad', 'ID_WWN_WITH_EXTENSION': '0x6001405a766a6cdffaf44c68ec1f86ad', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a766a6cdffaf44c68ec1f86ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517722648'} ; 2024-03-01 17:39:31,322 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:39:31,325 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:39:31,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:31,332 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:39:31,332 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:39:31,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:39:31,333 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:39:31,336 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:39:31,339 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:39:31,339 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:39:31,343 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:39:31,343 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:39:31,343 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:39:31,343 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff20027f2e8) -- 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 = 6001405a766a6cdffaf44c68ec1f86ad 2024-03-01 17:39:31,347 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:39:31,351 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:31,351 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:39:31,354 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:31,354 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:39:31,358 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:31,358 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:39:31,361 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:31,361 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:39:31,364 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:39:31,364 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:39:31,364 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:31,394 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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:39:31,394 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR. WARNING: VG test_vg1 is missing PV wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR (last written to /dev/sdc). 2024-03-01 17:39:31,394 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:39:31,395 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:39:31,399 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW ; label: None ; device: /dev/sdb ; serial: 36001405a766a6cdffaf44c68ec1f86ad ; exists: True ; vg_name: test_vg1 ; vg_uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:39:31,399 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:39:31,402 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:39:31,406 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; incomplete: True ; hidden: False ; 2024-03-01 17:39:31,409 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:39:31,412 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:39:31,416 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:39:31,419 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:39:31,422 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; incomplete: True ; hidden: False ; 2024-03-01 17:39:31,425 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:31,426 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:31,456 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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:39:31,456 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR. WARNING: VG test_vg1 is missing PV wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR (last written to /dev/sdc). 2024-03-01 17:39:31,456 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:39:31,457 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:39:31,457 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:31,461 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/scsi-36001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/wwn-0x6001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fb406ddb-3a26-4dc7-a3da-0115b4474caa', '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': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'ID_SERIAL': '36001405fb406ddb3a264dc7a3da0115b', 'ID_SERIAL_SHORT': '6001405fb406ddb3a264dc7a3da0115b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb406ddb3', 'ID_WWN_VENDOR_EXTENSION': '0xa264dc7a3da0115b', 'ID_WWN_WITH_EXTENSION': '0x6001405fb406ddb3a264dc7a3da0115b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb406ddb3a264dc7a3da0115b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518467710'} ; 2024-03-01 17:39:31,461 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:39:31,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:39:31,468 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:31,472 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:39:31,473 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:39:31,473 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:39:31,473 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:39:31,476 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:39:31,480 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:39:31,480 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:39:31,483 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:39:31,483 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:39:31,484 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:39:31,484 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff20027f8d0) -- 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 = 6001405fb406ddb3a264dc7a3da0115b 2024-03-01 17:39:31,487 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:39:31,488 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:39:31,491 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/scsi-360014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/wwn-0x60014055002d72f33954a3eb4b6255a2', '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': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'ID_SERIAL': '360014055002d72f33954a3eb4b6255a2', 'ID_SERIAL_SHORT': '60014055002d72f33954a3eb4b6255a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055002d72f3', 'ID_WWN_VENDOR_EXTENSION': '0x3954a3eb4b6255a2', 'ID_WWN_WITH_EXTENSION': '0x60014055002d72f33954a3eb4b6255a2', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055002d72f33954a3eb4b6255a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518574569'} ; 2024-03-01 17:39:31,491 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:39:31,494 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:39:31,497 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:31,501 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:39:31,502 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:39:31,502 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:39:31,502 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:39:31,505 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:39:31,509 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:39:31,509 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:39:31,512 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:39:31,512 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:39:31,513 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:39:31,513 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff20028ccc0) -- 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 = 60014055002d72f33954a3eb4b6255a2 2024-03-01 17:39:31,516 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:39:31,516 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:39:31,520 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/scsi-360014053d1743e8b22f4a7b836611b7e ' '/dev/disk/by-id/wwn-0x60014053d1743e8b22f4a7b836611b7e', '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': 'wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR', 'ID_FS_UUID_ENC': 'wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR', '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': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'ID_SERIAL': '360014053d1743e8b22f4a7b836611b7e', 'ID_SERIAL_SHORT': '60014053d1743e8b22f4a7b836611b7e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053d1743e8b', 'ID_WWN_VENDOR_EXTENSION': '0x22f4a7b836611b7e', 'ID_WWN_WITH_EXTENSION': '0x60014053d1743e8b22f4a7b836611b7e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053d1743e8b22f4a7b836611b7e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517737874'} ; 2024-03-01 17:39:31,520 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:39:31,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:39:31,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:31,530 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:39:31,530 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:39:31,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:39:31,531 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:39:31,534 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:39:31,537 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:39:31,537 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:39:31,540 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:39:31,541 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:39:31,541 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:39:31,541 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff2002942b0) -- 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 = 60014053d1743e8b22f4a7b836611b7e 2024-03-01 17:39:31,545 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:39:31,548 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:31,549 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:39:31,552 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:31,552 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:39:31,555 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:31,555 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:39:31,559 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:31,559 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:39:31,562 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:39:31,562 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:39:31,562 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:39:31,588 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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:39:31,588 INFO program/MainThread: stderr[9]: 2024-03-01 17:39:31,588 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:39:31,589 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:39:31,593 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR ; label: None ; device: /dev/sdc ; serial: 360014053d1743e8b22f4a7b836611b7e ; exists: True ; vg_name: test_vg1 ; vg_uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:39:31,593 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:39:31,596 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:39:31,600 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; incomplete: True ; hidden: False ; 2024-03-01 17:39:31,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:31,606 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:39:31,610 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:39:31,613 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:39:31,616 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; incomplete: True ; hidden: False ; 2024-03-01 17:39:31,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:31,619 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:39:31,647 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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:39:31,647 INFO program/MainThread: stderr[10]: 2024-03-01 17:39:31,647 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:39:31,652 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:31,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:31,658 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz ; incomplete: False ; hidden: False ; 2024-03-01 17:39:31,661 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:31,662 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:39:31,665 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:39:31,666 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:39:31,669 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:39:31,673 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:39:31,673 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:39:31,677 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:39:31,677 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:39:31,678 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:39:31,682 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:39:31,686 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:39:31,686 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:39:31,689 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:39:31,693 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:39:31,693 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:39:31,697 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:39:31,697 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:39:31,697 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:39:31,697 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:39:31,701 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:39:31,701 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:39:31,704 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:39:31,705 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:39:31,708 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/5dc46a35-3a75-4ddb-a66b-10ff4f21be8c ' '/dev/disk/by-id/dm-uuid-LVM-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg326BTz5kRAXJvIsgZ1cd1U2N40ucTIbe0Kz ' '/dev/disk/by-id/dm-name-test_vg1-lv1 /dev/test_vg1/lv1 ' '/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-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg326BTz5kRAXJvIsgZ1cd1U2N40ucTIbe0Kz', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5dc46a35-3a75-4ddb-a66b-10ff4f21be8c', 'ID_FS_UUID_ENC': '5dc46a35-3a75-4ddb-a66b-10ff4f21be8c', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1073044401'} ; 2024-03-01 17:39:31,708 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:39:31,709 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:31,712 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:39:31,713 INFO program/MainThread: stderr[11]: 2024-03-01 17:39:31,713 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:39:31,713 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:31,716 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:39:31,716 INFO program/MainThread: stderr[12]: 2024-03-01 17:39:31,716 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:39:31,716 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:31,719 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:39:31,719 INFO program/MainThread: stderr[13]: 2024-03-01 17:39:31,719 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:39:31,724 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:31,727 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:39:31,730 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:31,731 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:39:31,731 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:31,732 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:39:31,727 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff200294f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7ff200311a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:31,732 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:31,735 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:39:31,735 INFO program/MainThread: stderr[14]: 2024-03-01 17:39:31,735 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:39:31,740 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:39:31,744 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:31,744 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:39:31,747 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:31,748 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:39:31,751 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:31,751 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:39:31,755 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:31,755 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:39:31,757 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:39:31,757 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:39:31,761 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:31,761 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:39:31,764 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:39:31,764 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:31,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:31,771 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:31,775 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo ; incomplete: False ; hidden: False ; 2024-03-01 17:39:31,778 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:31,778 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:39:31,782 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:39:31,782 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:39:31,785 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:39:31,789 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:39:31,789 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:39:31,793 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:39:31,793 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:39:31,793 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:39:31,797 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:39:31,800 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:39:31,800 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:39:31,804 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:39:31,808 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:39:31,808 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:39:31,811 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:39:31,812 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:39:31,812 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:39:31,812 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:39:31,815 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:39:31,815 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:39:31,819 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:39:31,819 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:39:31,823 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 ' '/dev/disk/by-uuid/5cdf3b42-a8bd-4a15-a945-d765b36fce4c ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg3267Qcmmaggj5hVxKPi20fbU9IPcdIaYiNo', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg3267Qcmmaggj5hVxKPi20fbU9IPcdIaYiNo', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5cdf3b42-a8bd-4a15-a945-d765b36fce4c', 'ID_FS_UUID_ENC': '5cdf3b42-a8bd-4a15-a945-d765b36fce4c', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1072747378'} ; 2024-03-01 17:39:31,823 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:39:31,823 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:31,827 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:39:31,827 INFO program/MainThread: stderr[15]: 2024-03-01 17:39:31,827 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:39:31,827 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:31,830 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:39:31,831 INFO program/MainThread: stderr[16]: 2024-03-01 17:39:31,831 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:39:31,831 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:31,834 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:39:31,834 INFO program/MainThread: stderr[17]: 2024-03-01 17:39:31,834 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:39:31,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:31,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:39:31,845 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:31,846 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:31,846 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:31,847 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:31,842 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff2016a1518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7ff200311a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:31,847 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:31,850 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:39:31,850 INFO program/MainThread: stderr[18]: 2024-03-01 17:39:31,850 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:39:31,855 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:39:31,859 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:31,859 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:39:31,862 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:31,862 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:39:31,866 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:31,866 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:39:31,870 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:31,870 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:39:31,870 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:39:31,874 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:31,874 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:39:31,877 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:39:31,877 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:31,878 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:31,881 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/lvm-pv-uuid-lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem ' '/dev/disk/by-id/scsi-SLIO-ORG_disk3_186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/wwn-0x6001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/scsi-36001405186e251afa3542ac8387e73fc', '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': 'lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem', 'ID_FS_UUID_ENC': 'lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem', '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': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'ID_SERIAL': '36001405186e251afa3542ac8387e73fc', 'ID_SERIAL_SHORT': '6001405186e251afa3542ac8387e73fc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405186e251af', 'ID_WWN_VENDOR_EXTENSION': '0xa3542ac8387e73fc', 'ID_WWN_WITH_EXTENSION': '0x6001405186e251afa3542ac8387e73fc', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405186e251afa3542ac8387e73fc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517903506'} ; 2024-03-01 17:39:31,881 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:39:31,885 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:39:31,888 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:31,892 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:39:31,893 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:39:31,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:39:31,893 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:39:31,896 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:39:31,899 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:39:31,899 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:39:31,903 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:39:31,903 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:39:31,903 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:39:31,904 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff2002a5048) -- 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 = 6001405186e251afa3542ac8387e73fc 2024-03-01 17:39:31,907 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:39:31,911 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:31,911 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:39:31,914 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:31,914 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:39:31,917 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:31,918 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:39:31,921 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:31,921 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:39:31,924 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:39:31,924 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:39:31,924 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:39:31,952 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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:39:31,952 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw. WARNING: Couldn't find device with uuid tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib. WARNING: VG test_vg2 is missing PV HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw (last written to /dev/sde). WARNING: VG test_vg2 is missing PV tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib (last written to /dev/sdf). 2024-03-01 17:39:31,952 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:39:31,953 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:39:31,957 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem ; label: None ; device: /dev/sdd ; serial: 36001405186e251afa3542ac8387e73fc ; exists: True ; vg_name: test_vg2 ; vg_uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:39:31,957 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:39:31,961 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:39:31,964 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; incomplete: True ; hidden: False ; 2024-03-01 17:39:31,967 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:31,970 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:31,973 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:31,974 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:39:32,001 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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:39:32,001 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw. WARNING: Couldn't find device with uuid tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib. WARNING: VG test_vg2 is missing PV HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw (last written to /dev/sde). WARNING: VG test_vg2 is missing PV tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib (last written to /dev/sdf). 2024-03-01 17:39:32,001 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:39:32,002 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:39:32,003 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:39:32,007 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:39:32,011 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:39:32,011 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:39:32,014 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:39:32,015 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:39:32,042 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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=M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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:39:32,042 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw. WARNING: Couldn't find device with uuid tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib. WARNING: VG test_vg2 is missing PV HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw (last written to /dev/sde). WARNING: VG test_vg2 is missing PV tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib (last written to /dev/sdf). 2024-03-01 17:39:32,042 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:39:32,047 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:39:32,047 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:39:32,051 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:39:32,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; incomplete: True ; hidden: False ; 2024-03-01 17:39:32,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:39:32,057 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:39:32,057 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:32,061 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-36001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/lvm-pv-uuid-HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw', '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': 'HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw', 'ID_FS_UUID_ENC': 'HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw', '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': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'ID_SERIAL': '36001405c36e94bdfb744081a90a92ca0', 'ID_SERIAL_SHORT': '6001405c36e94bdfb744081a90a92ca0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c36e94bdf', 'ID_WWN_VENDOR_EXTENSION': '0xb744081a90a92ca0', 'ID_WWN_WITH_EXTENSION': '0x6001405c36e94bdfb744081a90a92ca0', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c36e94bdfb744081a90a92ca0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517954946'} ; 2024-03-01 17:39:32,061 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:39:32,065 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:39:32,068 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:32,072 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:39:32,073 INFO blivet/MainThread: sde is a disk 2024-03-01 17:39:32,073 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:39:32,073 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:39:32,076 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:39:32,080 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:39:32,080 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:39:32,083 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:39:32,084 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:39:32,084 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:39:32,084 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff2002ae780) -- 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 = 6001405c36e94bdfb744081a90a92ca0 2024-03-01 17:39:32,088 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:39:32,091 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:32,091 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:39:32,095 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:32,095 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:39:32,098 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:32,098 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:39:32,102 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:32,102 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:39:32,105 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:39:32,105 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:39:32,105 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/sde$|","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:39:32,133 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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:39:32,133 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib. WARNING: VG test_vg2 is missing PV tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib (last written to /dev/sdf). 2024-03-01 17:39:32,133 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:39:32,134 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:39:32,138 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw ; label: None ; device: /dev/sde ; serial: 36001405c36e94bdfb744081a90a92ca0 ; exists: True ; vg_name: test_vg2 ; vg_uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:39:32,138 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:39:32,141 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:39:32,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; incomplete: True ; hidden: False ; 2024-03-01 17:39:32,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:39:32,152 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:39:32,155 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:39:32,158 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:39:32,161 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; incomplete: True ; hidden: False ; 2024-03-01 17:39:32,164 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:32,164 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/sde$|","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:39:32,192 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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=M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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:39:32,192 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib. WARNING: VG test_vg2 is missing PV tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib (last written to /dev/sdf). 2024-03-01 17:39:32,193 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:39:32,193 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:39:32,193 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:32,198 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk5_e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/scsi-36001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/wwn-0x6001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/lvm-pv-uuid-tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib', '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': 'tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib', 'ID_FS_UUID_ENC': 'tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib', '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': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'ID_SERIAL': '36001405e81c340fa4c446bc905c9610a', 'ID_SERIAL_SHORT': '6001405e81c340fa4c446bc905c9610a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81c340fa', 'ID_WWN_VENDOR_EXTENSION': '0x4c446bc905c9610a', 'ID_WWN_WITH_EXTENSION': '0x6001405e81c340fa4c446bc905c9610a', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81c340fa4c446bc905c9610a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518047959'} ; 2024-03-01 17:39:32,198 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:39:32,202 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:39:32,205 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:32,209 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:39:32,210 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:39:32,210 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:39:32,210 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:39:32,213 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:39:32,217 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:39:32,217 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:39:32,220 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:39:32,221 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:39:32,221 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:39:32,221 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff2002ae908) -- 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 = 6001405e81c340fa4c446bc905c9610a 2024-03-01 17:39:32,225 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:39:32,228 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:32,228 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:39:32,232 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:32,232 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:39:32,235 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:32,235 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:39:32,239 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:32,239 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:39:32,242 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:39:32,242 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:39:32,242 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/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:32,269 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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:39:32,269 INFO program/MainThread: stderr[24]: 2024-03-01 17:39:32,270 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:39:32,270 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:39:32,274 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib ; label: None ; device: /dev/sdf ; serial: 36001405e81c340fa4c446bc905c9610a ; exists: True ; vg_name: test_vg2 ; vg_uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:39:32,274 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:39:32,278 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:39:32,281 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; incomplete: True ; hidden: False ; 2024-03-01 17:39:32,284 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:32,288 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:39:32,291 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:39:32,294 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:39:32,297 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; incomplete: True ; hidden: False ; 2024-03-01 17:39:32,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:32,301 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/sde$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:32,328 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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=M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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:39:32,328 INFO program/MainThread: stderr[25]: 2024-03-01 17:39:32,328 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:39:32,333 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:32,337 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:32,340 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt ; incomplete: False ; hidden: False ; 2024-03-01 17:39:32,343 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:32,343 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:39:32,347 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:39:32,347 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:39:32,351 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:39:32,354 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:39:32,355 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:39:32,358 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:39:32,359 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:39:32,359 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:39:32,363 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:39:32,366 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:39:32,366 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:39:32,370 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:39:32,373 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:39:32,373 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:39:32,377 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:39:32,377 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:39:32,377 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:39:32,378 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:39:32,381 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:39:32,381 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:39:32,384 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:39:32,385 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:39:32,389 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-uuid/011306a1-cc94-4ae7-a91f-11ca854fd4ab ' '/dev/disk/by-id/dm-uuid-LVM-liDaDGg4352Mh35NIO3QZdWd6CbG6O0ndo1iDmGkcqcgW3RtTZRtYdOv0Tksocqt ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/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-liDaDGg4352Mh35NIO3QZdWd6CbG6O0ndo1iDmGkcqcgW3RtTZRtYdOv0Tksocqt', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '011306a1-cc94-4ae7-a91f-11ca854fd4ab', 'ID_FS_UUID_ENC': '011306a1-cc94-4ae7-a91f-11ca854fd4ab', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071907847'} ; 2024-03-01 17:39:32,389 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:39:32,389 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:32,393 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:39:32,393 INFO program/MainThread: stderr[26]: 2024-03-01 17:39:32,393 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:39:32,393 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:32,396 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:39:32,396 INFO program/MainThread: stderr[27]: 2024-03-01 17:39:32,396 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:39:32,397 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:32,400 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:39:32,400 INFO program/MainThread: stderr[28]: 2024-03-01 17:39:32,400 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:39:32,404 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:32,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:39:32,410 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:32,411 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:39:32,411 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:32,412 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:39:32,408 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff2002b5c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7ff2002ae4a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:32,413 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:32,416 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:39:32,416 INFO program/MainThread: stderr[29]: 2024-03-01 17:39:32,416 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:39:32,420 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:39:32,425 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:32,425 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:39:32,428 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:32,428 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:39:32,432 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:32,432 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:39:32,436 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:32,436 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:39:32,436 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:39:32,439 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:32,439 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:39:32,443 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:39:32,443 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:32,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:32,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:32,453 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq ; incomplete: False ; hidden: False ; 2024-03-01 17:39:32,465 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:32,465 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:39:32,469 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:39:32,469 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:39:32,472 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:39:32,476 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:39:32,476 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:39:32,480 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:39:32,480 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:39:32,480 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:39:32,484 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:39:32,488 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:39:32,488 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:39:32,491 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:39:32,495 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:39:32,495 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:39:32,498 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.read_current_size: exists: True ; path: /dev/mapper/test_vg2-lv4 ; sysfs_path: /sys/devices/virtual/block/dm-4 ; 2024-03-01 17:39:32,499 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:39:32,499 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:39:32,499 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:39:32,502 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:39:32,503 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:39:32,506 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:39:32,506 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:39:32,510 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/test_vg2/lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e ' '/dev/disk/by-id/dm-uuid-LVM-liDaDGg4352Mh35NIO3QZdWd6CbG6O0nM0xnbqiM86u2eGrlHZa6J2EYE5G0aciq ' '/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-liDaDGg4352Mh35NIO3QZdWd6CbG6O0nM0xnbqiM86u2eGrlHZa6J2EYE5G0aciq', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e', 'ID_FS_UUID_ENC': '3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071616179'} ; 2024-03-01 17:39:32,510 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:39:32,510 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:32,514 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:39:32,515 INFO program/MainThread: stderr[30]: 2024-03-01 17:39:32,515 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:39:32,515 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:32,518 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:39:32,518 INFO program/MainThread: stderr[31]: 2024-03-01 17:39:32,518 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:39:32,518 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:32,521 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:39:32,521 INFO program/MainThread: stderr[32]: 2024-03-01 17:39:32,521 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:39:32,526 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:32,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:39:32,532 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:32,533 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:32,534 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:32,534 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:32,530 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff20f32cac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7ff2002ae4a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:32,535 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:32,538 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:39:32,539 INFO program/MainThread: stderr[33]: 2024-03-01 17:39:32,539 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:39:32,543 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:39:32,547 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:32,547 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:39:32,550 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:32,551 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:39:32,554 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:32,554 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:39:32,558 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:32,558 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:39:32,559 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:39:32,562 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:32,562 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:39:32,565 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:39:32,566 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:32,566 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:32,570 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/scsi-360014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/lvm-pv-uuid-JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql ' '/dev/disk/by-id/wwn-0x60014056d2cd68d87c04fab9da080392', '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': 'JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql', 'ID_FS_UUID_ENC': 'JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql', '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': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'ID_SERIAL': '360014056d2cd68d87c04fab9da080392', 'ID_SERIAL_SHORT': '60014056d2cd68d87c04fab9da080392', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d2cd68d8', 'ID_WWN_VENDOR_EXTENSION': '0x7c04fab9da080392', 'ID_WWN_WITH_EXTENSION': '0x60014056d2cd68d87c04fab9da080392', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d2cd68d87c04fab9da080392', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518046294'} ; 2024-03-01 17:39:32,570 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:39:32,574 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:39:32,577 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:32,581 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:39:32,581 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:39:32,582 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:39:32,582 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:39:32,585 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:39:32,588 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:39:32,588 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:39:32,592 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:39:32,592 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:39:32,593 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:39:32,593 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff200294240) -- 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 = 60014056d2cd68d87c04fab9da080392 2024-03-01 17:39:32,596 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:39:32,600 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:32,600 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:39:32,603 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:32,603 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:39:32,607 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:32,607 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:39:32,610 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:32,610 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:39:32,613 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:39:32,613 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:39:32,613 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/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:32,644 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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:39:32,645 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG. WARNING: Couldn't find device with uuid 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA. WARNING: Couldn't find device with uuid z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve. WARNING: VG test_vg3 is missing PV fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve (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:39:32,645 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:39:32,645 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:39:32,649 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql ; label: None ; device: /dev/sdg ; serial: 360014056d2cd68d87c04fab9da080392 ; exists: True ; vg_name: test_vg3 ; vg_uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:39:32,650 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:39:32,653 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:39:32,656 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:32,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:32,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:32,666 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:32,666 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/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:32,694 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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:39:32,695 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG. WARNING: Couldn't find device with uuid 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA. WARNING: Couldn't find device with uuid z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve. WARNING: VG test_vg3 is missing PV fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve (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:39:32,695 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:39:32,695 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:39:32,695 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:39:32,700 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:39:32,704 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:39:32,704 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:39:32,708 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:39:32,708 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/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:32,739 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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=M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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=OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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:39:32,739 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG. WARNING: Couldn't find device with uuid 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA. WARNING: Couldn't find device with uuid z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve. WARNING: VG test_vg3 is missing PV fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve (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:39:32,739 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:39:32,744 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:39:32,745 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:39:32,748 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:39:32,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:32,754 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:39:32,755 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:39:32,755 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:32,758 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014054d1200ba74634939936da912e ' '/dev/disk/by-id/scsi-360014054d1200ba74634939936da912e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/lvm-pv-uuid-fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG', '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': 'fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG', 'ID_FS_UUID_ENC': 'fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG', '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': '4d1200ba-7463-4939-936d-a912e7234c5d', 'ID_SERIAL': '360014054d1200ba74634939936da912e', 'ID_SERIAL_SHORT': '60014054d1200ba74634939936da912e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d1200ba7', 'ID_WWN_VENDOR_EXTENSION': '0x4634939936da912e', 'ID_WWN_WITH_EXTENSION': '0x60014054d1200ba74634939936da912e', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d1200ba74634939936da912e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518165885'} ; 2024-03-01 17:39:32,759 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:39:32,763 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:39:32,766 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:32,770 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:39:32,770 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:39:32,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:39:32,771 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:39:32,774 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:39:32,777 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:39:32,778 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:39:32,781 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:39:32,781 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:39:32,782 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:39:32,782 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff200294748) -- 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 = 60014054d1200ba74634939936da912e 2024-03-01 17:39:32,785 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:39:32,789 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:32,789 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:39:32,792 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:32,792 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:39:32,796 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:32,796 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:39:32,799 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:32,799 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:39:32,802 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:39:32,802 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:39:32,803 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/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:32,831 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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:39:32,831 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA. WARNING: Couldn't find device with uuid z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve. WARNING: VG test_vg3 is missing PV 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve (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:39:32,831 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:39:32,832 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:39:32,836 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG ; label: None ; device: /dev/sdh ; serial: 360014054d1200ba74634939936da912e ; exists: True ; vg_name: test_vg3 ; vg_uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; pe_start: 8 MiB ; 2024-03-01 17:39:32,837 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:39:32,840 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:39:32,843 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:32,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:39:32,850 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:39:32,853 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:39:32,856 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:39:32,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:32,863 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:32,863 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/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:32,892 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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=M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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=OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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:39:32,893 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA. WARNING: Couldn't find device with uuid z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve. WARNING: VG test_vg3 is missing PV 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve (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:39:32,893 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:39:32,893 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:39:32,893 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:32,898 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA ' '/dev/disk/by-id/wwn-0x6001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/scsi-36001405e8ee59f0315f48b4b12e0bc3a', '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': '3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA', 'ID_FS_UUID_ENC': '3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA', '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': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'ID_SERIAL': '36001405e8ee59f0315f48b4b12e0bc3a', 'ID_SERIAL_SHORT': '6001405e8ee59f0315f48b4b12e0bc3a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e8ee59f03', 'ID_WWN_VENDOR_EXTENSION': '0x15f48b4b12e0bc3a', 'ID_WWN_WITH_EXTENSION': '0x6001405e8ee59f0315f48b4b12e0bc3a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e8ee59f0315f48b4b12e0bc3a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518250709'} ; 2024-03-01 17:39:32,898 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:39:32,902 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:39:32,906 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:32,910 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:39:32,910 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:39:32,910 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:39:32,911 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:39:32,914 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:39:32,917 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:39:32,917 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:39:32,921 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:39:32,921 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:39:32,922 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:39:32,922 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff2002aebe0) -- 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 = 6001405e8ee59f0315f48b4b12e0bc3a 2024-03-01 17:39:32,925 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:39:32,929 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:32,929 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:39:32,932 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:32,932 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:39:32,936 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:32,936 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:39:32,940 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:32,940 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:39:32,943 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:39:32,943 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:39:32,943 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/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:32,973 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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:39:32,973 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve. WARNING: VG test_vg3 is missing PV z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve (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:39:32,973 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:39:32,974 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:39:32,978 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA ; label: None ; device: /dev/sdi ; serial: 36001405e8ee59f0315f48b4b12e0bc3a ; exists: True ; vg_name: test_vg3 ; vg_uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; pe_start: 8 MiB ; 2024-03-01 17:39:32,978 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:39:32,982 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:39:32,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:32,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:32,992 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:39:32,996 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:39:32,999 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:39:33,002 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:33,005 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:33,005 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/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:33,034 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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=M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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=OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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:39:33,034 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve. WARNING: VG test_vg3 is missing PV z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve (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:39:33,034 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:39:33,035 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:39:33,035 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:33,039 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/lvm-pv-uuid-z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve ' '/dev/disk/by-id/scsi-36001405ff4083373e7f48589206661da ' '/dev/disk/by-id/wwn-0x6001405ff4083373e7f48589206661da ' '/dev/disk/by-id/scsi-SLIO-ORG_disk9_ff408337-3e7f-4858-9206-661da27eed75', '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': 'z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve', 'ID_FS_UUID_ENC': 'z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve', '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': 'ff408337-3e7f-4858-9206-661da27eed75', 'ID_SERIAL': '36001405ff4083373e7f48589206661da', 'ID_SERIAL_SHORT': '6001405ff4083373e7f48589206661da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ff4083373', 'ID_WWN_VENDOR_EXTENSION': '0xe7f48589206661da', 'ID_WWN_WITH_EXTENSION': '0x6001405ff4083373e7f48589206661da', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ff4083373e7f48589206661da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518315010'} ; 2024-03-01 17:39:33,040 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:39:33,044 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:39:33,047 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:33,051 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:39:33,052 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:39:33,052 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:39:33,052 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:39:33,056 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:39:33,059 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:39:33,059 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:39:33,062 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:39:33,063 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:39:33,063 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:39:33,063 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff2002beba8) -- 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 = 6001405ff4083373e7f48589206661da 2024-03-01 17:39:33,067 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:39:33,070 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:33,070 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:39:33,074 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:33,074 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:39:33,078 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:33,078 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:39:33,081 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:33,081 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:39:33,084 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:39:33,084 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:39:33,085 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/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:33,112 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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:39:33,112 INFO program/MainThread: stderr[41]: 2024-03-01 17:39:33,112 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:39:33,113 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:39:33,117 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve ; label: None ; device: /dev/sdj ; serial: 36001405ff4083373e7f48589206661da ; exists: True ; vg_name: test_vg3 ; vg_uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:39:33,117 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:39:33,121 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:39:33,124 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:33,127 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:33,131 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:39:33,134 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:39:33,137 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:39:33,140 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:33,144 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:33,144 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/sdh$|","a|/dev/sde$|","a|/dev/sdg$|","a|/dev/sdb$|","a|/dev/sdi$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sdf$|","a|/dev/sdj$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:33,173 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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=M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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=OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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:39:33,173 INFO program/MainThread: stderr[42]: 2024-03-01 17:39:33,173 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:39:33,178 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:33,182 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:33,185 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:33,188 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:33,189 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:39:33,192 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:39:33,192 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:39:33,196 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:39:33,200 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:39:33,200 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:39:33,203 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:39:33,204 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:39:33,204 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:39:33,208 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:39:33,212 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:39:33,212 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:39:33,215 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:39:33,219 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:39:33,219 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:39:33,223 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:39:33,223 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:39:33,223 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:39:33,223 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:39:33,227 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:39:33,227 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:39:33,230 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:39:33,231 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:39:33,234 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/119a2213-9047-4442-b3a6-7e624eac41f4 ' '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph4RectyNdZcpdihNdvXaGEvmmh25z2eC0 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/test_vg3/lv5 ' '/dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph4RectyNdZcpdihNdvXaGEvmmh25z2eC0', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '119a2213-9047-4442-b3a6-7e624eac41f4', 'ID_FS_UUID_ENC': '119a2213-9047-4442-b3a6-7e624eac41f4', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1070767350'} ; 2024-03-01 17:39:33,234 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:39:33,235 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:33,239 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:39:33,239 INFO program/MainThread: stderr[43]: 2024-03-01 17:39:33,239 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:39:33,239 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:33,242 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:39:33,242 INFO program/MainThread: stderr[44]: 2024-03-01 17:39:33,242 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:39:33,242 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:33,245 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:39:33,246 INFO program/MainThread: stderr[45]: 2024-03-01 17:39:33,246 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:39:33,250 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:33,254 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:39:33,257 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:33,258 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:39:33,258 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:33,259 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:39:33,254 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff2002be6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7ff20027f588) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:33,259 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:33,262 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:39:33,263 INFO program/MainThread: stderr[46]: 2024-03-01 17:39:33,263 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:39:33,267 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:39:33,271 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:33,271 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:39:33,275 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:33,275 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:39:33,278 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:33,278 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:39:33,282 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:33,282 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:39:33,282 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:39:33,286 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:33,286 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:39:33,289 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:39:33,290 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:33,293 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:33,296 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:33,300 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z ; incomplete: False ; hidden: False ; 2024-03-01 17:39:33,303 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:33,303 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:39:33,307 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:39:33,307 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:39:33,310 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:39:33,314 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:39:33,314 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:39:33,318 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:39:33,318 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:39:33,319 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:39:33,322 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:39:33,326 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:39:33,326 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:39:33,329 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:39:33,333 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:39:33,333 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:39:33,336 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:39:33,337 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:39:33,337 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:39:33,337 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:39:33,341 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:39:33,341 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:39:33,344 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:39:33,345 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:39:33,348 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-uuid/2231ab5f-9d92-4c7b-9cf6-cad518f78a0f ' '/dev/test_vg3/lv6 /dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph5DUFk2LTw1AoWVTmKQZN25yc2i3Ac80z', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph5DUFk2LTw1AoWVTmKQZN25yc2i3Ac80z', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2231ab5f-9d92-4c7b-9cf6-cad518f78a0f', 'ID_FS_UUID_ENC': '2231ab5f-9d92-4c7b-9cf6-cad518f78a0f', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1070458812'} ; 2024-03-01 17:39:33,349 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:39:33,349 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:33,353 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:39:33,353 INFO program/MainThread: stderr[47]: 2024-03-01 17:39:33,353 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:39:33,353 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:33,356 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:39:33,356 INFO program/MainThread: stderr[48]: 2024-03-01 17:39:33,356 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:39:33,356 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:33,359 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:39:33,360 INFO program/MainThread: stderr[49]: 2024-03-01 17:39:33,360 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:39:33,365 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:33,368 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:39:33,371 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:33,372 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:39:33,373 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:33,374 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:39:33,368 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff20135fdd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7ff20027f588) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:33,374 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:33,377 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:39:33,378 INFO program/MainThread: stderr[50]: 2024-03-01 17:39:33,378 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:39:33,382 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:39:33,386 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:33,386 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:39:33,390 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:33,390 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:39:33,393 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:33,393 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:39:33,397 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:33,397 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:39:33,397 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:39:33,401 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:33,401 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:39:33,404 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:39:33,405 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:33,408 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:33,412 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:33,415 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq ; incomplete: False ; hidden: False ; 2024-03-01 17:39:33,418 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:33,418 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:39:33,422 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:39:33,422 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:39:33,425 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:39:33,429 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:39:33,429 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:39:33,433 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:39:33,433 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:39:33,433 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:39:33,437 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:39:33,441 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:39:33,441 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:39:33,444 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:39:33,448 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:39:33,448 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:39:33,452 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:39:33,452 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:39:33,452 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:39:33,452 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:39:33,456 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:39:33,456 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:39:33,459 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:39:33,460 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:39:33,463 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrphvXyUvQfaNKq6tECFGmTuNMHwg1gEtNQq ' '/dev/disk/by-uuid/b41267ec-f035-4fd7-9b8a-e6fd290e37f5 ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /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-keoRDtLaidNTtVoVuogw6ElOsaUTOrphvXyUvQfaNKq6tECFGmTuNMHwg1gEtNQq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b41267ec-f035-4fd7-9b8a-e6fd290e37f5', 'ID_FS_UUID_ENC': 'b41267ec-f035-4fd7-9b8a-e6fd290e37f5', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1070153846'} ; 2024-03-01 17:39:33,463 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:39:33,464 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:33,468 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:39:33,468 INFO program/MainThread: stderr[51]: 2024-03-01 17:39:33,468 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:39:33,468 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:33,471 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:39:33,471 INFO program/MainThread: stderr[52]: 2024-03-01 17:39:33,471 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:39:33,471 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:33,474 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:39:33,475 INFO program/MainThread: stderr[53]: 2024-03-01 17:39:33,475 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:39:33,479 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:33,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:39:33,487 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:33,488 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:39:33,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:33,489 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:39:33,483 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff201417710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7ff20027f588) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:33,490 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:33,493 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:39:33,493 INFO program/MainThread: stderr[54]: 2024-03-01 17:39:33,493 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:39:33,497 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:39:33,501 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:33,502 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:39:33,505 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:33,505 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:39:33,509 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:33,509 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:39:33,513 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:33,513 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:39:33,513 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:39:33,516 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:33,516 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:39:33,520 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:39:33,520 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:33,523 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:33,527 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:33,530 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc ; incomplete: False ; hidden: False ; 2024-03-01 17:39:33,533 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:33,534 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:39:33,537 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:39:33,538 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:39:33,541 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:39:33,545 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:39:33,545 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:39:33,548 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:39:33,549 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:39:33,549 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:39:33,553 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:39:33,556 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:39:33,556 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:39:33,560 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:39:33,563 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:39:33,564 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:39:33,567 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:39:33,568 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:39:33,568 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:39:33,568 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:39:33,571 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:39:33,572 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:39:33,575 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:39:33,575 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:39:33,579 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrphOpaQtQfO6S7xpom6HQkOEVoG3qiwcHhc ' '/dev/disk/by-uuid/53402772-aec9-4c6f-91d9-c2e43dea88ea ' '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/test_vg3/lv8', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrphOpaQtQfO6S7xpom6HQkOEVoG3qiwcHhc', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '53402772-aec9-4c6f-91d9-c2e43dea88ea', 'ID_FS_UUID_ENC': '53402772-aec9-4c6f-91d9-c2e43dea88ea', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1069845614'} ; 2024-03-01 17:39:33,579 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:39:33,579 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:33,583 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:39:33,583 INFO program/MainThread: stderr[55]: 2024-03-01 17:39:33,583 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:39:33,583 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:33,587 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:39:33,587 INFO program/MainThread: stderr[56]: 2024-03-01 17:39:33,587 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:39:33,587 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:33,590 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:39:33,590 INFO program/MainThread: stderr[57]: 2024-03-01 17:39:33,590 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:39:33,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:33,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:39:33,602 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:33,603 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:33,604 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:33,605 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:33,599 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff2002487b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7ff20027f588) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:33,606 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:33,609 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:39:33,609 INFO program/MainThread: stderr[58]: 2024-03-01 17:39:33,609 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:39:33,613 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:39:33,617 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:33,617 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:39:33,621 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:33,621 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:39:33,625 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:33,625 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:39:33,628 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:33,628 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:39:33,629 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:39:33,632 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:33,632 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:39:33,636 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:39:33,636 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:33,636 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:33,640 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': '28540800'} ; 2024-03-01 17:39:33,640 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:39:33,644 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:33,648 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:33,651 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:39:33,652 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:39:33,652 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:39:33,652 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:39:33,652 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:39:33,652 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:39:33,655 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:39:33,658 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:39:33,659 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:39:33,662 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:39:33,662 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:39:33,663 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:39:33,663 INFO blivet/MainThread: got device: DiskDevice instance (0x7ff200254048) -- 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:39:33,666 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:39:33,670 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:33,670 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:39:33,673 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:33,673 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:39:33,677 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:33,677 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:39:33,680 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:33,680 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:39:33,683 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:39:33,686 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:39:33,690 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:39:33,694 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 0x7ff200253dc8> 2024-03-01 17:39:36,543 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:39:36,547 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:39:36,547 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:39:36,551 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': '28543624'} ; 2024-03-01 17:39:36,551 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:39:36,551 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:39:36,556 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:36,559 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:36,562 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:39:36,566 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:36,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:36,569 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:36,580 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:36,599 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:36,603 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:39:36,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:39:36,607 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:39:36,607 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:39:36,610 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:39:36,613 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:39:36,614 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:39:36,617 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:39:36,617 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:39:36,617 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:39:36,621 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:39:36,624 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:39:36,627 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:39:36,630 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:39:36,633 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:39:36,634 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:39:36,634 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:39:36,635 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:39:36,634 INFO blivet/MainThread: got device: PartitionDevice instance (0x7ff200267f60) -- 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 0x7ff20026c9e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:39:36,639 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:39:36,643 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:36,643 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:39:36,646 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:36,646 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:39:36,649 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:36,649 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:39:36,653 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:36,653 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:39:36,653 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:39:36,656 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:36,656 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:39:36,659 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:39:36,659 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:36,663 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrphOpaQtQfO6S7xpom6HQkOEVoG3qiwcHhc ' '/dev/test_vg3/lv8 ' '/dev/disk/by-uuid/53402772-aec9-4c6f-91d9-c2e43dea88ea', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrphOpaQtQfO6S7xpom6HQkOEVoG3qiwcHhc', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '53402772-aec9-4c6f-91d9-c2e43dea88ea', 'ID_FS_UUID_ENC': '53402772-aec9-4c6f-91d9-c2e43dea88ea', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1069845614'} ; 2024-03-01 17:39:36,663 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:39:36,663 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:36,667 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:39:36,667 INFO program/MainThread: stderr[59]: 2024-03-01 17:39:36,667 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:39:36,667 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:36,670 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:39:36,671 INFO program/MainThread: stderr[60]: 2024-03-01 17:39:36,671 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:39:36,671 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:36,674 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:39:36,674 INFO program/MainThread: stderr[61]: 2024-03-01 17:39:36,674 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:39:36,679 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:36,682 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:39:36,686 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:36,687 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:36,687 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:36,688 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:36,682 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff2002487b8) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7ff20027f588) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:36,689 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:36,693 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:39:36,693 INFO program/MainThread: stderr[62]: 2024-03-01 17:39:36,693 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:39:36,697 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:39:36,697 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:39:36,701 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrphvXyUvQfaNKq6tECFGmTuNMHwg1gEtNQq ' '/dev/disk/by-uuid/b41267ec-f035-4fd7-9b8a-e6fd290e37f5 ' '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-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-keoRDtLaidNTtVoVuogw6ElOsaUTOrphvXyUvQfaNKq6tECFGmTuNMHwg1gEtNQq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b41267ec-f035-4fd7-9b8a-e6fd290e37f5', 'ID_FS_UUID_ENC': 'b41267ec-f035-4fd7-9b8a-e6fd290e37f5', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1070153846'} ; 2024-03-01 17:39:36,701 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:39:36,701 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:36,704 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:39:36,704 INFO program/MainThread: stderr[63]: 2024-03-01 17:39:36,704 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:39:36,704 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:36,707 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:39:36,707 INFO program/MainThread: stderr[64]: 2024-03-01 17:39:36,708 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:39:36,708 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:36,711 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:39:36,711 INFO program/MainThread: stderr[65]: 2024-03-01 17:39:36,711 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:39:36,715 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:36,719 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:39:36,722 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:36,723 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:36,724 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:36,725 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:36,719 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff201417710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7ff20027f588) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:36,726 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:36,729 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:39:36,729 INFO program/MainThread: stderr[66]: 2024-03-01 17:39:36,729 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:39:36,733 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:39:36,733 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:39:36,736 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/2231ab5f-9d92-4c7b-9cf6-cad518f78a0f ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph5DUFk2LTw1AoWVTmKQZN25yc2i3Ac80z ' '/dev/test_vg3/lv6', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph5DUFk2LTw1AoWVTmKQZN25yc2i3Ac80z', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2231ab5f-9d92-4c7b-9cf6-cad518f78a0f', 'ID_FS_UUID_ENC': '2231ab5f-9d92-4c7b-9cf6-cad518f78a0f', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1070458812'} ; 2024-03-01 17:39:36,736 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:39:36,737 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:36,740 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:39:36,740 INFO program/MainThread: stderr[67]: 2024-03-01 17:39:36,740 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:39:36,740 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:36,743 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:39:36,743 INFO program/MainThread: stderr[68]: 2024-03-01 17:39:36,743 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:39:36,744 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:36,746 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:39:36,747 INFO program/MainThread: stderr[69]: 2024-03-01 17:39:36,747 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:39:36,751 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:36,755 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:39:36,758 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:36,759 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:36,760 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:36,761 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:36,755 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff20135fdd8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7ff20027f588) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:36,762 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:36,765 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:39:36,765 INFO program/MainThread: stderr[70]: 2024-03-01 17:39:36,765 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:39:36,769 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:39:36,770 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:39:36,773 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph4RectyNdZcpdihNdvXaGEvmmh25z2eC0 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-uuid/119a2213-9047-4442-b3a6-7e624eac41f4 ' '/dev/disk/by-id/dm-name-test_vg3-lv5 /dev/mapper/test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph4RectyNdZcpdihNdvXaGEvmmh25z2eC0', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '119a2213-9047-4442-b3a6-7e624eac41f4', 'ID_FS_UUID_ENC': '119a2213-9047-4442-b3a6-7e624eac41f4', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1070767350'} ; 2024-03-01 17:39:36,773 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:39:36,773 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:36,776 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:39:36,776 INFO program/MainThread: stderr[71]: 2024-03-01 17:39:36,776 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:39:36,777 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:36,779 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:39:36,780 INFO program/MainThread: stderr[72]: 2024-03-01 17:39:36,780 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:39:36,780 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:36,783 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:39:36,783 INFO program/MainThread: stderr[73]: 2024-03-01 17:39:36,783 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:39:36,788 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:36,791 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:39:36,795 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:36,796 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:36,796 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:36,797 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:36,792 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff2002be6d8) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7ff20027f588) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:36,798 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:36,802 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:39:36,802 INFO program/MainThread: stderr[74]: 2024-03-01 17:39:36,802 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:39:36,806 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:39:36,806 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:39:36,809 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-liDaDGg4352Mh35NIO3QZdWd6CbG6O0nM0xnbqiM86u2eGrlHZa6J2EYE5G0aciq ' '/dev/disk/by-uuid/3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e ' '/dev/disk/by-id/dm-name-test_vg2-lv4 /dev/mapper/test_vg2-lv4 ' '/dev/test_vg2/lv4', 'DEVNAME': '/dev/dm-4', 'DEVPATH': '/devices/virtual/block/dm-4', 'DEVTYPE': 'disk', 'DM_ACTIVATION': '1', 'DM_LV_NAME': 'lv4', 'DM_NAME': 'test_vg2-lv4', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-liDaDGg4352Mh35NIO3QZdWd6CbG6O0nM0xnbqiM86u2eGrlHZa6J2EYE5G0aciq', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e', 'ID_FS_UUID_ENC': '3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071616179'} ; 2024-03-01 17:39:36,809 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:39:36,810 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:36,813 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:39:36,813 INFO program/MainThread: stderr[75]: 2024-03-01 17:39:36,813 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:39:36,813 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:36,816 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:39:36,816 INFO program/MainThread: stderr[76]: 2024-03-01 17:39:36,816 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:39:36,817 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:36,820 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:39:36,820 INFO program/MainThread: stderr[77]: 2024-03-01 17:39:36,820 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:39:36,825 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:36,828 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:39:36,831 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:36,832 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:36,832 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:36,833 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:36,828 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff20f32cac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7ff2002ae4a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:36,833 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:36,836 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:39:36,837 INFO program/MainThread: stderr[78]: 2024-03-01 17:39:36,837 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:39:36,841 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:39:36,841 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:39:36,844 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-uuid/011306a1-cc94-4ae7-a91f-11ca854fd4ab ' '/dev/disk/by-id/dm-uuid-LVM-liDaDGg4352Mh35NIO3QZdWd6CbG6O0ndo1iDmGkcqcgW3RtTZRtYdOv0Tksocqt ' '/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-liDaDGg4352Mh35NIO3QZdWd6CbG6O0ndo1iDmGkcqcgW3RtTZRtYdOv0Tksocqt', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '011306a1-cc94-4ae7-a91f-11ca854fd4ab', 'ID_FS_UUID_ENC': '011306a1-cc94-4ae7-a91f-11ca854fd4ab', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071907847'} ; 2024-03-01 17:39:36,844 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:39:36,844 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:36,848 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:39:36,848 INFO program/MainThread: stderr[79]: 2024-03-01 17:39:36,848 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:39:36,848 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:36,851 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:39:36,851 INFO program/MainThread: stderr[80]: 2024-03-01 17:39:36,851 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:39:36,851 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:36,854 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:39:36,855 INFO program/MainThread: stderr[81]: 2024-03-01 17:39:36,855 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:39:36,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:36,862 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:39:36,866 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:36,866 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:36,867 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:36,867 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:36,863 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff2002b5c50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7ff2002ae4a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:36,868 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:36,871 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:39:36,871 INFO program/MainThread: stderr[82]: 2024-03-01 17:39:36,872 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:39:36,875 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:39:36,876 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:39:36,879 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-uuid/5cdf3b42-a8bd-4a15-a945-d765b36fce4c ' '/dev/disk/by-id/dm-uuid-LVM-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg3267Qcmmaggj5hVxKPi20fbU9IPcdIaYiNo ' '/dev/disk/by-id/dm-name-test_vg1-lv2 /dev/mapper/test_vg1-lv2 ' '/dev/test_vg1/lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg3267Qcmmaggj5hVxKPi20fbU9IPcdIaYiNo', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5cdf3b42-a8bd-4a15-a945-d765b36fce4c', 'ID_FS_UUID_ENC': '5cdf3b42-a8bd-4a15-a945-d765b36fce4c', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1072747378'} ; 2024-03-01 17:39:36,879 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:39:36,879 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:36,882 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:39:36,882 INFO program/MainThread: stderr[83]: 2024-03-01 17:39:36,882 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:39:36,883 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:36,886 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:39:36,886 INFO program/MainThread: stderr[84]: 2024-03-01 17:39:36,886 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:39:36,886 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:36,889 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:39:36,889 INFO program/MainThread: stderr[85]: 2024-03-01 17:39:36,889 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:39:36,894 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:36,897 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:39:36,900 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:36,901 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:36,901 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:36,902 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:36,897 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff2016a1518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7ff200311a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:36,902 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:36,905 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:39:36,905 INFO program/MainThread: stderr[86]: 2024-03-01 17:39:36,906 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:39:36,909 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:39:36,910 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:39:36,913 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv1 ' '/dev/disk/by-uuid/5dc46a35-3a75-4ddb-a66b-10ff4f21be8c ' '/dev/test_vg1/lv1 /dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg326BTz5kRAXJvIsgZ1cd1U2N40ucTIbe0Kz', '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-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg326BTz5kRAXJvIsgZ1cd1U2N40ucTIbe0Kz', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5dc46a35-3a75-4ddb-a66b-10ff4f21be8c', 'ID_FS_UUID_ENC': '5dc46a35-3a75-4ddb-a66b-10ff4f21be8c', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1073044401'} ; 2024-03-01 17:39:36,913 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:39:36,913 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:36,916 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:39:36,916 INFO program/MainThread: stderr[87]: 2024-03-01 17:39:36,916 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:39:36,917 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:36,920 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:39:36,920 INFO program/MainThread: stderr[88]: 2024-03-01 17:39:36,920 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:39:36,920 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:36,923 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:39:36,923 INFO program/MainThread: stderr[89]: 2024-03-01 17:39:36,923 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:39:36,928 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:36,931 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:39:36,934 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:36,934 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:36,935 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:36,936 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:36,931 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7ff200294f28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7ff200311a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:36,936 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:36,939 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:39:36,939 INFO program/MainThread: stderr[90]: 2024-03-01 17:39:36,939 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:39:36,943 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:39:36,944 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:39:36,944 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:36,954 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:36,970 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:39:36,971 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:39:36,975 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:39:36,978 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:36,981 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:39:36,985 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:36,985 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:39:36,988 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:39:36,991 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:36,994 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:39:36,997 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:36,997 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:39:37,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:39:37,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:37,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:39:37,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:37,010 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:39:37,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:39:37,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:37,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:39:37,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:37,022 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:39:37,025 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:39:37,028 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:37,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:39:37,034 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:37,034 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:39:37,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:39:37,040 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:37,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:39:37,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:37,047 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:39:41,607 INFO blivet/MainThread: sys.argv = ['/tmp/ansible_fedora.linux_system_roles.blivet_payload_mfjz2csg/ansible_fedora.linux_system_roles.blivet_payload.zip/ansible_collections/fedora/linux_system_roles/plugins/modules/blivet.py'] 2024-03-01 17:39:41,644 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:41,644 INFO program/MainThread: Running [2] e2fsck -V ... 2024-03-01 17:39:41,647 INFO program/MainThread: stdout[2]: 2024-03-01 17:39:41,647 INFO program/MainThread: stderr[2]: e2fsck 1.45.6 (20-Mar-2020) Using EXT2FS Library version 1.45.6, 20-Mar-2020 2024-03-01 17:39:41,647 INFO program/MainThread: ...done [2] (exit code: 0) 2024-03-01 17:39:41,648 INFO program/MainThread: Running... modprobe --dry-run ext4 2024-03-01 17:39:41,652 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:41,652 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 0 2024-03-01 17:39:41,656 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:41,656 DEBUG blivet/MainThread: trying to set new default fstype to 'ext4' 2024-03-01 17:39:41,659 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:41,659 DEBUG blivet/MainThread: get_format('ext4') returning Ext4FS instance with object id 1 2024-03-01 17:39:41,662 DEBUG blivet/MainThread: Ext4FS.supported: supported: True ; 2024-03-01 17:39:41,662 INFO program/MainThread: Running... lsblk --bytes -a -o NAME,SIZE,OWNER,GROUP,MODE,FSTYPE,LABEL,UUID,PARTUUID,MOUNTPOINT 2024-03-01 17:39:41,673 INFO program/MainThread: stdout: 2024-03-01 17:39:41,673 INFO program/MainThread: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT 2024-03-01 17:39:41,673 INFO program/MainThread: sda 1073741824 root disk brw-rw---- LVM2_member CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq 2024-03-01 17:39:41,673 INFO program/MainThread: `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5cdf3b42-a8bd-4a15-a945-d765b36fce4c 2024-03-01 17:39:41,673 INFO program/MainThread: sdb 1073741824 root disk brw-rw---- LVM2_member 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW 2024-03-01 17:39:41,673 INFO program/MainThread: |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5cdf3b42-a8bd-4a15-a945-d765b36fce4c 2024-03-01 17:39:41,673 INFO program/MainThread: `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 5dc46a35-3a75-4ddb-a66b-10ff4f21be8c 2024-03-01 17:39:41,673 INFO program/MainThread: sdc 1073741824 root disk brw-rw---- LVM2_member wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR 2024-03-01 17:39:41,673 INFO program/MainThread: sdd 1073741824 root disk brw-rw---- LVM2_member lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem 2024-03-01 17:39:41,673 INFO program/MainThread: |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e 2024-03-01 17:39:41,673 INFO program/MainThread: `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 011306a1-cc94-4ae7-a91f-11ca854fd4ab 2024-03-01 17:39:41,673 INFO program/MainThread: sde 1073741824 root disk brw-rw---- LVM2_member HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw 2024-03-01 17:39:41,673 INFO program/MainThread: sdf 1073741824 root disk brw-rw---- LVM2_member tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib 2024-03-01 17:39:41,673 INFO program/MainThread: sdg 1073741824 root disk brw-rw---- LVM2_member JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql 2024-03-01 17:39:41,673 INFO program/MainThread: |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 53402772-aec9-4c6f-91d9-c2e43dea88ea 2024-03-01 17:39:41,673 INFO program/MainThread: |-test_vg3-lv7 427819008 root disk brw-rw---- xfs b41267ec-f035-4fd7-9b8a-e6fd290e37f5 2024-03-01 17:39:41,673 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2231ab5f-9d92-4c7b-9cf6-cad518f78a0f 2024-03-01 17:39:41,673 INFO program/MainThread: sdh 1073741824 root disk brw-rw---- LVM2_member fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG 2024-03-01 17:39:41,673 INFO program/MainThread: `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2231ab5f-9d92-4c7b-9cf6-cad518f78a0f 2024-03-01 17:39:41,673 INFO program/MainThread: sdi 1073741824 root disk brw-rw---- LVM2_member 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA 2024-03-01 17:39:41,674 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 119a2213-9047-4442-b3a6-7e624eac41f4 2024-03-01 17:39:41,674 INFO program/MainThread: sdj 1073741824 root disk brw-rw---- LVM2_member z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve 2024-03-01 17:39:41,674 INFO program/MainThread: `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 119a2213-9047-4442-b3a6-7e624eac41f4 2024-03-01 17:39:41,674 INFO program/MainThread: sdk 1073741824 root disk brw-rw---- 2024-03-01 17:39:41,674 INFO program/MainThread: sdl 1073741824 root disk brw-rw---- 2024-03-01 17:39:41,674 INFO program/MainThread: xvda 268435456000 root disk brw-rw---- 2024-03-01 17:39:41,674 INFO program/MainThread: `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:39:41,674 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:41,674 DEBUG blivet/MainThread: lsblk output: NAME SIZE OWNER GROUP MODE FSTYPE LABEL UUID PARTUUID MOUNTPOINT sda 1073741824 root disk brw-rw---- LVM2_member CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq `-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5cdf3b42-a8bd-4a15-a945-d765b36fce4c sdb 1073741824 root disk brw-rw---- LVM2_member 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW |-test_vg1-lv2 1606418432 root disk brw-rw---- xfs 5cdf3b42-a8bd-4a15-a945-d765b36fce4c `-test_vg1-lv1 482344960 root disk brw-rw---- xfs 5dc46a35-3a75-4ddb-a66b-10ff4f21be8c sdc 1073741824 root disk brw-rw---- LVM2_member wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR sdd 1073741824 root disk brw-rw---- LVM2_member lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem |-test_vg2-lv4 641728512 root disk brw-rw---- xfs 3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e `-test_vg2-lv3 322961408 root disk brw-rw---- xfs 011306a1-cc94-4ae7-a91f-11ca854fd4ab sde 1073741824 root disk brw-rw---- LVM2_member HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw sdf 1073741824 root disk brw-rw---- LVM2_member tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib sdg 1073741824 root disk brw-rw---- LVM2_member JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql |-test_vg3-lv8 427819008 root disk brw-rw---- xfs 53402772-aec9-4c6f-91d9-c2e43dea88ea |-test_vg3-lv7 427819008 root disk brw-rw---- xfs b41267ec-f035-4fd7-9b8a-e6fd290e37f5 `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2231ab5f-9d92-4c7b-9cf6-cad518f78a0f sdh 1073741824 root disk brw-rw---- LVM2_member fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG `-test_vg3-lv6 1069547520 root disk brw-rw---- xfs 2231ab5f-9d92-4c7b-9cf6-cad518f78a0f sdi 1073741824 root disk brw-rw---- LVM2_member 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 119a2213-9047-4442-b3a6-7e624eac41f4 sdj 1073741824 root disk brw-rw---- LVM2_member z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve `-test_vg3-lv5 1283457024 root disk brw-rw---- xfs 119a2213-9047-4442-b3a6-7e624eac41f4 sdk 1073741824 root disk brw-rw---- sdl 1073741824 root disk brw-rw---- xvda 268435456000 root disk brw-rw---- `-xvda1 268434390528 root disk brw-rw---- xfs d21788f1-b672-45d8-9d39-0b6482be1fd5 b2f85011-01 / 2024-03-01 17:39:41,674 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:41,674 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:41,674 INFO blivet/MainThread: resetting Blivet (version 3.6.0) instance 2024-03-01 17:39:41,675 DEBUG blivet/MainThread: lvm filter: clearing the lvm devices list 2024-03-01 17:39:41,675 INFO blivet/MainThread: DeviceTree.populate: ignored_disks is [] ; exclusive_disks is [] 2024-03-01 17:39:41,675 WARNING blivet/MainThread: Failed to call the update_volume_info method: libstoragemgmt functionality not available 2024-03-01 17:39:41,675 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:41,685 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:41,700 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:39:41,705 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sda ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-1LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2 ' '/dev/disk/by-id/wwn-0x600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/scsi-3600140570412c03b8b248d989a3e23cf ' '/dev/disk/by-id/lvm-pv-uuid-CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq ' '/dev/disk/by-id/scsi-SLIO-ORG_disk0_70412c03-b8b2-48d9-89a3-e23cf1cb45f2', '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': 'CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq', 'ID_FS_UUID_ENC': 'CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq', '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': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'ID_SERIAL': '3600140570412c03b8b248d989a3e23cf', 'ID_SERIAL_SHORT': '600140570412c03b8b248d989a3e23cf', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x600140570412c03b', 'ID_WWN_VENDOR_EXTENSION': '0x8b248d989a3e23cf', 'ID_WWN_WITH_EXTENSION': '0x600140570412c03b8b248d989a3e23cf', 'MAJOR': '8', 'MINOR': '0', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '600140570412c03b8b248d989a3e23cf', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk0:70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '70412c03-b8b2-48d9-89a3-e23cf1cb45f2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517695292'} ; 2024-03-01 17:39:41,705 INFO blivet/MainThread: scanning sda (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda)... 2024-03-01 17:39:41,705 INFO program/MainThread: Running [3] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:41,734 INFO program/MainThread: stdout[3]: 2024-03-01 17:39:41,734 INFO program/MainThread: stderr[3]: 2024-03-01 17:39:41,734 INFO program/MainThread: ...done [3] (exit code: 0) 2024-03-01 17:39:41,739 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:41,742 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:41,748 INFO blivet/MainThread: failed to get initiator name from iscsi firmware: storaged iSCSI functionality not available 2024-03-01 17:39:41,752 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sda ; 2024-03-01 17:39:41,753 INFO blivet/MainThread: sda is a disk 2024-03-01 17:39:41,753 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 3 2024-03-01 17:39:41,753 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 4 2024-03-01 17:39:41,757 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: None ; 2024-03-01 17:39:41,760 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sda ; status: True ; 2024-03-01 17:39:41,760 DEBUG blivet/MainThread: sda sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda 2024-03-01 17:39:41,764 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sda ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:0/block/sda ; 2024-03-01 17:39:41,764 DEBUG blivet/MainThread: updated sda size to 1024 MiB (1024 MiB) 2024-03-01 17:39:41,764 INFO blivet/MainThread: added disk sda (id 2) to device tree 2024-03-01 17:39:41,764 INFO blivet/MainThread: got device: DiskDevice instance (0x7f370b4c6c18) -- 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 = 600140570412c03b8b248d989a3e23cf 2024-03-01 17:39:41,768 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sda ; 2024-03-01 17:39:41,772 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:41,772 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 6 2024-03-01 17:39:41,775 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:41,776 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 7 2024-03-01 17:39:41,779 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:41,779 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 8 2024-03-01 17:39:41,782 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:41,782 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 9 2024-03-01 17:39:41,786 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sda ; 2024-03-01 17:39:41,786 DEBUG blivet/MainThread: lvm filter: device /dev/sda added to the list of allowed devices 2024-03-01 17:39:41,786 INFO program/MainThread: Running [4] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:41,816 INFO program/MainThread: stdout[4]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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:39:41,816 INFO program/MainThread: stderr[4]: WARNING: Couldn't find device with uuid 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW. WARNING: Couldn't find device with uuid wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR. WARNING: VG test_vg1 is missing PV 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR (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:39:41,816 INFO program/MainThread: ...done [4] (exit code: 0) 2024-03-01 17:39:41,817 INFO blivet/MainThread: type detected on 'sda' is 'lvmpv' 2024-03-01 17:39:41,821 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq ; label: None ; device: /dev/sda ; serial: 3600140570412c03b8b248d989a3e23cf ; exists: True ; vg_name: test_vg1 ; vg_uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; pe_start: 8 MiB ; 2024-03-01 17:39:41,821 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 10 2024-03-01 17:39:41,824 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: lvmpv ; current: None ; 2024-03-01 17:39:41,827 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; incomplete: True ; hidden: False ; 2024-03-01 17:39:41,831 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:41,834 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:41,837 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:41,837 INFO program/MainThread: Running [5] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:41,867 INFO program/MainThread: stdout[5]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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:39:41,867 INFO program/MainThread: stderr[5]: WARNING: Couldn't find device with uuid 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW. WARNING: Couldn't find device with uuid wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR. WARNING: VG test_vg1 is missing PV 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR (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:39:41,867 INFO program/MainThread: ...done [5] (exit code: 0) 2024-03-01 17:39:41,867 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:39:41,868 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 12 2024-03-01 17:39:41,875 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sda ; 2024-03-01 17:39:41,879 DEBUG blivet/MainThread: DiskDevice.add_child: name: sda ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:39:41,879 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 13 2024-03-01 17:39:41,882 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg1 ; type: None ; current: None ; 2024-03-01 17:39:41,882 INFO program/MainThread: Running [6] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:41,909 INFO program/MainThread: stdout[6]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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:39:41,909 INFO program/MainThread: stderr[6]: WARNING: Couldn't find device with uuid 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW. WARNING: Couldn't find device with uuid wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR. WARNING: VG test_vg1 is missing PV 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW (last written to /dev/sdb). WARNING: VG test_vg1 is missing PV wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR (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:39:41,909 INFO program/MainThread: ...done [6] (exit code: 0) 2024-03-01 17:39:41,914 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg1 ; status: True ; 2024-03-01 17:39:41,915 INFO blivet/MainThread: added lvmvg test_vg1 (id 11) to device tree 2024-03-01 17:39:41,918 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sda ; 2024-03-01 17:39:41,921 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; incomplete: True ; hidden: False ; 2024-03-01 17:39:41,924 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:39:41,925 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:39:41,925 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:41,928 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdb ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/scsi-36001405a766a6cdffaf44c68ec1f86ad ' '/dev/disk/by-id/scsi-1LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/scsi-SLIO-ORG_disk1_a766a6cd-ffaf-44c6-8ec1-f86ad543990c ' '/dev/disk/by-id/lvm-pv-uuid-3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW', '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': '3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW', 'ID_FS_UUID_ENC': '3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW', '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': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'ID_SERIAL': '36001405a766a6cdffaf44c68ec1f86ad', 'ID_SERIAL_SHORT': '6001405a766a6cdffaf44c68ec1f86ad', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405a766a6cdf', 'ID_WWN_VENDOR_EXTENSION': '0xfaf44c68ec1f86ad', 'ID_WWN_WITH_EXTENSION': '0x6001405a766a6cdffaf44c68ec1f86ad', 'MAJOR': '8', 'MINOR': '16', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405a766a6cdffaf44c68ec1f86ad', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk1:a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'a766a6cd-ffaf-44c6-8ec1-f86ad543990c', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517722648'} ; 2024-03-01 17:39:41,929 INFO blivet/MainThread: scanning sdb (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb)... 2024-03-01 17:39:41,932 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:39:41,935 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:41,939 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdb ; 2024-03-01 17:39:41,939 INFO blivet/MainThread: sdb is a disk 2024-03-01 17:39:41,939 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 17 2024-03-01 17:39:41,940 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 18 2024-03-01 17:39:41,943 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: None ; 2024-03-01 17:39:41,946 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdb ; status: True ; 2024-03-01 17:39:41,946 DEBUG blivet/MainThread: sdb sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb 2024-03-01 17:39:41,949 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdb ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:1/block/sdb ; 2024-03-01 17:39:41,950 DEBUG blivet/MainThread: updated sdb size to 1024 MiB (1024 MiB) 2024-03-01 17:39:41,950 INFO blivet/MainThread: added disk sdb (id 16) to device tree 2024-03-01 17:39:41,950 INFO blivet/MainThread: got device: DiskDevice instance (0x7f370a3352e8) -- 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 = 6001405a766a6cdffaf44c68ec1f86ad 2024-03-01 17:39:41,954 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdb ; 2024-03-01 17:39:41,957 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:41,957 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 20 2024-03-01 17:39:41,961 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:41,961 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 21 2024-03-01 17:39:41,964 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:41,964 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 22 2024-03-01 17:39:41,968 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:41,968 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 23 2024-03-01 17:39:41,971 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdb ; 2024-03-01 17:39:41,971 DEBUG blivet/MainThread: lvm filter: device /dev/sdb added to the list of allowed devices 2024-03-01 17:39:41,971 INFO program/MainThread: Running [7] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:41,998 INFO program/MainThread: stdout[7]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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:39:41,998 INFO program/MainThread: stderr[7]: WARNING: Couldn't find device with uuid wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR. WARNING: VG test_vg1 is missing PV wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR (last written to /dev/sdc). 2024-03-01 17:39:41,998 INFO program/MainThread: ...done [7] (exit code: 0) 2024-03-01 17:39:41,999 INFO blivet/MainThread: type detected on 'sdb' is 'lvmpv' 2024-03-01 17:39:42,003 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW ; label: None ; device: /dev/sdb ; serial: 36001405a766a6cdffaf44c68ec1f86ad ; exists: True ; vg_name: test_vg1 ; vg_uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; pe_start: 8 MiB ; free: 40 MiB ; 2024-03-01 17:39:42,003 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 24 2024-03-01 17:39:42,006 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: lvmpv ; current: None ; 2024-03-01 17:39:42,010 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; incomplete: True ; hidden: False ; 2024-03-01 17:39:42,013 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg1 (11) 2024-03-01 17:39:42,016 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdb ; 2024-03-01 17:39:42,020 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdb ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:39:42,023 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdb ; 2024-03-01 17:39:42,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; incomplete: True ; hidden: False ; 2024-03-01 17:39:42,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:42,030 INFO program/MainThread: Running [8] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:42,060 INFO program/MainThread: stdout[8]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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:39:42,060 INFO program/MainThread: stderr[8]: WARNING: Couldn't find device with uuid wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR. WARNING: VG test_vg1 is missing PV wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR (last written to /dev/sdc). 2024-03-01 17:39:42,060 INFO program/MainThread: ...done [8] (exit code: 0) 2024-03-01 17:39:42,061 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg1 2024-03-01 17:39:42,061 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:42,065 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdk ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/scsi-SLIO-ORG_disk10_fb406ddb-3a26-4dc7-a3da-0115b4474caa ' '/dev/disk/by-id/scsi-36001405fb406ddb3a264dc7a3da0115b ' '/dev/disk/by-id/scsi-1LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', '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': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'ID_SERIAL': '36001405fb406ddb3a264dc7a3da0115b', 'ID_SERIAL_SHORT': '6001405fb406ddb3a264dc7a3da0115b', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405fb406ddb3', 'ID_WWN_VENDOR_EXTENSION': '0xa264dc7a3da0115b', 'ID_WWN_WITH_EXTENSION': '0x6001405fb406ddb3a264dc7a3da0115b', 'MAJOR': '8', 'MINOR': '160', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405fb406ddb3a264dc7a3da0115b', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk10:fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'fb406ddb-3a26-4dc7-a3da-0115b4474caa', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518467710'} ; 2024-03-01 17:39:42,065 INFO blivet/MainThread: scanning sdk (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk)... 2024-03-01 17:39:42,069 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdk ; incomplete: False ; hidden: False ; 2024-03-01 17:39:42,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:42,076 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdk ; 2024-03-01 17:39:42,077 INFO blivet/MainThread: sdk is a disk 2024-03-01 17:39:42,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 27 2024-03-01 17:39:42,077 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 28 2024-03-01 17:39:42,080 DEBUG blivet/MainThread: DiskDevice._set_format: sdk ; type: None ; current: None ; 2024-03-01 17:39:42,083 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdk ; status: True ; 2024-03-01 17:39:42,084 DEBUG blivet/MainThread: sdk sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk 2024-03-01 17:39:42,087 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdk ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:10/block/sdk ; 2024-03-01 17:39:42,087 DEBUG blivet/MainThread: updated sdk size to 1024 MiB (1024 MiB) 2024-03-01 17:39:42,088 INFO blivet/MainThread: added disk sdk (id 26) to device tree 2024-03-01 17:39:42,088 INFO blivet/MainThread: got device: DiskDevice instance (0x7f370a3358d0) -- 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 = 6001405fb406ddb3a264dc7a3da0115b 2024-03-01 17:39:42,091 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdk ; 2024-03-01 17:39:42,091 DEBUG blivet/MainThread: no type or existing type for sdk, bailing 2024-03-01 17:39:42,095 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdl ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x60014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk11_5002d72f-3395-4a3e-b4b6-255a21e67613 ' '/dev/disk/by-id/scsi-360014055002d72f33954a3eb4b6255a2 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', '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': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'ID_SERIAL': '360014055002d72f33954a3eb4b6255a2', 'ID_SERIAL_SHORT': '60014055002d72f33954a3eb4b6255a2', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014055002d72f3', 'ID_WWN_VENDOR_EXTENSION': '0x3954a3eb4b6255a2', 'ID_WWN_WITH_EXTENSION': '0x60014055002d72f33954a3eb4b6255a2', 'MAJOR': '8', 'MINOR': '176', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014055002d72f33954a3eb4b6255a2', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk11:5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '5002d72f-3395-4a3e-b4b6-255a21e67613', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518574569'} ; 2024-03-01 17:39:42,095 INFO blivet/MainThread: scanning sdl (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl)... 2024-03-01 17:39:42,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdl ; incomplete: False ; hidden: False ; 2024-03-01 17:39:42,101 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:42,105 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdl ; 2024-03-01 17:39:42,105 INFO blivet/MainThread: sdl is a disk 2024-03-01 17:39:42,105 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 32 2024-03-01 17:39:42,106 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 33 2024-03-01 17:39:42,109 DEBUG blivet/MainThread: DiskDevice._set_format: sdl ; type: None ; current: None ; 2024-03-01 17:39:42,112 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdl ; status: True ; 2024-03-01 17:39:42,112 DEBUG blivet/MainThread: sdl sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl 2024-03-01 17:39:42,115 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdl ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:11/block/sdl ; 2024-03-01 17:39:42,116 DEBUG blivet/MainThread: updated sdl size to 1024 MiB (1024 MiB) 2024-03-01 17:39:42,116 INFO blivet/MainThread: added disk sdl (id 31) to device tree 2024-03-01 17:39:42,116 INFO blivet/MainThread: got device: DiskDevice instance (0x7f370a342cc0) -- 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 = 60014055002d72f33954a3eb4b6255a2 2024-03-01 17:39:42,119 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdl ; 2024-03-01 17:39:42,120 DEBUG blivet/MainThread: no type or existing type for sdl, bailing 2024-03-01 17:39:42,123 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdc ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014053d1743e8b22f4a7b836611b7e ' '/dev/disk/by-id/scsi-SLIO-ORG_disk2_3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/scsi-1LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc ' '/dev/disk/by-id/wwn-0x60014053d1743e8b22f4a7b836611b7e ' '/dev/disk/by-id/lvm-pv-uuid-wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR', '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': 'wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR', 'ID_FS_UUID_ENC': 'wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR', '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': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'ID_SERIAL': '360014053d1743e8b22f4a7b836611b7e', 'ID_SERIAL_SHORT': '60014053d1743e8b22f4a7b836611b7e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014053d1743e8b', 'ID_WWN_VENDOR_EXTENSION': '0x22f4a7b836611b7e', 'ID_WWN_WITH_EXTENSION': '0x60014053d1743e8b22f4a7b836611b7e', 'MAJOR': '8', 'MINOR': '32', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014053d1743e8b22f4a7b836611b7e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk2:3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '3d1743e8-b22f-4a7b-8366-11b7e31787fc', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517737874'} ; 2024-03-01 17:39:42,123 INFO blivet/MainThread: scanning sdc (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc)... 2024-03-01 17:39:42,126 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:39:42,129 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:42,133 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdc ; 2024-03-01 17:39:42,134 INFO blivet/MainThread: sdc is a disk 2024-03-01 17:39:42,134 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 37 2024-03-01 17:39:42,134 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 38 2024-03-01 17:39:42,137 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: None ; 2024-03-01 17:39:42,140 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdc ; status: True ; 2024-03-01 17:39:42,140 DEBUG blivet/MainThread: sdc sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc 2024-03-01 17:39:42,144 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdc ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:2/block/sdc ; 2024-03-01 17:39:42,144 DEBUG blivet/MainThread: updated sdc size to 1024 MiB (1024 MiB) 2024-03-01 17:39:42,144 INFO blivet/MainThread: added disk sdc (id 36) to device tree 2024-03-01 17:39:42,144 INFO blivet/MainThread: got device: DiskDevice instance (0x7f370a34a2b0) -- 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 = 60014053d1743e8b22f4a7b836611b7e 2024-03-01 17:39:42,148 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdc ; 2024-03-01 17:39:42,151 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:42,152 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 40 2024-03-01 17:39:42,155 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:42,155 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 41 2024-03-01 17:39:42,158 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:42,158 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 42 2024-03-01 17:39:42,162 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:42,162 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 43 2024-03-01 17:39:42,165 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdc ; 2024-03-01 17:39:42,165 DEBUG blivet/MainThread: lvm filter: device /dev/sdc added to the list of allowed devices 2024-03-01 17:39:42,165 INFO program/MainThread: Running [9] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:42,195 INFO program/MainThread: stdout[9]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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:39:42,195 INFO program/MainThread: stderr[9]: 2024-03-01 17:39:42,195 INFO program/MainThread: ...done [9] (exit code: 0) 2024-03-01 17:39:42,196 INFO blivet/MainThread: type detected on 'sdc' is 'lvmpv' 2024-03-01 17:39:42,200 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR ; label: None ; device: /dev/sdc ; serial: 360014053d1743e8b22f4a7b836611b7e ; exists: True ; vg_name: test_vg1 ; vg_uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:39:42,200 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 44 2024-03-01 17:39:42,203 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: lvmpv ; current: None ; 2024-03-01 17:39:42,207 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; incomplete: True ; hidden: False ; 2024-03-01 17:39:42,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:42,213 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg1 ; parent: sdc ; 2024-03-01 17:39:42,217 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdc ; child: test_vg1 ; kids: 0 ; 2024-03-01 17:39:42,220 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdc ; 2024-03-01 17:39:42,223 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 ; incomplete: True ; hidden: False ; 2024-03-01 17:39:42,226 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:42,226 INFO program/MainThread: Running [10] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:42,252 INFO program/MainThread: stdout[10]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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:39:42,252 INFO program/MainThread: stderr[10]: 2024-03-01 17:39:42,252 INFO program/MainThread: ...done [10] (exit code: 0) 2024-03-01 17:39:42,257 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:42,260 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:42,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz ; incomplete: False ; hidden: False ; 2024-03-01 17:39:42,266 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:42,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 46 2024-03-01 17:39:42,270 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:39:42,271 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 47 2024-03-01 17:39:42,274 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:39:42,278 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:39:42,278 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:39:42,282 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:39:42,282 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:39:42,282 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 49 2024-03-01 17:39:42,287 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 1 ; 2024-03-01 17:39:42,290 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv1 ; kids: 0 ; 2024-03-01 17:39:42,291 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 50 2024-03-01 17:39:42,294 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: None ; 2024-03-01 17:39:42,297 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:39:42,298 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:39:42,301 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:39:42,302 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:39:42,302 DEBUG blivet/MainThread: Adding test_vg1-lv1/460 MiB to test_vg1 2024-03-01 17:39:42,302 INFO blivet/MainThread: added lvmlv test_vg1-lv1 (id 45) to device tree 2024-03-01 17:39:42,305 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv1 ; status: True ; 2024-03-01 17:39:42,305 DEBUG blivet/MainThread: test_vg1-lv1 sysfs_path set to /sys/devices/virtual/block/dm-7 2024-03-01 17:39:42,309 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:39:42,309 DEBUG blivet/MainThread: updated test_vg1-lv1 size to 460 MiB (460 MiB) 2024-03-01 17:39:42,313 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg326BTz5kRAXJvIsgZ1cd1U2N40ucTIbe0Kz ' '/dev/test_vg1/lv1 ' '/dev/disk/by-uuid/5dc46a35-3a75-4ddb-a66b-10ff4f21be8c ' '/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-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg326BTz5kRAXJvIsgZ1cd1U2N40ucTIbe0Kz', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5dc46a35-3a75-4ddb-a66b-10ff4f21be8c', 'ID_FS_UUID_ENC': '5dc46a35-3a75-4ddb-a66b-10ff4f21be8c', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1073044401'} ; 2024-03-01 17:39:42,313 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:39:42,313 INFO program/MainThread: Running [11] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:42,317 INFO program/MainThread: stdout[11]: LVM 2024-03-01 17:39:42,317 INFO program/MainThread: stderr[11]: 2024-03-01 17:39:42,317 INFO program/MainThread: ...done [11] (exit code: 0) 2024-03-01 17:39:42,317 INFO program/MainThread: Running [12] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:42,320 INFO program/MainThread: stdout[12]: LVM 2024-03-01 17:39:42,320 INFO program/MainThread: stderr[12]: 2024-03-01 17:39:42,321 INFO program/MainThread: ...done [12] (exit code: 0) 2024-03-01 17:39:42,321 INFO program/MainThread: Running [13] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:42,324 INFO program/MainThread: stdout[13]: LVM 2024-03-01 17:39:42,324 INFO program/MainThread: stderr[13]: 2024-03-01 17:39:42,324 INFO program/MainThread: ...done [13] (exit code: 0) 2024-03-01 17:39:42,328 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:42,331 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 460 MiB lvmlv test_vg1-lv1 (45) 2024-03-01 17:39:42,334 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:42,335 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:39:42,335 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:42,336 DEBUG blivet/MainThread: vg test_vg1 has 2.53 GiB free 2024-03-01 17:39:42,332 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:42,336 INFO program/MainThread: Running [14] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:42,339 INFO program/MainThread: stdout[14]: LVM 2024-03-01 17:39:42,340 INFO program/MainThread: stderr[14]: 2024-03-01 17:39:42,340 INFO program/MainThread: ...done [14] (exit code: 0) 2024-03-01 17:39:42,344 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:39:42,348 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:42,348 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 52 2024-03-01 17:39:42,352 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:42,352 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 53 2024-03-01 17:39:42,355 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:42,355 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 54 2024-03-01 17:39:42,359 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:42,359 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 55 2024-03-01 17:39:42,361 WARNING blivet/MainThread: Stratis DBus service is not running 2024-03-01 17:39:42,361 INFO blivet/MainThread: type detected on 'test_vg1-lv1' is 'xfs' 2024-03-01 17:39:42,364 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:42,365 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 56 2024-03-01 17:39:42,368 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: xfs ; current: None ; 2024-03-01 17:39:42,368 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:42,372 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:42,375 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:42,378 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo ; incomplete: False ; hidden: False ; 2024-03-01 17:39:42,381 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:42,382 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 59 2024-03-01 17:39:42,385 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:39:42,385 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 60 2024-03-01 17:39:42,389 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:39:42,392 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:39:42,393 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:39:42,396 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:39:42,397 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:39:42,397 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 62 2024-03-01 17:39:42,400 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 2 ; 2024-03-01 17:39:42,404 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:39:42,404 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 63 2024-03-01 17:39:42,407 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: None ; 2024-03-01 17:39:42,411 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:39:42,411 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:39:42,415 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:39:42,415 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:39:42,416 DEBUG blivet/MainThread: Adding test_vg1-lv2/1.5 GiB to test_vg1 2024-03-01 17:39:42,416 INFO blivet/MainThread: added lvmlv test_vg1-lv2 (id 58) to device tree 2024-03-01 17:39:42,419 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg1-lv2 ; status: True ; 2024-03-01 17:39:42,419 DEBUG blivet/MainThread: test_vg1-lv2 sysfs_path set to /sys/devices/virtual/block/dm-6 2024-03-01 17:39:42,422 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:39:42,423 DEBUG blivet/MainThread: updated test_vg1-lv2 size to 1.5 GiB (1.5 GiB) 2024-03-01 17:39:42,426 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/mapper/test_vg1-lv2 /dev/test_vg1/lv2 ' '/dev/disk/by-id/dm-uuid-LVM-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg3267Qcmmaggj5hVxKPi20fbU9IPcdIaYiNo ' '/dev/disk/by-uuid/5cdf3b42-a8bd-4a15-a945-d765b36fce4c ' '/dev/disk/by-id/dm-name-test_vg1-lv2', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg3267Qcmmaggj5hVxKPi20fbU9IPcdIaYiNo', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5cdf3b42-a8bd-4a15-a945-d765b36fce4c', 'ID_FS_UUID_ENC': '5cdf3b42-a8bd-4a15-a945-d765b36fce4c', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1072747378'} ; 2024-03-01 17:39:42,427 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:39:42,427 INFO program/MainThread: Running [15] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:42,431 INFO program/MainThread: stdout[15]: LVM 2024-03-01 17:39:42,431 INFO program/MainThread: stderr[15]: 2024-03-01 17:39:42,431 INFO program/MainThread: ...done [15] (exit code: 0) 2024-03-01 17:39:42,431 INFO program/MainThread: Running [16] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:42,434 INFO program/MainThread: stdout[16]: LVM 2024-03-01 17:39:42,434 INFO program/MainThread: stderr[16]: 2024-03-01 17:39:42,434 INFO program/MainThread: ...done [16] (exit code: 0) 2024-03-01 17:39:42,435 INFO program/MainThread: Running [17] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:42,438 INFO program/MainThread: stdout[17]: LVM 2024-03-01 17:39:42,438 INFO program/MainThread: stderr[17]: 2024-03-01 17:39:42,438 INFO program/MainThread: ...done [17] (exit code: 0) 2024-03-01 17:39:42,442 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:42,446 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.5 GiB lvmlv test_vg1-lv2 (58) 2024-03-01 17:39:42,449 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:42,449 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:42,450 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:42,450 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:42,446 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:42,451 INFO program/MainThread: Running [18] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:42,454 INFO program/MainThread: stdout[18]: LVM 2024-03-01 17:39:42,455 INFO program/MainThread: stderr[18]: 2024-03-01 17:39:42,455 INFO program/MainThread: ...done [18] (exit code: 0) 2024-03-01 17:39:42,459 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:39:42,462 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:42,463 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 65 2024-03-01 17:39:42,466 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:42,466 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 66 2024-03-01 17:39:42,470 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:42,470 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 67 2024-03-01 17:39:42,474 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:42,474 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 68 2024-03-01 17:39:42,474 INFO blivet/MainThread: type detected on 'test_vg1-lv2' is 'xfs' 2024-03-01 17:39:42,478 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:42,478 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 69 2024-03-01 17:39:42,481 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: xfs ; current: None ; 2024-03-01 17:39:42,481 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:42,482 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:42,485 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdd ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk3_186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/lvm-pv-uuid-lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem ' '/dev/disk/by-id/scsi-1LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2 ' '/dev/disk/by-id/scsi-36001405186e251afa3542ac8387e73fc ' '/dev/disk/by-id/wwn-0x6001405186e251afa3542ac8387e73fc', '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': 'lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem', 'ID_FS_UUID_ENC': 'lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem', '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': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'ID_SERIAL': '36001405186e251afa3542ac8387e73fc', 'ID_SERIAL_SHORT': '6001405186e251afa3542ac8387e73fc', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405186e251af', 'ID_WWN_VENDOR_EXTENSION': '0xa3542ac8387e73fc', 'ID_WWN_WITH_EXTENSION': '0x6001405186e251afa3542ac8387e73fc', 'MAJOR': '8', 'MINOR': '48', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405186e251afa3542ac8387e73fc', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk3:186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '186e251a-fa35-42ac-8387-e73fc2ef3bb2', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517903506'} ; 2024-03-01 17:39:42,485 INFO blivet/MainThread: scanning sdd (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd)... 2024-03-01 17:39:42,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:39:42,492 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:42,496 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdd ; 2024-03-01 17:39:42,496 INFO blivet/MainThread: sdd is a disk 2024-03-01 17:39:42,497 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 73 2024-03-01 17:39:42,497 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 74 2024-03-01 17:39:42,500 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: None ; 2024-03-01 17:39:42,503 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdd ; status: True ; 2024-03-01 17:39:42,503 DEBUG blivet/MainThread: sdd sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd 2024-03-01 17:39:42,507 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdd ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:3/block/sdd ; 2024-03-01 17:39:42,507 DEBUG blivet/MainThread: updated sdd size to 1024 MiB (1024 MiB) 2024-03-01 17:39:42,507 INFO blivet/MainThread: added disk sdd (id 72) to device tree 2024-03-01 17:39:42,507 INFO blivet/MainThread: got device: DiskDevice instance (0x7f370a3650f0) -- 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 = 6001405186e251afa3542ac8387e73fc 2024-03-01 17:39:42,511 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdd ; 2024-03-01 17:39:42,514 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:42,515 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 76 2024-03-01 17:39:42,518 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:42,518 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 77 2024-03-01 17:39:42,521 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:42,521 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 78 2024-03-01 17:39:42,525 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:42,525 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 79 2024-03-01 17:39:42,528 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdd ; 2024-03-01 17:39:42,528 DEBUG blivet/MainThread: lvm filter: device /dev/sdd added to the list of allowed devices 2024-03-01 17:39:42,528 INFO program/MainThread: Running [19] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:42,557 INFO program/MainThread: stdout[19]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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:39:42,557 INFO program/MainThread: stderr[19]: WARNING: Couldn't find device with uuid HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw. WARNING: Couldn't find device with uuid tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib. WARNING: VG test_vg2 is missing PV HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw (last written to /dev/sde). WARNING: VG test_vg2 is missing PV tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib (last written to /dev/sdf). 2024-03-01 17:39:42,557 INFO program/MainThread: ...done [19] (exit code: 0) 2024-03-01 17:39:42,558 INFO blivet/MainThread: type detected on 'sdd' is 'lvmpv' 2024-03-01 17:39:42,562 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem ; label: None ; device: /dev/sdd ; serial: 36001405186e251afa3542ac8387e73fc ; exists: True ; vg_name: test_vg2 ; vg_uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; pe_start: 8 MiB ; free: 96 MiB ; 2024-03-01 17:39:42,562 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 80 2024-03-01 17:39:42,565 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: lvmpv ; current: None ; 2024-03-01 17:39:42,569 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; incomplete: True ; hidden: False ; 2024-03-01 17:39:42,572 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:42,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:42,578 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:42,578 INFO program/MainThread: Running [20] lvm vgs --noheadings --nosuffix --nameprefixes --unquoted --units=b -o name,uuid,size,free,extent_size,extent_count,free_count,pv_count --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:42,605 INFO program/MainThread: stdout[20]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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:39:42,605 INFO program/MainThread: stderr[20]: WARNING: Couldn't find device with uuid HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw. WARNING: Couldn't find device with uuid tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib. WARNING: VG test_vg2 is missing PV HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw (last written to /dev/sde). WARNING: VG test_vg2 is missing PV tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib (last written to /dev/sdf). 2024-03-01 17:39:42,605 INFO program/MainThread: ...done [20] (exit code: 0) 2024-03-01 17:39:42,605 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:39:42,606 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 82 2024-03-01 17:39:42,611 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdd ; 2024-03-01 17:39:42,614 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdd ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:39:42,615 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 83 2024-03-01 17:39:42,618 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg2 ; type: None ; current: None ; 2024-03-01 17:39:42,618 INFO program/MainThread: Running [21] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdb$|","a|/dev/sda$|","a|/dev/sdd$|","a|/dev/sdc$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:42,647 INFO program/MainThread: stdout[21]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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=M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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:39:42,647 INFO program/MainThread: stderr[21]: WARNING: Couldn't find device with uuid HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw. WARNING: Couldn't find device with uuid tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib. WARNING: VG test_vg2 is missing PV HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw (last written to /dev/sde). WARNING: VG test_vg2 is missing PV tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib (last written to /dev/sdf). 2024-03-01 17:39:42,647 INFO program/MainThread: ...done [21] (exit code: 0) 2024-03-01 17:39:42,652 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg2 ; status: True ; 2024-03-01 17:39:42,652 INFO blivet/MainThread: added lvmvg test_vg2 (id 81) to device tree 2024-03-01 17:39:42,656 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdd ; 2024-03-01 17:39:42,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; incomplete: True ; hidden: False ; 2024-03-01 17:39:42,662 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:39:42,662 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:39:42,662 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:42,666 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sde ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-36001405c36e94bdfb744081a90a92ca0 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk4_c36e94bd-fb74-4081-a90a-92ca067f3492 ' '/dev/disk/by-id/lvm-pv-uuid-HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw ' '/dev/disk/by-id/scsi-1LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492', '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': 'HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw', 'ID_FS_UUID_ENC': 'HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw', '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': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'ID_SERIAL': '36001405c36e94bdfb744081a90a92ca0', 'ID_SERIAL_SHORT': '6001405c36e94bdfb744081a90a92ca0', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405c36e94bdf', 'ID_WWN_VENDOR_EXTENSION': '0xb744081a90a92ca0', 'ID_WWN_WITH_EXTENSION': '0x6001405c36e94bdfb744081a90a92ca0', 'MAJOR': '8', 'MINOR': '64', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405c36e94bdfb744081a90a92ca0', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk4:c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'c36e94bd-fb74-4081-a90a-92ca067f3492', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '517954946'} ; 2024-03-01 17:39:42,666 INFO blivet/MainThread: scanning sde (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde)... 2024-03-01 17:39:42,670 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:39:42,673 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:42,677 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sde ; 2024-03-01 17:39:42,677 INFO blivet/MainThread: sde is a disk 2024-03-01 17:39:42,677 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 87 2024-03-01 17:39:42,677 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 88 2024-03-01 17:39:42,681 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: None ; 2024-03-01 17:39:42,684 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sde ; status: True ; 2024-03-01 17:39:42,684 DEBUG blivet/MainThread: sde sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde 2024-03-01 17:39:42,687 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sde ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:4/block/sde ; 2024-03-01 17:39:42,688 DEBUG blivet/MainThread: updated sde size to 1024 MiB (1024 MiB) 2024-03-01 17:39:42,688 INFO blivet/MainThread: added disk sde (id 86) to device tree 2024-03-01 17:39:42,688 INFO blivet/MainThread: got device: DiskDevice instance (0x7f370a364780) -- 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 = 6001405c36e94bdfb744081a90a92ca0 2024-03-01 17:39:42,692 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sde ; 2024-03-01 17:39:42,695 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:42,695 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 90 2024-03-01 17:39:42,699 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:42,699 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 91 2024-03-01 17:39:42,702 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:42,702 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 92 2024-03-01 17:39:42,706 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:42,706 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 93 2024-03-01 17:39:42,709 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sde ; 2024-03-01 17:39:42,709 DEBUG blivet/MainThread: lvm filter: device /dev/sde added to the list of allowed devices 2024-03-01 17:39:42,709 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/sde$|","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:39:42,737 INFO program/MainThread: stdout[22]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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:39:42,737 INFO program/MainThread: stderr[22]: WARNING: Couldn't find device with uuid tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib. WARNING: VG test_vg2 is missing PV tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib (last written to /dev/sdf). 2024-03-01 17:39:42,737 INFO program/MainThread: ...done [22] (exit code: 0) 2024-03-01 17:39:42,738 INFO blivet/MainThread: type detected on 'sde' is 'lvmpv' 2024-03-01 17:39:42,742 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw ; label: None ; device: /dev/sde ; serial: 36001405c36e94bdfb744081a90a92ca0 ; exists: True ; vg_name: test_vg2 ; vg_uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:39:42,742 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 94 2024-03-01 17:39:42,745 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: lvmpv ; current: None ; 2024-03-01 17:39:42,749 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; incomplete: True ; hidden: False ; 2024-03-01 17:39:42,752 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg2 (81) 2024-03-01 17:39:42,756 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sde ; 2024-03-01 17:39:42,759 DEBUG blivet/MainThread: DiskDevice.add_child: name: sde ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:39:42,762 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sde ; 2024-03-01 17:39:42,765 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; incomplete: True ; hidden: False ; 2024-03-01 17:39:42,768 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:42,769 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/sde$|","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:39:42,800 INFO program/MainThread: stdout[23]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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=M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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:39:42,800 INFO program/MainThread: stderr[23]: WARNING: Couldn't find device with uuid tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib. WARNING: VG test_vg2 is missing PV tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib (last written to /dev/sdf). 2024-03-01 17:39:42,801 INFO program/MainThread: ...done [23] (exit code: 0) 2024-03-01 17:39:42,801 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg2 2024-03-01 17:39:42,801 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:42,806 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdf ; info: {'DEVLINKS': '/dev/disk/by-id/wwn-0x6001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d ' '/dev/disk/by-id/lvm-pv-uuid-tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib ' '/dev/disk/by-id/scsi-36001405e81c340fa4c446bc905c9610a ' '/dev/disk/by-id/scsi-SLIO-ORG_disk5_e81c340f-a4c4-46bc-905c-9610ad999d1d', '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': 'tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib', 'ID_FS_UUID_ENC': 'tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib', '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': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'ID_SERIAL': '36001405e81c340fa4c446bc905c9610a', 'ID_SERIAL_SHORT': '6001405e81c340fa4c446bc905c9610a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e81c340fa', 'ID_WWN_VENDOR_EXTENSION': '0x4c446bc905c9610a', 'ID_WWN_WITH_EXTENSION': '0x6001405e81c340fa4c446bc905c9610a', 'MAJOR': '8', 'MINOR': '80', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e81c340fa4c446bc905c9610a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk5:e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e81c340f-a4c4-46bc-905c-9610ad999d1d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518047959'} ; 2024-03-01 17:39:42,806 INFO blivet/MainThread: scanning sdf (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf)... 2024-03-01 17:39:42,810 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:39:42,813 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:42,817 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdf ; 2024-03-01 17:39:42,818 INFO blivet/MainThread: sdf is a disk 2024-03-01 17:39:42,818 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 97 2024-03-01 17:39:42,818 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 98 2024-03-01 17:39:42,821 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: None ; 2024-03-01 17:39:42,824 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdf ; status: True ; 2024-03-01 17:39:42,825 DEBUG blivet/MainThread: sdf sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf 2024-03-01 17:39:42,828 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdf ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:5/block/sdf ; 2024-03-01 17:39:42,828 DEBUG blivet/MainThread: updated sdf size to 1024 MiB (1024 MiB) 2024-03-01 17:39:42,829 INFO blivet/MainThread: added disk sdf (id 96) to device tree 2024-03-01 17:39:42,829 INFO blivet/MainThread: got device: DiskDevice instance (0x7f370a364908) -- 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 = 6001405e81c340fa4c446bc905c9610a 2024-03-01 17:39:42,832 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdf ; 2024-03-01 17:39:42,836 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:42,836 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 100 2024-03-01 17:39:42,839 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:42,840 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 101 2024-03-01 17:39:42,843 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:42,843 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 102 2024-03-01 17:39:42,846 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:42,846 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 103 2024-03-01 17:39:42,849 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdf ; 2024-03-01 17:39:42,850 DEBUG blivet/MainThread: lvm filter: device /dev/sdf added to the list of allowed devices 2024-03-01 17:39:42,850 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/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:42,877 INFO program/MainThread: stdout[24]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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:39:42,877 INFO program/MainThread: stderr[24]: 2024-03-01 17:39:42,877 INFO program/MainThread: ...done [24] (exit code: 0) 2024-03-01 17:39:42,878 INFO blivet/MainThread: type detected on 'sdf' is 'lvmpv' 2024-03-01 17:39:42,882 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib ; label: None ; device: /dev/sdf ; serial: 36001405e81c340fa4c446bc905c9610a ; exists: True ; vg_name: test_vg2 ; vg_uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; pe_start: 8 MiB ; free: 1016 MiB ; 2024-03-01 17:39:42,882 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 104 2024-03-01 17:39:42,886 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: lvmpv ; current: None ; 2024-03-01 17:39:42,889 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; incomplete: True ; hidden: False ; 2024-03-01 17:39:42,892 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:42,896 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg2 ; parent: sdf ; 2024-03-01 17:39:42,899 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdf ; child: test_vg2 ; kids: 0 ; 2024-03-01 17:39:42,902 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdf ; 2024-03-01 17:39:42,905 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n ; incomplete: True ; hidden: False ; 2024-03-01 17:39:42,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:42,909 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/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:42,936 INFO program/MainThread: stdout[25]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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=M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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:39:42,937 INFO program/MainThread: stderr[25]: 2024-03-01 17:39:42,937 INFO program/MainThread: ...done [25] (exit code: 0) 2024-03-01 17:39:42,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:42,945 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:42,948 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt ; incomplete: False ; hidden: False ; 2024-03-01 17:39:42,951 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:42,951 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 106 2024-03-01 17:39:42,955 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:39:42,955 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 107 2024-03-01 17:39:42,959 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:39:42,962 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:39:42,963 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:39:42,966 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:39:42,967 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:39:42,967 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 109 2024-03-01 17:39:42,971 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 1 ; 2024-03-01 17:39:42,974 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv3 ; kids: 0 ; 2024-03-01 17:39:42,974 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 110 2024-03-01 17:39:42,978 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: None ; 2024-03-01 17:39:42,981 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:39:42,981 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:39:42,985 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:39:42,985 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:39:42,985 DEBUG blivet/MainThread: Adding test_vg2-lv3/308 MiB to test_vg2 2024-03-01 17:39:42,986 INFO blivet/MainThread: added lvmlv test_vg2-lv3 (id 105) to device tree 2024-03-01 17:39:42,989 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv3 ; status: True ; 2024-03-01 17:39:42,989 DEBUG blivet/MainThread: test_vg2-lv3 sysfs_path set to /sys/devices/virtual/block/dm-5 2024-03-01 17:39:42,992 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:39:42,993 DEBUG blivet/MainThread: updated test_vg2-lv3 size to 308 MiB (308 MiB) 2024-03-01 17:39:42,997 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-liDaDGg4352Mh35NIO3QZdWd6CbG6O0ndo1iDmGkcqcgW3RtTZRtYdOv0Tksocqt ' '/dev/disk/by-id/dm-name-test_vg2-lv3 /dev/test_vg2/lv3 ' '/dev/disk/by-uuid/011306a1-cc94-4ae7-a91f-11ca854fd4ab ' '/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-liDaDGg4352Mh35NIO3QZdWd6CbG6O0ndo1iDmGkcqcgW3RtTZRtYdOv0Tksocqt', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '011306a1-cc94-4ae7-a91f-11ca854fd4ab', 'ID_FS_UUID_ENC': '011306a1-cc94-4ae7-a91f-11ca854fd4ab', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071907847'} ; 2024-03-01 17:39:42,997 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:39:42,997 INFO program/MainThread: Running [26] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:43,001 INFO program/MainThread: stdout[26]: LVM 2024-03-01 17:39:43,001 INFO program/MainThread: stderr[26]: 2024-03-01 17:39:43,001 INFO program/MainThread: ...done [26] (exit code: 0) 2024-03-01 17:39:43,001 INFO program/MainThread: Running [27] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:43,004 INFO program/MainThread: stdout[27]: LVM 2024-03-01 17:39:43,004 INFO program/MainThread: stderr[27]: 2024-03-01 17:39:43,004 INFO program/MainThread: ...done [27] (exit code: 0) 2024-03-01 17:39:43,005 INFO program/MainThread: Running [28] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:43,008 INFO program/MainThread: stdout[28]: LVM 2024-03-01 17:39:43,008 INFO program/MainThread: stderr[28]: 2024-03-01 17:39:43,008 INFO program/MainThread: ...done [28] (exit code: 0) 2024-03-01 17:39:43,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:43,016 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 308 MiB lvmlv test_vg2-lv3 (105) 2024-03-01 17:39:43,018 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:43,019 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:39:43,019 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:43,020 DEBUG blivet/MainThread: vg test_vg2 has 2.68 GiB free 2024-03-01 17:39:43,016 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:43,020 INFO program/MainThread: Running [29] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:43,023 INFO program/MainThread: stdout[29]: LVM 2024-03-01 17:39:43,024 INFO program/MainThread: stderr[29]: 2024-03-01 17:39:43,024 INFO program/MainThread: ...done [29] (exit code: 0) 2024-03-01 17:39:43,028 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:39:43,032 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:43,032 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 112 2024-03-01 17:39:43,036 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:43,036 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 113 2024-03-01 17:39:43,040 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:43,040 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 114 2024-03-01 17:39:43,043 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:43,043 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 115 2024-03-01 17:39:43,044 INFO blivet/MainThread: type detected on 'test_vg2-lv3' is 'xfs' 2024-03-01 17:39:43,047 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:43,047 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 116 2024-03-01 17:39:43,051 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: xfs ; current: None ; 2024-03-01 17:39:43,051 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:43,054 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:43,057 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:43,060 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq ; incomplete: False ; hidden: False ; 2024-03-01 17:39:43,072 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:43,072 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 119 2024-03-01 17:39:43,076 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:39:43,076 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 120 2024-03-01 17:39:43,080 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:39:43,083 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:39:43,083 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:39:43,087 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:39:43,087 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:39:43,088 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 122 2024-03-01 17:39:43,091 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 2 ; 2024-03-01 17:39:43,095 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:39:43,095 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 123 2024-03-01 17:39:43,098 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: None ; 2024-03-01 17:39:43,102 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:39:43,102 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:39:43,106 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:39:43,106 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:39:43,106 DEBUG blivet/MainThread: Adding test_vg2-lv4/612 MiB to test_vg2 2024-03-01 17:39:43,107 INFO blivet/MainThread: added lvmlv test_vg2-lv4 (id 118) to device tree 2024-03-01 17:39:43,110 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg2-lv4 ; status: True ; 2024-03-01 17:39:43,110 DEBUG blivet/MainThread: test_vg2-lv4 sysfs_path set to /sys/devices/virtual/block/dm-4 2024-03-01 17:39:43,113 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:39:43,114 DEBUG blivet/MainThread: updated test_vg2-lv4 size to 612 MiB (612 MiB) 2024-03-01 17:39:43,117 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/disk/by-uuid/3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e ' '/dev/test_vg2/lv4 ' '/dev/disk/by-id/dm-uuid-LVM-liDaDGg4352Mh35NIO3QZdWd6CbG6O0nM0xnbqiM86u2eGrlHZa6J2EYE5G0aciq ' '/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-liDaDGg4352Mh35NIO3QZdWd6CbG6O0nM0xnbqiM86u2eGrlHZa6J2EYE5G0aciq', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e', 'ID_FS_UUID_ENC': '3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071616179'} ; 2024-03-01 17:39:43,117 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:39:43,118 INFO program/MainThread: Running [30] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:43,122 INFO program/MainThread: stdout[30]: LVM 2024-03-01 17:39:43,122 INFO program/MainThread: stderr[30]: 2024-03-01 17:39:43,122 INFO program/MainThread: ...done [30] (exit code: 0) 2024-03-01 17:39:43,122 INFO program/MainThread: Running [31] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:43,125 INFO program/MainThread: stdout[31]: LVM 2024-03-01 17:39:43,125 INFO program/MainThread: stderr[31]: 2024-03-01 17:39:43,125 INFO program/MainThread: ...done [31] (exit code: 0) 2024-03-01 17:39:43,125 INFO program/MainThread: Running [32] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:43,128 INFO program/MainThread: stdout[32]: LVM 2024-03-01 17:39:43,129 INFO program/MainThread: stderr[32]: 2024-03-01 17:39:43,129 INFO program/MainThread: ...done [32] (exit code: 0) 2024-03-01 17:39:43,133 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:43,137 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 612 MiB lvmlv test_vg2-lv4 (118) 2024-03-01 17:39:43,139 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:43,140 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:43,141 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:43,141 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:43,137 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:43,142 INFO program/MainThread: Running [33] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:43,145 INFO program/MainThread: stdout[33]: LVM 2024-03-01 17:39:43,145 INFO program/MainThread: stderr[33]: 2024-03-01 17:39:43,145 INFO program/MainThread: ...done [33] (exit code: 0) 2024-03-01 17:39:43,149 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:39:43,153 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:43,153 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 125 2024-03-01 17:39:43,157 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:43,157 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 126 2024-03-01 17:39:43,161 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:43,161 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 127 2024-03-01 17:39:43,165 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:43,165 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 128 2024-03-01 17:39:43,165 INFO blivet/MainThread: type detected on 'test_vg2-lv4' is 'xfs' 2024-03-01 17:39:43,168 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:43,168 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 129 2024-03-01 17:39:43,172 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: xfs ; current: None ; 2024-03-01 17:39:43,172 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:43,172 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:43,176 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdg ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-360014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/wwn-0x60014056d2cd68d87c04fab9da080392 ' '/dev/disk/by-id/lvm-pv-uuid-JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql ' '/dev/disk/by-id/scsi-SLIO-ORG_disk6_6d2cd68d-87c0-4fab-9da0-8039257fc92f ' '/dev/disk/by-id/scsi-1LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f', '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': 'JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql', 'ID_FS_UUID_ENC': 'JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql', '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': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'ID_SERIAL': '360014056d2cd68d87c04fab9da080392', 'ID_SERIAL_SHORT': '60014056d2cd68d87c04fab9da080392', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014056d2cd68d8', 'ID_WWN_VENDOR_EXTENSION': '0x7c04fab9da080392', 'ID_WWN_WITH_EXTENSION': '0x60014056d2cd68d87c04fab9da080392', 'MAJOR': '8', 'MINOR': '96', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014056d2cd68d87c04fab9da080392', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk6:6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '6d2cd68d-87c0-4fab-9da0-8039257fc92f', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518046294'} ; 2024-03-01 17:39:43,176 INFO blivet/MainThread: scanning sdg (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg)... 2024-03-01 17:39:43,180 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:39:43,183 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:43,187 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdg ; 2024-03-01 17:39:43,188 INFO blivet/MainThread: sdg is a disk 2024-03-01 17:39:43,188 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 133 2024-03-01 17:39:43,188 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 134 2024-03-01 17:39:43,191 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: None ; 2024-03-01 17:39:43,194 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdg ; status: True ; 2024-03-01 17:39:43,195 DEBUG blivet/MainThread: sdg sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg 2024-03-01 17:39:43,198 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdg ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:6/block/sdg ; 2024-03-01 17:39:43,198 DEBUG blivet/MainThread: updated sdg size to 1024 MiB (1024 MiB) 2024-03-01 17:39:43,199 INFO blivet/MainThread: added disk sdg (id 132) to device tree 2024-03-01 17:39:43,199 INFO blivet/MainThread: got device: DiskDevice instance (0x7f370a34ac18) -- 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 = 60014056d2cd68d87c04fab9da080392 2024-03-01 17:39:43,202 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdg ; 2024-03-01 17:39:43,206 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:43,206 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 136 2024-03-01 17:39:43,209 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:43,209 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 137 2024-03-01 17:39:43,213 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:43,213 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 138 2024-03-01 17:39:43,216 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:43,216 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 139 2024-03-01 17:39:43,219 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdg ; 2024-03-01 17:39:43,219 DEBUG blivet/MainThread: lvm filter: device /dev/sdg added to the list of allowed devices 2024-03-01 17:39:43,219 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/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:43,249 INFO program/MainThread: stdout[34]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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:39:43,250 INFO program/MainThread: stderr[34]: WARNING: Couldn't find device with uuid fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG. WARNING: Couldn't find device with uuid 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA. WARNING: Couldn't find device with uuid z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve. WARNING: VG test_vg3 is missing PV fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve (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:39:43,250 INFO program/MainThread: ...done [34] (exit code: 0) 2024-03-01 17:39:43,250 INFO blivet/MainThread: type detected on 'sdg' is 'lvmpv' 2024-03-01 17:39:43,254 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql ; label: None ; device: /dev/sdg ; serial: 360014056d2cd68d87c04fab9da080392 ; exists: True ; vg_name: test_vg3 ; vg_uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; pe_start: 8 MiB ; free: 196 MiB ; 2024-03-01 17:39:43,255 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 140 2024-03-01 17:39:43,258 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: lvmpv ; current: None ; 2024-03-01 17:39:43,261 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:43,264 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:43,267 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:43,271 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:43,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/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:43,301 INFO program/MainThread: stdout[35]: LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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:39:43,301 INFO program/MainThread: stderr[35]: WARNING: Couldn't find device with uuid fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG. WARNING: Couldn't find device with uuid 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA. WARNING: Couldn't find device with uuid z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve. WARNING: VG test_vg3 is missing PV fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve (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:39:43,301 INFO program/MainThread: ...done [35] (exit code: 0) 2024-03-01 17:39:43,302 INFO blivet/MainThread: Can't get exported information from VG info, assuming VG is not exported. 2024-03-01 17:39:43,302 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 142 2024-03-01 17:39:43,307 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdg ; 2024-03-01 17:39:43,311 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdg ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:39:43,311 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 143 2024-03-01 17:39:43,314 DEBUG blivet/MainThread: LVMVolumeGroupDevice._set_format: test_vg3 ; type: None ; current: None ; 2024-03-01 17:39:43,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/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:43,343 INFO program/MainThread: stdout[36]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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=M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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=OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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:39:43,344 INFO program/MainThread: stderr[36]: WARNING: Couldn't find device with uuid fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG. WARNING: Couldn't find device with uuid 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA. WARNING: Couldn't find device with uuid z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve. WARNING: VG test_vg3 is missing PV fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG (last written to /dev/sdh). WARNING: VG test_vg3 is missing PV 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve (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:39:43,344 INFO program/MainThread: ...done [36] (exit code: 0) 2024-03-01 17:39:43,348 DEBUG blivet/MainThread: LVMVolumeGroupDevice.update_sysfs_path: test_vg3 ; status: True ; 2024-03-01 17:39:43,349 INFO blivet/MainThread: added lvmvg test_vg3 (id 141) to device tree 2024-03-01 17:39:43,352 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdg ; 2024-03-01 17:39:43,355 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:43,358 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:39:43,359 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:39:43,359 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:43,362 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdh ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG ' '/dev/disk/by-id/scsi-SLIO-ORG_disk7_4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/wwn-0x60014054d1200ba74634939936da912e ' '/dev/disk/by-id/scsi-1LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d ' '/dev/disk/by-id/scsi-360014054d1200ba74634939936da912e', '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': 'fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG', 'ID_FS_UUID_ENC': 'fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG', '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': '4d1200ba-7463-4939-936d-a912e7234c5d', 'ID_SERIAL': '360014054d1200ba74634939936da912e', 'ID_SERIAL_SHORT': '60014054d1200ba74634939936da912e', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x60014054d1200ba7', 'ID_WWN_VENDOR_EXTENSION': '0x4634939936da912e', 'ID_WWN_WITH_EXTENSION': '0x60014054d1200ba74634939936da912e', 'MAJOR': '8', 'MINOR': '112', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '60014054d1200ba74634939936da912e', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk7:4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': '4d1200ba-7463-4939-936d-a912e7234c5d', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518165885'} ; 2024-03-01 17:39:43,363 INFO blivet/MainThread: scanning sdh (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh)... 2024-03-01 17:39:43,367 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:39:43,370 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:43,374 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdh ; 2024-03-01 17:39:43,374 INFO blivet/MainThread: sdh is a disk 2024-03-01 17:39:43,375 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 147 2024-03-01 17:39:43,375 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 148 2024-03-01 17:39:43,378 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: None ; 2024-03-01 17:39:43,381 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdh ; status: True ; 2024-03-01 17:39:43,381 DEBUG blivet/MainThread: sdh sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh 2024-03-01 17:39:43,385 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdh ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:7/block/sdh ; 2024-03-01 17:39:43,385 DEBUG blivet/MainThread: updated sdh size to 1024 MiB (1024 MiB) 2024-03-01 17:39:43,386 INFO blivet/MainThread: added disk sdh (id 146) to device tree 2024-03-01 17:39:43,386 INFO blivet/MainThread: got device: DiskDevice instance (0x7f370a335dd8) -- 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 = 60014054d1200ba74634939936da912e 2024-03-01 17:39:43,389 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdh ; 2024-03-01 17:39:43,393 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:43,393 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 150 2024-03-01 17:39:43,396 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:43,396 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 151 2024-03-01 17:39:43,400 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:43,400 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 152 2024-03-01 17:39:43,403 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:43,403 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 153 2024-03-01 17:39:43,406 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdh ; 2024-03-01 17:39:43,406 DEBUG blivet/MainThread: lvm filter: device /dev/sdh added to the list of allowed devices 2024-03-01 17:39:43,407 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/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:43,436 INFO program/MainThread: stdout[37]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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:39:43,436 INFO program/MainThread: stderr[37]: WARNING: Couldn't find device with uuid 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA. WARNING: Couldn't find device with uuid z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve. WARNING: VG test_vg3 is missing PV 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve (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:39:43,437 INFO program/MainThread: ...done [37] (exit code: 0) 2024-03-01 17:39:43,437 INFO blivet/MainThread: type detected on 'sdh' is 'lvmpv' 2024-03-01 17:39:43,441 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG ; label: None ; device: /dev/sdh ; serial: 360014054d1200ba74634939936da912e ; exists: True ; vg_name: test_vg3 ; vg_uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; pe_start: 8 MiB ; 2024-03-01 17:39:43,442 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 154 2024-03-01 17:39:43,445 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: lvmpv ; current: None ; 2024-03-01 17:39:43,448 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:43,451 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1016 MiB lvmvg test_vg3 (141) 2024-03-01 17:39:43,455 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdh ; 2024-03-01 17:39:43,458 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdh ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:39:43,461 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdh ; 2024-03-01 17:39:43,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:43,467 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:43,468 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/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:43,499 INFO program/MainThread: stdout[38]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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=M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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=OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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:39:43,500 INFO program/MainThread: stderr[38]: WARNING: Couldn't find device with uuid 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA. WARNING: Couldn't find device with uuid z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve. WARNING: VG test_vg3 is missing PV 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA (last written to /dev/sdi). WARNING: VG test_vg3 is missing PV z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve (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:39:43,500 INFO program/MainThread: ...done [38] (exit code: 0) 2024-03-01 17:39:43,500 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:39:43,500 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:43,505 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdi ; info: {'DEVLINKS': '/dev/disk/by-id/lvm-pv-uuid-3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA ' '/dev/disk/by-id/wwn-0x6001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/scsi-36001405e8ee59f0315f48b4b12e0bc3a ' '/dev/disk/by-id/scsi-1LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6 ' '/dev/disk/by-id/scsi-SLIO-ORG_disk8_e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', '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': '3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA', 'ID_FS_UUID_ENC': '3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA', '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': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'ID_SERIAL': '36001405e8ee59f0315f48b4b12e0bc3a', 'ID_SERIAL_SHORT': '6001405e8ee59f0315f48b4b12e0bc3a', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405e8ee59f03', 'ID_WWN_VENDOR_EXTENSION': '0x15f48b4b12e0bc3a', 'ID_WWN_WITH_EXTENSION': '0x6001405e8ee59f0315f48b4b12e0bc3a', 'MAJOR': '8', 'MINOR': '128', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405e8ee59f0315f48b4b12e0bc3a', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk8:e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'e8ee59f0-315f-48b4-b12e-0bc3a8b53bd6', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518250709'} ; 2024-03-01 17:39:43,505 INFO blivet/MainThread: scanning sdi (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi)... 2024-03-01 17:39:43,509 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:39:43,513 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:43,517 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdi ; 2024-03-01 17:39:43,517 INFO blivet/MainThread: sdi is a disk 2024-03-01 17:39:43,517 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 157 2024-03-01 17:39:43,518 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 158 2024-03-01 17:39:43,521 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: None ; 2024-03-01 17:39:43,524 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdi ; status: True ; 2024-03-01 17:39:43,524 DEBUG blivet/MainThread: sdi sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi 2024-03-01 17:39:43,528 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdi ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:8/block/sdi ; 2024-03-01 17:39:43,528 DEBUG blivet/MainThread: updated sdi size to 1024 MiB (1024 MiB) 2024-03-01 17:39:43,528 INFO blivet/MainThread: added disk sdi (id 156) to device tree 2024-03-01 17:39:43,528 INFO blivet/MainThread: got device: DiskDevice instance (0x7f370a364be0) -- 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 = 6001405e8ee59f0315f48b4b12e0bc3a 2024-03-01 17:39:43,532 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdi ; 2024-03-01 17:39:43,536 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:43,536 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 160 2024-03-01 17:39:43,539 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:43,539 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 161 2024-03-01 17:39:43,543 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:43,543 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 162 2024-03-01 17:39:43,546 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:43,546 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 163 2024-03-01 17:39:43,549 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdi ; 2024-03-01 17:39:43,549 DEBUG blivet/MainThread: lvm filter: device /dev/sdi added to the list of allowed devices 2024-03-01 17:39:43,550 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/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:43,580 INFO program/MainThread: stdout[39]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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:39:43,581 INFO program/MainThread: stderr[39]: WARNING: Couldn't find device with uuid z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve. WARNING: VG test_vg3 is missing PV z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve (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:39:43,581 INFO program/MainThread: ...done [39] (exit code: 0) 2024-03-01 17:39:43,581 INFO blivet/MainThread: type detected on 'sdi' is 'lvmpv' 2024-03-01 17:39:43,585 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: 3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA ; label: None ; device: /dev/sdi ; serial: 36001405e8ee59f0315f48b4b12e0bc3a ; exists: True ; vg_name: test_vg3 ; vg_uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; pe_start: 8 MiB ; 2024-03-01 17:39:43,586 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 164 2024-03-01 17:39:43,589 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: lvmpv ; current: None ; 2024-03-01 17:39:43,592 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:43,595 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 1.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:43,599 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdi ; 2024-03-01 17:39:43,603 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdi ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:39:43,606 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdi ; 2024-03-01 17:39:43,609 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:43,612 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:43,612 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/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:43,645 INFO program/MainThread: stdout[40]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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=M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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=OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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:39:43,646 INFO program/MainThread: stderr[40]: WARNING: Couldn't find device with uuid z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve. WARNING: VG test_vg3 is missing PV z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve (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:39:43,646 INFO program/MainThread: ...done [40] (exit code: 0) 2024-03-01 17:39:43,646 WARNING blivet/MainThread: Skipping LVs for incomplete VG test_vg3 2024-03-01 17:39:43,646 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:43,651 DEBUG blivet/MainThread: DeviceTree.handle_device: name: sdj ; info: {'DEVLINKS': '/dev/disk/by-id/scsi-SLIO-ORG_disk9_ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/scsi-1LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75 ' '/dev/disk/by-id/wwn-0x6001405ff4083373e7f48589206661da ' '/dev/disk/by-id/scsi-36001405ff4083373e7f48589206661da ' '/dev/disk/by-id/lvm-pv-uuid-z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve', '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': 'z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve', 'ID_FS_UUID_ENC': 'z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve', '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': 'ff408337-3e7f-4858-9206-661da27eed75', 'ID_SERIAL': '36001405ff4083373e7f48589206661da', 'ID_SERIAL_SHORT': '6001405ff4083373e7f48589206661da', 'ID_TARGET_PORT': '0', 'ID_TYPE': 'disk', 'ID_VENDOR': 'LIO-ORG', 'ID_VENDOR_ENC': 'LIO-ORG\\x20', 'ID_WWN': '0x6001405ff4083373', 'ID_WWN_VENDOR_EXTENSION': '0xe7f48589206661da', 'ID_WWN_WITH_EXTENSION': '0x6001405ff4083373e7f48589206661da', 'MAJOR': '8', 'MINOR': '144', 'SCSI_IDENT_LUN_LOGICAL_UNIT_GROUP': '0x0', 'SCSI_IDENT_LUN_NAA_REGEXT': '6001405ff4083373e7f48589206661da', 'SCSI_IDENT_LUN_T10': 'LIO-ORG_disk9:ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_PORT_NAME': 'naa.500140506bb74781,t,0x0001', 'SCSI_IDENT_PORT_RELATIVE': '1', 'SCSI_IDENT_PORT_TARGET_PORT_GROUP': '0x0', 'SCSI_IDENT_SERIAL': 'ff408337-3e7f-4858-9206-661da27eed75', 'SCSI_IDENT_TARGET_NAME': 'naa.500140506bb74781', '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': '518315010'} ; 2024-03-01 17:39:43,651 INFO blivet/MainThread: scanning sdj (/sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj)... 2024-03-01 17:39:43,655 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:39:43,659 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:43,663 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: sdj ; 2024-03-01 17:39:43,663 INFO blivet/MainThread: sdj is a disk 2024-03-01 17:39:43,663 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 167 2024-03-01 17:39:43,663 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 168 2024-03-01 17:39:43,667 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: None ; 2024-03-01 17:39:43,670 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: sdj ; status: True ; 2024-03-01 17:39:43,670 DEBUG blivet/MainThread: sdj sysfs_path set to /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj 2024-03-01 17:39:43,673 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/sdj ; sysfs_path: /sys/devices/tcm_loop_0/tcm_loop_adapter_0/host2/target2:0:1/2:0:1:9/block/sdj ; 2024-03-01 17:39:43,674 DEBUG blivet/MainThread: updated sdj size to 1024 MiB (1024 MiB) 2024-03-01 17:39:43,674 INFO blivet/MainThread: added disk sdj (id 166) to device tree 2024-03-01 17:39:43,674 INFO blivet/MainThread: got device: DiskDevice instance (0x7f370a3746a0) -- 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 = 6001405ff4083373e7f48589206661da 2024-03-01 17:39:43,678 DEBUG blivet/MainThread: DeviceTree.handle_format: name: sdj ; 2024-03-01 17:39:43,681 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:43,681 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 170 2024-03-01 17:39:43,685 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:43,685 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 171 2024-03-01 17:39:43,688 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:43,689 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 172 2024-03-01 17:39:43,692 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:43,692 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 173 2024-03-01 17:39:43,695 DEBUG blivet/MainThread: LVMFormatPopulator.run: pv: sdj ; 2024-03-01 17:39:43,695 DEBUG blivet/MainThread: lvm filter: device /dev/sdj added to the list of allowed devices 2024-03-01 17:39:43,695 INFO program/MainThread: Running [41] lvm pvs --unit=b --nosuffix --nameprefixes --unquoted --noheadings -o pv_name,pv_uuid,pv_free,pv_size,pe_start,vg_name,vg_uuid,vg_size,vg_free,vg_extent_size,vg_extent_count,vg_free_count,pv_count --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:43,725 INFO program/MainThread: stdout[41]: LVM2_PV_NAME=/dev/sda LVM2_PV_UUID=CwjrQ9-mbc8-QD92-QsUY-WaKM-pGsI-sL3Laq LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=3gRD0N-Tmr6-zw2F-SmRV-TqZ9-tQGx-Lz16AW LVM2_PV_FREE=41943040 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=wC0mER-Ujog-pR1X-WKtt-51IC-RXSj-gyW8TR LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg1 LVM2_VG_UUID=Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 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=lGeyNL-aSFq-1TH5-SbaQ-caC6-yYO0-3WoGem LVM2_PV_FREE=100663296 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=HaoaG2-gesO-KUf6-corP-8CqL-UKkS-USi1vw LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=tywCdo-NSiS-CN8A-MSiL-wTo2-WR5t-uPRNib LVM2_PV_FREE=1065353216 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg2 LVM2_VG_UUID=liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n 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=JQjK7v-ugmW-Ck2r-QIE6-n05o-H1QF-0C8Qql LVM2_PV_FREE=205520896 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=fXery9-8yoU-ccv0-EeUj-pKZE-A1NB-9QgymG LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=3czZTS-tQQc-i35l-KTK0-bAHW-dh21-4WutXA LVM2_PV_FREE=0 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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=z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve LVM2_PV_FREE=847249408 LVM2_PV_SIZE=1065353216 LVM2_PE_START=8388608 LVM2_VG_NAME=test_vg3 LVM2_VG_UUID=keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph 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:39:43,726 INFO program/MainThread: stderr[41]: 2024-03-01 17:39:43,726 INFO program/MainThread: ...done [41] (exit code: 0) 2024-03-01 17:39:43,726 INFO blivet/MainThread: type detected on 'sdj' is 'lvmpv' 2024-03-01 17:39:43,730 DEBUG blivet/MainThread: LVMPhysicalVolume.__init__: uuid: z7q4te-m2QK-sJ80-2l8F-eYSC-JgiI-b8DWve ; label: None ; device: /dev/sdj ; serial: 36001405ff4083373e7f48589206661da ; exists: True ; vg_name: test_vg3 ; vg_uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; pe_start: 8 MiB ; free: 808 MiB ; 2024-03-01 17:39:43,731 DEBUG blivet/MainThread: get_format('lvmpv') returning LVMPhysicalVolume instance with object id 174 2024-03-01 17:39:43,734 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: lvmpv ; current: None ; 2024-03-01 17:39:43,737 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:43,740 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 2.98 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:43,744 DEBUG blivet/MainThread: LVMVolumeGroupDevice._add_parent: test_vg3 ; parent: sdj ; 2024-03-01 17:39:43,747 DEBUG blivet/MainThread: DiskDevice.add_child: name: sdj ; child: test_vg3 ; kids: 0 ; 2024-03-01 17:39:43,750 DEBUG blivet/MainThread: LVMFormatPopulator._update_lvs: pv: sdj ; 2024-03-01 17:39:43,753 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph ; incomplete: True ; hidden: False ; 2024-03-01 17:39:43,757 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:43,757 INFO program/MainThread: Running [42] lvm lvs --noheadings --nosuffix --nameprefixes --unquoted --units=b -a -o vg_name,lv_name,lv_uuid,lv_size,lv_attr,segtype,origin,pool_lv,data_lv,metadata_lv,role,move_pv,data_percent,metadata_percent,copy_percent --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:43,789 INFO program/MainThread: stdout[42]: LVM2_VG_NAME=test_vg1 LVM2_LV_NAME=lv1 LVM2_LV_UUID=BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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=do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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=M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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=vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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=OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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:39:43,789 INFO program/MainThread: stderr[42]: 2024-03-01 17:39:43,789 INFO program/MainThread: ...done [42] (exit code: 0) 2024-03-01 17:39:43,794 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:43,798 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:43,801 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:43,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:43,804 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 176 2024-03-01 17:39:43,808 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:39:43,808 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 177 2024-03-01 17:39:43,812 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:39:43,815 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:39:43,816 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:39:43,819 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:39:43,820 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:39:43,820 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 179 2024-03-01 17:39:43,824 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 1 ; 2024-03-01 17:39:43,828 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv5 ; kids: 0 ; 2024-03-01 17:39:43,828 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 180 2024-03-01 17:39:43,831 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: None ; 2024-03-01 17:39:43,835 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:39:43,835 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:39:43,838 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:39:43,839 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:39:43,839 DEBUG blivet/MainThread: Adding test_vg3-lv5/1.2 GiB to test_vg3 2024-03-01 17:39:43,839 INFO blivet/MainThread: added lvmlv test_vg3-lv5 (id 175) to device tree 2024-03-01 17:39:43,842 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv5 ; status: True ; 2024-03-01 17:39:43,843 DEBUG blivet/MainThread: test_vg3-lv5 sysfs_path set to /sys/devices/virtual/block/dm-3 2024-03-01 17:39:43,846 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:39:43,846 DEBUG blivet/MainThread: updated test_vg3-lv5 size to 1.2 GiB (1.2 GiB) 2024-03-01 17:39:43,850 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-uuid/119a2213-9047-4442-b3a6-7e624eac41f4 ' '/dev/test_vg3/lv5 ' '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph4RectyNdZcpdihNdvXaGEvmmh25z2eC0 ' '/dev/disk/by-id/dm-name-test_vg3-lv5', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph4RectyNdZcpdihNdvXaGEvmmh25z2eC0', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '119a2213-9047-4442-b3a6-7e624eac41f4', 'ID_FS_UUID_ENC': '119a2213-9047-4442-b3a6-7e624eac41f4', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1070767350'} ; 2024-03-01 17:39:43,850 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:39:43,850 INFO program/MainThread: Running [43] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:43,854 INFO program/MainThread: stdout[43]: LVM 2024-03-01 17:39:43,854 INFO program/MainThread: stderr[43]: 2024-03-01 17:39:43,854 INFO program/MainThread: ...done [43] (exit code: 0) 2024-03-01 17:39:43,855 INFO program/MainThread: Running [44] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:43,858 INFO program/MainThread: stdout[44]: LVM 2024-03-01 17:39:43,858 INFO program/MainThread: stderr[44]: 2024-03-01 17:39:43,858 INFO program/MainThread: ...done [44] (exit code: 0) 2024-03-01 17:39:43,858 INFO program/MainThread: Running [45] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:43,861 INFO program/MainThread: stdout[45]: LVM 2024-03-01 17:39:43,861 INFO program/MainThread: stderr[45]: 2024-03-01 17:39:43,861 INFO program/MainThread: ...done [45] (exit code: 0) 2024-03-01 17:39:43,866 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:43,869 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1.2 GiB lvmlv test_vg3-lv5 (175) 2024-03-01 17:39:43,872 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:43,873 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:39:43,874 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:43,874 DEBUG blivet/MainThread: vg test_vg3 has 2.77 GiB free 2024-03-01 17:39:43,870 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:43,875 INFO program/MainThread: Running [46] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:43,878 INFO program/MainThread: stdout[46]: LVM 2024-03-01 17:39:43,878 INFO program/MainThread: stderr[46]: 2024-03-01 17:39:43,878 INFO program/MainThread: ...done [46] (exit code: 0) 2024-03-01 17:39:43,882 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:39:43,886 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:43,886 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 182 2024-03-01 17:39:43,890 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:43,890 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 183 2024-03-01 17:39:43,894 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:43,894 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 184 2024-03-01 17:39:43,897 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:43,897 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 185 2024-03-01 17:39:43,898 INFO blivet/MainThread: type detected on 'test_vg3-lv5' is 'xfs' 2024-03-01 17:39:43,901 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:43,901 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 186 2024-03-01 17:39:43,905 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: xfs ; current: None ; 2024-03-01 17:39:43,905 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:43,908 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:43,912 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:43,915 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z ; incomplete: False ; hidden: False ; 2024-03-01 17:39:43,918 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:43,918 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 189 2024-03-01 17:39:43,922 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:39:43,922 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 190 2024-03-01 17:39:43,925 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:39:43,929 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:39:43,929 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:39:43,933 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:39:43,933 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:39:43,933 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 192 2024-03-01 17:39:43,937 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 2 ; 2024-03-01 17:39:43,941 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv6 ; kids: 1 ; 2024-03-01 17:39:43,941 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 193 2024-03-01 17:39:43,944 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: None ; 2024-03-01 17:39:43,948 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:39:43,948 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:39:43,951 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:39:43,952 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:39:43,952 DEBUG blivet/MainThread: Adding test_vg3-lv6/1020 MiB to test_vg3 2024-03-01 17:39:43,952 INFO blivet/MainThread: added lvmlv test_vg3-lv6 (id 188) to device tree 2024-03-01 17:39:43,955 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv6 ; status: True ; 2024-03-01 17:39:43,956 DEBUG blivet/MainThread: test_vg3-lv6 sysfs_path set to /sys/devices/virtual/block/dm-2 2024-03-01 17:39:43,959 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:39:43,959 DEBUG blivet/MainThread: updated test_vg3-lv6 size to 1020 MiB (1020 MiB) 2024-03-01 17:39:43,963 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph5DUFk2LTw1AoWVTmKQZN25yc2i3Ac80z ' '/dev/mapper/test_vg3-lv6 /dev/test_vg3/lv6 ' '/dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/2231ab5f-9d92-4c7b-9cf6-cad518f78a0f', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph5DUFk2LTw1AoWVTmKQZN25yc2i3Ac80z', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2231ab5f-9d92-4c7b-9cf6-cad518f78a0f', 'ID_FS_UUID_ENC': '2231ab5f-9d92-4c7b-9cf6-cad518f78a0f', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1070458812'} ; 2024-03-01 17:39:43,963 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:39:43,964 INFO program/MainThread: Running [47] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:43,967 INFO program/MainThread: stdout[47]: LVM 2024-03-01 17:39:43,968 INFO program/MainThread: stderr[47]: 2024-03-01 17:39:43,968 INFO program/MainThread: ...done [47] (exit code: 0) 2024-03-01 17:39:43,968 INFO program/MainThread: Running [48] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:43,971 INFO program/MainThread: stdout[48]: LVM 2024-03-01 17:39:43,971 INFO program/MainThread: stderr[48]: 2024-03-01 17:39:43,971 INFO program/MainThread: ...done [48] (exit code: 0) 2024-03-01 17:39:43,971 INFO program/MainThread: Running [49] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:43,974 INFO program/MainThread: stdout[49]: LVM 2024-03-01 17:39:43,974 INFO program/MainThread: stderr[49]: 2024-03-01 17:39:43,974 INFO program/MainThread: ...done [49] (exit code: 0) 2024-03-01 17:39:43,979 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:43,983 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1020 MiB lvmlv test_vg3-lv6 (188) 2024-03-01 17:39:43,986 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:43,987 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:39:43,987 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:43,988 DEBUG blivet/MainThread: vg test_vg3 has 1.78 GiB free 2024-03-01 17:39:43,983 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:43,989 INFO program/MainThread: Running [50] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:43,992 INFO program/MainThread: stdout[50]: LVM 2024-03-01 17:39:43,992 INFO program/MainThread: stderr[50]: 2024-03-01 17:39:43,992 INFO program/MainThread: ...done [50] (exit code: 0) 2024-03-01 17:39:43,996 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:39:44,000 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:44,000 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 195 2024-03-01 17:39:44,004 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:44,004 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 196 2024-03-01 17:39:44,007 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:44,007 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 197 2024-03-01 17:39:44,011 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:44,011 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 198 2024-03-01 17:39:44,012 INFO blivet/MainThread: type detected on 'test_vg3-lv6' is 'xfs' 2024-03-01 17:39:44,015 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:44,015 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 199 2024-03-01 17:39:44,019 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: xfs ; current: None ; 2024-03-01 17:39:44,019 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:44,022 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:44,026 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:44,029 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq ; incomplete: False ; hidden: False ; 2024-03-01 17:39:44,032 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:44,032 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 202 2024-03-01 17:39:44,036 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:39:44,036 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 203 2024-03-01 17:39:44,040 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:39:44,043 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:39:44,044 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:39:44,047 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:39:44,048 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:39:44,048 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 205 2024-03-01 17:39:44,052 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 3 ; 2024-03-01 17:39:44,055 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:39:44,055 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 206 2024-03-01 17:39:44,059 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: None ; 2024-03-01 17:39:44,062 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:39:44,063 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:39:44,066 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:39:44,066 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:39:44,067 DEBUG blivet/MainThread: Adding test_vg3-lv7/408 MiB to test_vg3 2024-03-01 17:39:44,067 INFO blivet/MainThread: added lvmlv test_vg3-lv7 (id 201) to device tree 2024-03-01 17:39:44,070 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv7 ; status: True ; 2024-03-01 17:39:44,070 DEBUG blivet/MainThread: test_vg3-lv7 sysfs_path set to /sys/devices/virtual/block/dm-1 2024-03-01 17:39:44,074 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:39:44,074 DEBUG blivet/MainThread: updated test_vg3-lv7 size to 408 MiB (408 MiB) 2024-03-01 17:39:44,078 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/test_vg3/lv7 /dev/disk/by-id/dm-name-test_vg3-lv7 ' '/dev/mapper/test_vg3-lv7 ' '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrphvXyUvQfaNKq6tECFGmTuNMHwg1gEtNQq ' '/dev/disk/by-uuid/b41267ec-f035-4fd7-9b8a-e6fd290e37f5', '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-keoRDtLaidNTtVoVuogw6ElOsaUTOrphvXyUvQfaNKq6tECFGmTuNMHwg1gEtNQq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b41267ec-f035-4fd7-9b8a-e6fd290e37f5', 'ID_FS_UUID_ENC': 'b41267ec-f035-4fd7-9b8a-e6fd290e37f5', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1070153846'} ; 2024-03-01 17:39:44,078 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:39:44,078 INFO program/MainThread: Running [51] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:44,082 INFO program/MainThread: stdout[51]: LVM 2024-03-01 17:39:44,082 INFO program/MainThread: stderr[51]: 2024-03-01 17:39:44,082 INFO program/MainThread: ...done [51] (exit code: 0) 2024-03-01 17:39:44,082 INFO program/MainThread: Running [52] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:44,086 INFO program/MainThread: stdout[52]: LVM 2024-03-01 17:39:44,086 INFO program/MainThread: stderr[52]: 2024-03-01 17:39:44,086 INFO program/MainThread: ...done [52] (exit code: 0) 2024-03-01 17:39:44,086 INFO program/MainThread: Running [53] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:44,089 INFO program/MainThread: stdout[53]: LVM 2024-03-01 17:39:44,089 INFO program/MainThread: stderr[53]: 2024-03-01 17:39:44,089 INFO program/MainThread: ...done [53] (exit code: 0) 2024-03-01 17:39:44,094 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:44,098 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv7 (201) 2024-03-01 17:39:44,101 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:44,102 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:39:44,103 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:44,104 DEBUG blivet/MainThread: vg test_vg3 has 1.38 GiB free 2024-03-01 17:39:44,098 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:44,104 INFO program/MainThread: Running [54] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:44,108 INFO program/MainThread: stdout[54]: LVM 2024-03-01 17:39:44,108 INFO program/MainThread: stderr[54]: 2024-03-01 17:39:44,108 INFO program/MainThread: ...done [54] (exit code: 0) 2024-03-01 17:39:44,112 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:39:44,116 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:44,116 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 208 2024-03-01 17:39:44,120 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:44,120 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 209 2024-03-01 17:39:44,124 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:44,124 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 210 2024-03-01 17:39:44,127 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:44,127 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 211 2024-03-01 17:39:44,128 INFO blivet/MainThread: type detected on 'test_vg3-lv7' is 'xfs' 2024-03-01 17:39:44,131 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:44,131 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 212 2024-03-01 17:39:44,135 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: xfs ; current: None ; 2024-03-01 17:39:44,135 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:44,138 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:44,142 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:44,145 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid: uuid: OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc ; incomplete: False ; hidden: False ; 2024-03-01 17:39:44,148 DEBUG blivet/MainThread: DeviceTree.get_device_by_uuid returned None 2024-03-01 17:39:44,148 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 215 2024-03-01 17:39:44,152 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:39:44,152 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 216 2024-03-01 17:39:44,156 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:39:44,159 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:39:44,160 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:39:44,163 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:39:44,164 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:39:44,164 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 218 2024-03-01 17:39:44,168 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 4 ; 2024-03-01 17:39:44,171 DEBUG blivet/MainThread: LVMVolumeGroupDevice.add_child: name: test_vg3 ; child: lv8 ; kids: 3 ; 2024-03-01 17:39:44,171 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 219 2024-03-01 17:39:44,175 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: None ; 2024-03-01 17:39:44,178 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:39:44,178 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:39:44,182 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:39:44,182 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:39:44,183 DEBUG blivet/MainThread: Adding test_vg3-lv8/408 MiB to test_vg3 2024-03-01 17:39:44,183 INFO blivet/MainThread: added lvmlv test_vg3-lv8 (id 214) to device tree 2024-03-01 17:39:44,186 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.update_sysfs_path: test_vg3-lv8 ; status: True ; 2024-03-01 17:39:44,186 DEBUG blivet/MainThread: test_vg3-lv8 sysfs_path set to /sys/devices/virtual/block/dm-0 2024-03-01 17:39:44,190 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:39:44,190 DEBUG blivet/MainThread: updated test_vg3-lv8 size to 408 MiB (408 MiB) 2024-03-01 17:39:44,194 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg3-lv8 /dev/mapper/test_vg3-lv8 ' '/dev/test_vg3/lv8 ' '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrphOpaQtQfO6S7xpom6HQkOEVoG3qiwcHhc ' '/dev/disk/by-uuid/53402772-aec9-4c6f-91d9-c2e43dea88ea', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrphOpaQtQfO6S7xpom6HQkOEVoG3qiwcHhc', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '53402772-aec9-4c6f-91d9-c2e43dea88ea', 'ID_FS_UUID_ENC': '53402772-aec9-4c6f-91d9-c2e43dea88ea', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1069845614'} ; 2024-03-01 17:39:44,194 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:39:44,194 INFO program/MainThread: Running [55] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:44,198 INFO program/MainThread: stdout[55]: LVM 2024-03-01 17:39:44,198 INFO program/MainThread: stderr[55]: 2024-03-01 17:39:44,198 INFO program/MainThread: ...done [55] (exit code: 0) 2024-03-01 17:39:44,198 INFO program/MainThread: Running [56] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:44,202 INFO program/MainThread: stdout[56]: LVM 2024-03-01 17:39:44,202 INFO program/MainThread: stderr[56]: 2024-03-01 17:39:44,202 INFO program/MainThread: ...done [56] (exit code: 0) 2024-03-01 17:39:44,202 INFO program/MainThread: Running [57] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:44,205 INFO program/MainThread: stdout[57]: LVM 2024-03-01 17:39:44,205 INFO program/MainThread: stderr[57]: 2024-03-01 17:39:44,205 INFO program/MainThread: ...done [57] (exit code: 0) 2024-03-01 17:39:44,210 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:44,214 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 408 MiB lvmlv test_vg3-lv8 (214) 2024-03-01 17:39:44,217 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:44,218 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:44,219 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:44,220 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:44,214 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:44,221 INFO program/MainThread: Running [58] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:44,224 INFO program/MainThread: stdout[58]: LVM 2024-03-01 17:39:44,224 INFO program/MainThread: stderr[58]: 2024-03-01 17:39:44,224 INFO program/MainThread: ...done [58] (exit code: 0) 2024-03-01 17:39:44,228 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:39:44,232 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:44,232 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 221 2024-03-01 17:39:44,236 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:44,236 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 222 2024-03-01 17:39:44,240 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:44,240 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 223 2024-03-01 17:39:44,243 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:44,243 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 224 2024-03-01 17:39:44,244 INFO blivet/MainThread: type detected on 'test_vg3-lv8' is 'xfs' 2024-03-01 17:39:44,247 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:44,248 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 225 2024-03-01 17:39:44,251 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: xfs ; current: None ; 2024-03-01 17:39:44,251 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:44,251 INFO blivet/MainThread: got format: existing lvmpv 2024-03-01 17:39:44,255 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': '28540800'} ; 2024-03-01 17:39:44,255 INFO blivet/MainThread: scanning xvda (/sys/devices/vbd-768/block/xvda)... 2024-03-01 17:39:44,259 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:44,263 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:44,266 DEBUG blivet/MainThread: DiskDevicePopulator.run: name: xvda ; 2024-03-01 17:39:44,267 WARNING blivet/MainThread: device/vendor is not a valid attribute 2024-03-01 17:39:44,267 WARNING blivet/MainThread: device/model is not a valid attribute 2024-03-01 17:39:44,267 INFO blivet/MainThread: xvda is a disk 2024-03-01 17:39:44,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 229 2024-03-01 17:39:44,267 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 230 2024-03-01 17:39:44,270 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: None ; current: None ; 2024-03-01 17:39:44,273 DEBUG blivet/MainThread: DiskDevice.update_sysfs_path: xvda ; status: True ; 2024-03-01 17:39:44,274 DEBUG blivet/MainThread: xvda sysfs_path set to /sys/devices/vbd-768/block/xvda 2024-03-01 17:39:44,277 DEBUG blivet/MainThread: DiskDevice.read_current_size: exists: True ; path: /dev/xvda ; sysfs_path: /sys/devices/vbd-768/block/xvda ; 2024-03-01 17:39:44,277 DEBUG blivet/MainThread: updated xvda size to 250 GiB (250 GiB) 2024-03-01 17:39:44,278 INFO blivet/MainThread: added disk xvda (id 228) to device tree 2024-03-01 17:39:44,278 INFO blivet/MainThread: got device: DiskDevice instance (0x7f370a30a048) -- 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:39:44,281 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda ; 2024-03-01 17:39:44,285 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:44,285 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 232 2024-03-01 17:39:44,288 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:44,288 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 233 2024-03-01 17:39:44,292 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:44,292 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 234 2024-03-01 17:39:44,295 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:44,295 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 235 2024-03-01 17:39:44,298 DEBUG blivet/MainThread: DiskLabelFormatPopulator.run: device: xvda ; label_type: dos ; 2024-03-01 17:39:44,302 DEBUG blivet/MainThread: DiskDevice.setup: xvda ; orig: False ; status: True ; controllable: True ; 2024-03-01 17:39:44,305 DEBUG blivet/MainThread: DiskLabel.__init__: uuid: b2f85011 ; label: None ; device: /dev/xvda ; serial: None ; exists: True ; 2024-03-01 17:39:44,310 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 0x7f370a354248> 2024-03-01 17:39:47,559 DEBUG blivet/MainThread: get_format('disklabel') returning DiskLabel instance with object id 236 2024-03-01 17:39:47,563 DEBUG blivet/MainThread: DiskDevice._set_format: xvda ; type: disklabel ; current: None ; 2024-03-01 17:39:47,563 INFO blivet/MainThread: got format: existing msdos disklabel 2024-03-01 17:39:47,567 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': '28543624'} ; 2024-03-01 17:39:47,567 INFO blivet/MainThread: scanning xvda1 (/sys/devices/vbd-768/block/xvda/xvda1)... 2024-03-01 17:39:47,567 WARNING blivet/MainThread: hidden is not a valid attribute 2024-03-01 17:39:47,571 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:47,575 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:47,578 DEBUG blivet/MainThread: PartitionDevicePopulator.run: name: xvda1 ; 2024-03-01 17:39:47,581 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:47,585 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:47,585 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:47,596 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:47,615 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: xvda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:47,619 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 250 GiB disk xvda (228) with existing msdos disklabel 2024-03-01 17:39:47,619 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 239 2024-03-01 17:39:47,623 DEBUG blivet/MainThread: DiskDevice.add_child: name: xvda ; child: xvda1 ; kids: 0 ; 2024-03-01 17:39:47,623 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 240 2024-03-01 17:39:47,626 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: None ; current: None ; 2024-03-01 17:39:47,629 DEBUG blivet/MainThread: PartitionDevice.update_sysfs_path: xvda1 ; status: True ; 2024-03-01 17:39:47,630 DEBUG blivet/MainThread: xvda1 sysfs_path set to /sys/devices/vbd-768/block/xvda/xvda1 2024-03-01 17:39:47,633 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:39:47,633 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:39:47,633 DEBUG blivet/MainThread: looking up parted Partition: /dev/xvda1 2024-03-01 17:39:47,637 DEBUG blivet/MainThread: PartitionDevice.probe: xvda1 ; exists: True ; 2024-03-01 17:39:47,640 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 1 ; 2024-03-01 17:39:47,643 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 10 ; 2024-03-01 17:39:47,646 DEBUG blivet/MainThread: PartitionDevice.get_flag: path: /dev/xvda1 ; flag: 12 ; 2024-03-01 17:39:47,649 DEBUG blivet/MainThread: PartitionDevice.read_current_size: exists: True ; path: /dev/xvda1 ; sysfs_path: /sys/devices/vbd-768/block/xvda/xvda1 ; 2024-03-01 17:39:47,650 DEBUG blivet/MainThread: updated xvda1 size to 250 GiB (250 GiB) 2024-03-01 17:39:47,650 INFO blivet/MainThread: added partition xvda1 (id 238) to device tree 2024-03-01 17:39:47,651 INFO blivet/MainThread: parted exception: msdos disk labels do not support partition names. 2024-03-01 17:39:47,650 INFO blivet/MainThread: got device: PartitionDevice instance (0x7f370a31cef0) -- 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 0x7f370a3229e8> disk = existing 250 GiB disk xvda (228) with existing msdos disklabel start = 2048 end = 524287966 length = 524285919 flags = boot 2024-03-01 17:39:47,655 DEBUG blivet/MainThread: DeviceTree.handle_format: name: xvda1 ; 2024-03-01 17:39:47,658 DEBUG blivet/MainThread: AppleBootstrapFS.supported: supported: True ; 2024-03-01 17:39:47,658 DEBUG blivet/MainThread: get_format('appleboot') returning AppleBootstrapFS instance with object id 242 2024-03-01 17:39:47,662 DEBUG blivet/MainThread: EFIFS.supported: supported: True ; 2024-03-01 17:39:47,662 DEBUG blivet/MainThread: get_format('efi') returning EFIFS instance with object id 243 2024-03-01 17:39:47,665 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:47,665 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 244 2024-03-01 17:39:47,668 DEBUG blivet/MainThread: MacEFIFS.supported: supported: True ; 2024-03-01 17:39:47,669 DEBUG blivet/MainThread: get_format('macefi') returning MacEFIFS instance with object id 245 2024-03-01 17:39:47,669 INFO blivet/MainThread: type detected on 'xvda1' is 'xfs' 2024-03-01 17:39:47,672 DEBUG blivet/MainThread: XFS.supported: supported: True ; 2024-03-01 17:39:47,672 DEBUG blivet/MainThread: get_format('xfs') returning XFS instance with object id 246 2024-03-01 17:39:47,675 DEBUG blivet/MainThread: PartitionDevice._set_format: xvda1 ; type: xfs ; current: None ; 2024-03-01 17:39:47,675 INFO blivet/MainThread: got format: existing xfs filesystem 2024-03-01 17:39:47,678 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv8 ; info: {'DEVLINKS': '/dev/mapper/test_vg3-lv8 /dev/test_vg3/lv8 ' '/dev/disk/by-uuid/53402772-aec9-4c6f-91d9-c2e43dea88ea ' '/dev/disk/by-id/dm-name-test_vg3-lv8 ' '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrphOpaQtQfO6S7xpom6HQkOEVoG3qiwcHhc', 'DEVNAME': '/dev/dm-0', 'DEVPATH': '/devices/virtual/block/dm-0', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv8', 'DM_NAME': 'test_vg3-lv8', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrphOpaQtQfO6S7xpom6HQkOEVoG3qiwcHhc', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '53402772-aec9-4c6f-91d9-c2e43dea88ea', 'ID_FS_UUID_ENC': '53402772-aec9-4c6f-91d9-c2e43dea88ea', 'MAJOR': '253', 'MINOR': '0', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-0', 'SYS_PATH': '/sys/devices/virtual/block/dm-0', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1069845614'} ; 2024-03-01 17:39:47,678 INFO blivet/MainThread: scanning test_vg3-lv8 (/sys/devices/virtual/block/dm-0)... 2024-03-01 17:39:47,679 INFO program/MainThread: Running [59] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:47,683 INFO program/MainThread: stdout[59]: LVM 2024-03-01 17:39:47,683 INFO program/MainThread: stderr[59]: 2024-03-01 17:39:47,683 INFO program/MainThread: ...done [59] (exit code: 0) 2024-03-01 17:39:47,683 INFO program/MainThread: Running [60] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:47,686 INFO program/MainThread: stdout[60]: LVM 2024-03-01 17:39:47,686 INFO program/MainThread: stderr[60]: 2024-03-01 17:39:47,686 INFO program/MainThread: ...done [60] (exit code: 0) 2024-03-01 17:39:47,686 INFO program/MainThread: Running [61] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:47,689 INFO program/MainThread: stdout[61]: LVM 2024-03-01 17:39:47,690 INFO program/MainThread: stderr[61]: 2024-03-01 17:39:47,690 INFO program/MainThread: ...done [61] (exit code: 0) 2024-03-01 17:39:47,694 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:47,698 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:39:47,701 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:47,703 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:47,703 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:47,704 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:47,698 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:47,705 INFO program/MainThread: Running [62] dmsetup info -co subsystem --noheadings test_vg3-lv8 ... 2024-03-01 17:39:47,708 INFO program/MainThread: stdout[62]: LVM 2024-03-01 17:39:47,708 INFO program/MainThread: stderr[62]: 2024-03-01 17:39:47,709 INFO program/MainThread: ...done [62] (exit code: 0) 2024-03-01 17:39:47,712 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv8 ; 2024-03-01 17:39:47,713 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv8, bailing 2024-03-01 17:39:47,716 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv7 ; info: {'DEVLINKS': '/dev/disk/by-uuid/b41267ec-f035-4fd7-9b8a-e6fd290e37f5 ' '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrphvXyUvQfaNKq6tECFGmTuNMHwg1gEtNQq ' '/dev/disk/by-id/dm-name-test_vg3-lv7 /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-keoRDtLaidNTtVoVuogw6ElOsaUTOrphvXyUvQfaNKq6tECFGmTuNMHwg1gEtNQq', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': 'b41267ec-f035-4fd7-9b8a-e6fd290e37f5', 'ID_FS_UUID_ENC': 'b41267ec-f035-4fd7-9b8a-e6fd290e37f5', 'MAJOR': '253', 'MINOR': '1', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-1', 'SYS_PATH': '/sys/devices/virtual/block/dm-1', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1070153846'} ; 2024-03-01 17:39:47,716 INFO blivet/MainThread: scanning test_vg3-lv7 (/sys/devices/virtual/block/dm-1)... 2024-03-01 17:39:47,717 INFO program/MainThread: Running [63] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:47,720 INFO program/MainThread: stdout[63]: LVM 2024-03-01 17:39:47,720 INFO program/MainThread: stderr[63]: 2024-03-01 17:39:47,720 INFO program/MainThread: ...done [63] (exit code: 0) 2024-03-01 17:39:47,720 INFO program/MainThread: Running [64] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:47,723 INFO program/MainThread: stdout[64]: LVM 2024-03-01 17:39:47,723 INFO program/MainThread: stderr[64]: 2024-03-01 17:39:47,723 INFO program/MainThread: ...done [64] (exit code: 0) 2024-03-01 17:39:47,723 INFO program/MainThread: Running [65] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:47,726 INFO program/MainThread: stdout[65]: LVM 2024-03-01 17:39:47,726 INFO program/MainThread: stderr[65]: 2024-03-01 17:39:47,727 INFO program/MainThread: ...done [65] (exit code: 0) 2024-03-01 17:39:47,731 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:47,735 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:39:47,738 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:47,739 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:47,740 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:47,741 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:47,735 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:47,742 INFO program/MainThread: Running [66] dmsetup info -co subsystem --noheadings test_vg3-lv7 ... 2024-03-01 17:39:47,745 INFO program/MainThread: stdout[66]: LVM 2024-03-01 17:39:47,745 INFO program/MainThread: stderr[66]: 2024-03-01 17:39:47,745 INFO program/MainThread: ...done [66] (exit code: 0) 2024-03-01 17:39:47,749 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv7 ; 2024-03-01 17:39:47,749 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv7, bailing 2024-03-01 17:39:47,752 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv6 ; info: {'DEVLINKS': '/dev/test_vg3/lv6 /dev/disk/by-id/dm-name-test_vg3-lv6 ' '/dev/disk/by-uuid/2231ab5f-9d92-4c7b-9cf6-cad518f78a0f ' '/dev/mapper/test_vg3-lv6 ' '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph5DUFk2LTw1AoWVTmKQZN25yc2i3Ac80z', 'DEVNAME': '/dev/dm-2', 'DEVPATH': '/devices/virtual/block/dm-2', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv6', 'DM_NAME': 'test_vg3-lv6', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph5DUFk2LTw1AoWVTmKQZN25yc2i3Ac80z', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '2231ab5f-9d92-4c7b-9cf6-cad518f78a0f', 'ID_FS_UUID_ENC': '2231ab5f-9d92-4c7b-9cf6-cad518f78a0f', 'MAJOR': '253', 'MINOR': '2', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-2', 'SYS_PATH': '/sys/devices/virtual/block/dm-2', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1070458812'} ; 2024-03-01 17:39:47,753 INFO blivet/MainThread: scanning test_vg3-lv6 (/sys/devices/virtual/block/dm-2)... 2024-03-01 17:39:47,753 INFO program/MainThread: Running [67] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:47,756 INFO program/MainThread: stdout[67]: LVM 2024-03-01 17:39:47,756 INFO program/MainThread: stderr[67]: 2024-03-01 17:39:47,756 INFO program/MainThread: ...done [67] (exit code: 0) 2024-03-01 17:39:47,756 INFO program/MainThread: Running [68] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:47,759 INFO program/MainThread: stdout[68]: LVM 2024-03-01 17:39:47,760 INFO program/MainThread: stderr[68]: 2024-03-01 17:39:47,760 INFO program/MainThread: ...done [68] (exit code: 0) 2024-03-01 17:39:47,760 INFO program/MainThread: Running [69] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:47,763 INFO program/MainThread: stdout[69]: LVM 2024-03-01 17:39:47,763 INFO program/MainThread: stderr[69]: 2024-03-01 17:39:47,763 INFO program/MainThread: ...done [69] (exit code: 0) 2024-03-01 17:39:47,767 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:47,771 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:39:47,774 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:47,775 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:47,776 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:47,777 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:47,771 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:47,778 INFO program/MainThread: Running [70] dmsetup info -co subsystem --noheadings test_vg3-lv6 ... 2024-03-01 17:39:47,781 INFO program/MainThread: stdout[70]: LVM 2024-03-01 17:39:47,781 INFO program/MainThread: stderr[70]: 2024-03-01 17:39:47,781 INFO program/MainThread: ...done [70] (exit code: 0) 2024-03-01 17:39:47,785 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv6 ; 2024-03-01 17:39:47,785 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv6, bailing 2024-03-01 17:39:47,789 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg3-lv5 ; info: {'DEVLINKS': '/dev/disk/by-uuid/119a2213-9047-4442-b3a6-7e624eac41f4 ' '/dev/test_vg3/lv5 /dev/disk/by-id/dm-name-test_vg3-lv5 ' '/dev/mapper/test_vg3-lv5 ' '/dev/disk/by-id/dm-uuid-LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph4RectyNdZcpdihNdvXaGEvmmh25z2eC0', 'DEVNAME': '/dev/dm-3', 'DEVPATH': '/devices/virtual/block/dm-3', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv5', 'DM_NAME': 'test_vg3-lv5', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-keoRDtLaidNTtVoVuogw6ElOsaUTOrph4RectyNdZcpdihNdvXaGEvmmh25z2eC0', 'DM_VG_NAME': 'test_vg3', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '119a2213-9047-4442-b3a6-7e624eac41f4', 'ID_FS_UUID_ENC': '119a2213-9047-4442-b3a6-7e624eac41f4', 'MAJOR': '253', 'MINOR': '3', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-3', 'SYS_PATH': '/sys/devices/virtual/block/dm-3', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1070767350'} ; 2024-03-01 17:39:47,789 INFO blivet/MainThread: scanning test_vg3-lv5 (/sys/devices/virtual/block/dm-3)... 2024-03-01 17:39:47,789 INFO program/MainThread: Running [71] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:47,792 INFO program/MainThread: stdout[71]: LVM 2024-03-01 17:39:47,792 INFO program/MainThread: stderr[71]: 2024-03-01 17:39:47,792 INFO program/MainThread: ...done [71] (exit code: 0) 2024-03-01 17:39:47,792 INFO program/MainThread: Running [72] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:47,795 INFO program/MainThread: stdout[72]: LVM 2024-03-01 17:39:47,796 INFO program/MainThread: stderr[72]: 2024-03-01 17:39:47,796 INFO program/MainThread: ...done [72] (exit code: 0) 2024-03-01 17:39:47,796 INFO program/MainThread: Running [73] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:47,799 INFO program/MainThread: stdout[73]: LVM 2024-03-01 17:39:47,799 INFO program/MainThread: stderr[73]: 2024-03-01 17:39:47,799 INFO program/MainThread: ...done [73] (exit code: 0) 2024-03-01 17:39:47,804 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:47,807 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:39:47,810 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:47,811 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:47,812 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:47,813 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:47,807 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:47,814 INFO program/MainThread: Running [74] dmsetup info -co subsystem --noheadings test_vg3-lv5 ... 2024-03-01 17:39:47,817 INFO program/MainThread: stdout[74]: LVM 2024-03-01 17:39:47,817 INFO program/MainThread: stderr[74]: 2024-03-01 17:39:47,817 INFO program/MainThread: ...done [74] (exit code: 0) 2024-03-01 17:39:47,821 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg3-lv5 ; 2024-03-01 17:39:47,821 DEBUG blivet/MainThread: no type or existing type for test_vg3-lv5, bailing 2024-03-01 17:39:47,825 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv4 ; info: {'DEVLINKS': '/dev/mapper/test_vg2-lv4 /dev/disk/by-id/dm-name-test_vg2-lv4 ' '/dev/test_vg2/lv4 ' '/dev/disk/by-uuid/3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e ' '/dev/disk/by-id/dm-uuid-LVM-liDaDGg4352Mh35NIO3QZdWd6CbG6O0nM0xnbqiM86u2eGrlHZa6J2EYE5G0aciq', '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-liDaDGg4352Mh35NIO3QZdWd6CbG6O0nM0xnbqiM86u2eGrlHZa6J2EYE5G0aciq', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e', 'ID_FS_UUID_ENC': '3c0bfb07-9b77-4d28-b8d6-0fb8bebda83e', 'MAJOR': '253', 'MINOR': '4', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-4', 'SYS_PATH': '/sys/devices/virtual/block/dm-4', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071616179'} ; 2024-03-01 17:39:47,825 INFO blivet/MainThread: scanning test_vg2-lv4 (/sys/devices/virtual/block/dm-4)... 2024-03-01 17:39:47,825 INFO program/MainThread: Running [75] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:47,828 INFO program/MainThread: stdout[75]: LVM 2024-03-01 17:39:47,828 INFO program/MainThread: stderr[75]: 2024-03-01 17:39:47,828 INFO program/MainThread: ...done [75] (exit code: 0) 2024-03-01 17:39:47,828 INFO program/MainThread: Running [76] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:47,831 INFO program/MainThread: stdout[76]: LVM 2024-03-01 17:39:47,832 INFO program/MainThread: stderr[76]: 2024-03-01 17:39:47,832 INFO program/MainThread: ...done [76] (exit code: 0) 2024-03-01 17:39:47,832 INFO program/MainThread: Running [77] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:47,835 INFO program/MainThread: stdout[77]: LVM 2024-03-01 17:39:47,835 INFO program/MainThread: stderr[77]: 2024-03-01 17:39:47,835 INFO program/MainThread: ...done [77] (exit code: 0) 2024-03-01 17:39:47,840 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:47,843 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:39:47,846 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:47,846 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:47,847 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:47,848 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:47,843 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:47,848 INFO program/MainThread: Running [78] dmsetup info -co subsystem --noheadings test_vg2-lv4 ... 2024-03-01 17:39:47,851 INFO program/MainThread: stdout[78]: LVM 2024-03-01 17:39:47,851 INFO program/MainThread: stderr[78]: 2024-03-01 17:39:47,851 INFO program/MainThread: ...done [78] (exit code: 0) 2024-03-01 17:39:47,855 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv4 ; 2024-03-01 17:39:47,855 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv4, bailing 2024-03-01 17:39:47,859 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg2-lv3 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-name-test_vg2-lv3 ' '/dev/disk/by-id/dm-uuid-LVM-liDaDGg4352Mh35NIO3QZdWd6CbG6O0ndo1iDmGkcqcgW3RtTZRtYdOv0Tksocqt ' '/dev/test_vg2/lv3 ' '/dev/disk/by-uuid/011306a1-cc94-4ae7-a91f-11ca854fd4ab ' '/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-liDaDGg4352Mh35NIO3QZdWd6CbG6O0ndo1iDmGkcqcgW3RtTZRtYdOv0Tksocqt', 'DM_VG_NAME': 'test_vg2', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '011306a1-cc94-4ae7-a91f-11ca854fd4ab', 'ID_FS_UUID_ENC': '011306a1-cc94-4ae7-a91f-11ca854fd4ab', 'MAJOR': '253', 'MINOR': '5', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-5', 'SYS_PATH': '/sys/devices/virtual/block/dm-5', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1071907847'} ; 2024-03-01 17:39:47,859 INFO blivet/MainThread: scanning test_vg2-lv3 (/sys/devices/virtual/block/dm-5)... 2024-03-01 17:39:47,859 INFO program/MainThread: Running [79] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:47,862 INFO program/MainThread: stdout[79]: LVM 2024-03-01 17:39:47,862 INFO program/MainThread: stderr[79]: 2024-03-01 17:39:47,862 INFO program/MainThread: ...done [79] (exit code: 0) 2024-03-01 17:39:47,862 INFO program/MainThread: Running [80] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:47,865 INFO program/MainThread: stdout[80]: LVM 2024-03-01 17:39:47,865 INFO program/MainThread: stderr[80]: 2024-03-01 17:39:47,865 INFO program/MainThread: ...done [80] (exit code: 0) 2024-03-01 17:39:47,866 INFO program/MainThread: Running [81] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:47,869 INFO program/MainThread: stdout[81]: LVM 2024-03-01 17:39:47,869 INFO program/MainThread: stderr[81]: 2024-03-01 17:39:47,869 INFO program/MainThread: ...done [81] (exit code: 0) 2024-03-01 17:39:47,873 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:47,876 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:39:47,880 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:47,880 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:47,881 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:47,881 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:47,877 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:47,882 INFO program/MainThread: Running [82] dmsetup info -co subsystem --noheadings test_vg2-lv3 ... 2024-03-01 17:39:47,885 INFO program/MainThread: stdout[82]: LVM 2024-03-01 17:39:47,885 INFO program/MainThread: stderr[82]: 2024-03-01 17:39:47,885 INFO program/MainThread: ...done [82] (exit code: 0) 2024-03-01 17:39:47,889 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg2-lv3 ; 2024-03-01 17:39:47,889 DEBUG blivet/MainThread: no type or existing type for test_vg2-lv3, bailing 2024-03-01 17:39:47,892 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv2 ; info: {'DEVLINKS': '/dev/disk/by-id/dm-uuid-LVM-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg3267Qcmmaggj5hVxKPi20fbU9IPcdIaYiNo ' '/dev/mapper/test_vg1-lv2 /dev/disk/by-id/dm-name-test_vg1-lv2 ' '/dev/test_vg1/lv2 ' '/dev/disk/by-uuid/5cdf3b42-a8bd-4a15-a945-d765b36fce4c', 'DEVNAME': '/dev/dm-6', 'DEVPATH': '/devices/virtual/block/dm-6', 'DEVTYPE': 'disk', 'DM_LV_NAME': 'lv2', 'DM_NAME': 'test_vg1-lv2', 'DM_SUSPENDED': '0', 'DM_UDEV_DISABLE_LIBRARY_FALLBACK_FLAG': '1', 'DM_UDEV_PRIMARY_SOURCE_FLAG': '1', 'DM_UDEV_RULES_VSN': '2', 'DM_UUID': 'LVM-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg3267Qcmmaggj5hVxKPi20fbU9IPcdIaYiNo', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5cdf3b42-a8bd-4a15-a945-d765b36fce4c', 'ID_FS_UUID_ENC': '5cdf3b42-a8bd-4a15-a945-d765b36fce4c', 'MAJOR': '253', 'MINOR': '6', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-6', 'SYS_PATH': '/sys/devices/virtual/block/dm-6', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1072747378'} ; 2024-03-01 17:39:47,893 INFO blivet/MainThread: scanning test_vg1-lv2 (/sys/devices/virtual/block/dm-6)... 2024-03-01 17:39:47,893 INFO program/MainThread: Running [83] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:47,896 INFO program/MainThread: stdout[83]: LVM 2024-03-01 17:39:47,896 INFO program/MainThread: stderr[83]: 2024-03-01 17:39:47,896 INFO program/MainThread: ...done [83] (exit code: 0) 2024-03-01 17:39:47,896 INFO program/MainThread: Running [84] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:47,899 INFO program/MainThread: stdout[84]: LVM 2024-03-01 17:39:47,899 INFO program/MainThread: stderr[84]: 2024-03-01 17:39:47,899 INFO program/MainThread: ...done [84] (exit code: 0) 2024-03-01 17:39:47,900 INFO program/MainThread: Running [85] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:47,903 INFO program/MainThread: stdout[85]: LVM 2024-03-01 17:39:47,903 INFO program/MainThread: stderr[85]: 2024-03-01 17:39:47,903 INFO program/MainThread: ...done [85] (exit code: 0) 2024-03-01 17:39:47,907 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:47,910 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:39:47,913 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:47,914 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:47,914 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:47,915 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:47,911 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:47,916 INFO program/MainThread: Running [86] dmsetup info -co subsystem --noheadings test_vg1-lv2 ... 2024-03-01 17:39:47,919 INFO program/MainThread: stdout[86]: LVM 2024-03-01 17:39:47,919 INFO program/MainThread: stderr[86]: 2024-03-01 17:39:47,919 INFO program/MainThread: ...done [86] (exit code: 0) 2024-03-01 17:39:47,923 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv2 ; 2024-03-01 17:39:47,923 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv2, bailing 2024-03-01 17:39:47,926 DEBUG blivet/MainThread: DeviceTree.handle_device: name: test_vg1-lv1 ; info: {'DEVLINKS': '/dev/disk/by-uuid/5dc46a35-3a75-4ddb-a66b-10ff4f21be8c ' '/dev/mapper/test_vg1-lv1 /dev/test_vg1/lv1 ' '/dev/disk/by-id/dm-name-test_vg1-lv1 ' '/dev/disk/by-id/dm-uuid-LVM-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg326BTz5kRAXJvIsgZ1cd1U2N40ucTIbe0Kz', '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-Z4kBrixEC0ZlOEpQ6BnB07ROxaFQg326BTz5kRAXJvIsgZ1cd1U2N40ucTIbe0Kz', 'DM_VG_NAME': 'test_vg1', 'ID_FS_TYPE': 'xfs', 'ID_FS_USAGE': 'filesystem', 'ID_FS_UUID': '5dc46a35-3a75-4ddb-a66b-10ff4f21be8c', 'ID_FS_UUID_ENC': '5dc46a35-3a75-4ddb-a66b-10ff4f21be8c', 'MAJOR': '253', 'MINOR': '7', 'SUBSYSTEM': 'block', 'SYS_NAME': 'dm-7', 'SYS_PATH': '/sys/devices/virtual/block/dm-7', 'TAGS': ':systemd:', 'USEC_INITIALIZED': '1073044401'} ; 2024-03-01 17:39:47,926 INFO blivet/MainThread: scanning test_vg1-lv1 (/sys/devices/virtual/block/dm-7)... 2024-03-01 17:39:47,926 INFO program/MainThread: Running [87] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:47,929 INFO program/MainThread: stdout[87]: LVM 2024-03-01 17:39:47,930 INFO program/MainThread: stderr[87]: 2024-03-01 17:39:47,930 INFO program/MainThread: ...done [87] (exit code: 0) 2024-03-01 17:39:47,930 INFO program/MainThread: Running [88] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:47,933 INFO program/MainThread: stdout[88]: LVM 2024-03-01 17:39:47,933 INFO program/MainThread: stderr[88]: 2024-03-01 17:39:47,933 INFO program/MainThread: ...done [88] (exit code: 0) 2024-03-01 17:39:47,933 INFO program/MainThread: Running [89] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:47,936 INFO program/MainThread: stdout[89]: LVM 2024-03-01 17:39:47,936 INFO program/MainThread: stderr[89]: 2024-03-01 17:39:47,936 INFO program/MainThread: ...done [89] (exit code: 0) 2024-03-01 17:39:47,941 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:47,944 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:39:47,947 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:47,948 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:47,948 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:47,949 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:47,944 INFO blivet/MainThread: got device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:47,949 INFO program/MainThread: Running [90] dmsetup info -co subsystem --noheadings test_vg1-lv1 ... 2024-03-01 17:39:47,953 INFO program/MainThread: stdout[90]: LVM 2024-03-01 17:39:47,953 INFO program/MainThread: stderr[90]: 2024-03-01 17:39:47,953 INFO program/MainThread: ...done [90] (exit code: 0) 2024-03-01 17:39:47,957 DEBUG blivet/MainThread: DeviceTree.handle_format: name: test_vg1-lv1 ; 2024-03-01 17:39:47,957 DEBUG blivet/MainThread: no type or existing type for test_vg1-lv1, bailing 2024-03-01 17:39:47,957 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:47,969 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:47,985 INFO blivet/MainThread: edd: collected mbr signatures: {'xvda': '0xb2f85011'} 2024-03-01 17:39:47,986 DEBUG blivet/MainThread: resolved 'UUID=d21788f1-b672-45d8-9d39-0b6482be1fd5' to 'xvda1' (partition) 2024-03-01 17:39:47,990 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:39:47,993 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:47,996 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,000 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:48,000 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat' 2024-03-01 17:39:48,003 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,006 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:48,009 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/qa ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,012 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:48,012 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/qa' 2024-03-01 17:39:48,015 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,018 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:48,021 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,024 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:48,024 DEBUG blivet/MainThread: failed to resolve '/dev/vtap-eng01.storage.rdu2.redhat.com:/vol/engarchive' 2024-03-01 17:39:48,027 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,031 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:48,033 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/nest.test.redhat.com:/mnt/tpsdist ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,037 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:48,037 DEBUG blivet/MainThread: failed to resolve '/dev/nest.test.redhat.com:/mnt/tpsdist' 2024-03-01 17:39:48,039 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,043 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:48,046 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,049 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:48,049 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_engineering_nfs/devarchive/redhat/brewroot' 2024-03-01 17:39:48,052 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,055 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned None 2024-03-01 17:39:48,058 DEBUG blivet/MainThread: DeviceTree.get_device_by_path: path: /dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,061 DEBUG blivet/MainThread: DeviceTree.get_device_by_path returned None 2024-03-01 17:39:48,061 DEBUG blivet/MainThread: failed to resolve '/dev/ntap-bos-c01-eng01-nfs01b.storage.bos.redhat.com:/devops_brew_scratch_nfs/scratch' 2024-03-01 17:39:48,064 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,067 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:48,067 DEBUG blivet/MainThread: resolved 'test_vg1' to 'test_vg1' (lvmvg) 2024-03-01 17:39:48,068 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:48,068 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:48,069 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:48,069 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:48,069 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:48,070 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:48,070 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:48,071 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:48,071 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:48,071 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:48,072 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:48,072 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg1 (11) 2024-03-01 17:39:48,075 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sda ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,078 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sda (2) with existing lvmpv 2024-03-01 17:39:48,078 DEBUG blivet/MainThread: resolved 'sda' to 'sda' (disk) 2024-03-01 17:39:48,081 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdb ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,084 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdb (16) with existing lvmpv 2024-03-01 17:39:48,084 DEBUG blivet/MainThread: resolved 'sdb' to 'sdb' (disk) 2024-03-01 17:39:48,087 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdc ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,090 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdc (36) with existing lvmpv 2024-03-01 17:39:48,090 DEBUG blivet/MainThread: resolved 'sdc' to 'sdc' (disk) 2024-03-01 17:39:48,093 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv1 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,096 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:39:48,096 DEBUG blivet/MainThread: resolved 'test_vg1-lv1' to 'test_vg1-lv1' (lvmlv) 2024-03-01 17:39:48,099 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,100 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,100 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,101 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,096 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,103 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,104 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,105 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,105 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,101 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,108 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,109 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,109 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,110 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,106 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,113 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,113 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,114 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,114 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,110 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,117 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,118 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,118 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,119 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,115 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,122 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,122 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,123 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,124 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,120 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,126 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,127 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,127 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,128 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,124 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,131 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,131 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,132 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,133 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,129 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,135 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,136 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,136 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,137 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,133 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,140 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,141 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,141 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,142 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,138 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,144 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,145 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,145 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,146 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,142 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,149 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,150 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,150 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,151 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,147 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,153 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,154 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,155 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,155 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,151 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,158 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,159 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,159 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,160 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,156 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,162 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,163 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,164 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,164 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,160 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,167 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,168 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,168 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,169 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,165 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,172 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,172 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,173 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,173 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,169 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,176 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,177 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,177 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,178 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,174 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,181 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,181 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,182 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,182 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,178 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,185 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,186 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,186 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,187 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,183 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,190 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,190 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,191 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,191 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,187 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,194 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,195 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,195 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,196 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,192 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,199 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,199 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,200 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,201 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,197 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,203 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,204 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,204 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,205 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,201 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,208 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,209 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,209 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,210 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,206 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,212 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,213 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,213 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,214 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,210 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,217 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,218 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,218 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,219 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,215 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,221 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,222 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,222 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,223 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,219 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,226 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,227 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,227 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,228 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,224 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,230 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,231 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,231 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,232 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,228 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,235 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,236 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,236 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,237 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,233 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,239 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,240 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,241 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,241 DEBUG blivet/MainThread: vg test_vg1 has 1.03 GiB free 2024-03-01 17:39:48,237 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a34af28) -- name = test_vg1-lv1 status = True id = 45 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = BTz5kR-AXJv-IsgZ-1cd1-U2N4-0ucT-Ibe0Kz 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,242 DEBUG blivet/MainThread: removing test_vg1-lv1 2024-03-01 17:39:48,245 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:39:48,245 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:48,246 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 249 2024-03-01 17:39:48,249 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv1 ; type: None ; current: xfs ; 2024-03-01 17:39:48,249 INFO blivet/MainThread: registered action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:48,250 INFO program/MainThread: Running [91] dmsetup --version ... 2024-03-01 17:39:48,254 INFO program/MainThread: stdout[91]: Library version: 1.02.181-RHEL8 (2021-10-20) Driver version: 4.46.0 2024-03-01 17:39:48,254 INFO program/MainThread: stderr[91]: 2024-03-01 17:39:48,254 INFO program/MainThread: ...done [91] (exit code: 0) 2024-03-01 17:39:48,259 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv1 ; kids: 2 ; 2024-03-01 17:39:48,259 INFO blivet/MainThread: removed lvmlv test_vg1-lv1 (id 45) from device tree 2024-03-01 17:39:48,259 INFO blivet/MainThread: registered action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:48,262 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg1-lv2 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,265 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:39:48,265 DEBUG blivet/MainThread: resolved 'test_vg1-lv2' to 'test_vg1-lv2' (lvmlv) 2024-03-01 17:39:48,268 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,269 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,269 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,270 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,265 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,273 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,273 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,274 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,275 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,270 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,277 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,278 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,278 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,279 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,275 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,282 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,283 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,283 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,284 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,280 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,286 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,287 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,288 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,288 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,284 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,291 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,292 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,292 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,293 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,289 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,296 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,296 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,297 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,298 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,293 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,300 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,301 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,301 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,302 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,298 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,305 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,306 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,306 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,307 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,303 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,309 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,310 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,311 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,311 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,307 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,314 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,315 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,315 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,316 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,312 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,318 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,319 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,320 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,320 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,316 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,323 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,324 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,324 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,325 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,321 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,328 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,328 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,329 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,329 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,325 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,332 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,333 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,333 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,334 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,330 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,337 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,337 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,338 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,339 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,334 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,341 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,342 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,343 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,343 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,339 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,346 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,347 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,347 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,348 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,344 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,350 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,351 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,352 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,352 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,348 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,355 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,356 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,356 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,357 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,353 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,360 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,360 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,361 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,361 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,357 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,364 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,365 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,365 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,366 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,362 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,369 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,369 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,370 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,370 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,366 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,373 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,374 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,374 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,375 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,371 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,378 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,378 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,379 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,380 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,376 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,382 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,383 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,383 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,384 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,380 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,387 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,388 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,388 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,389 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,385 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,392 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,393 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,393 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,394 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,389 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,397 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,397 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,398 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,399 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,394 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,401 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,402 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,403 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,403 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,399 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,406 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,407 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,407 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,408 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,404 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,411 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,412 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,412 DEBUG blivet/MainThread: test_vg1 size is 2.98 GiB 2024-03-01 17:39:48,413 DEBUG blivet/MainThread: vg test_vg1 has 1.48 GiB free 2024-03-01 17:39:48,409 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b757518) -- name = test_vg1-lv2 status = True id = 58 children = [] parents = ['existing 2.98 GiB lvmvg test_vg1 (11)'] uuid = 7Qcmma-ggj5-hVxK-Pi20-fbU9-IPcd-IaYiNo 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 (0x7f370a3c7a58) -- 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 = Z4kBri-xEC0-ZlOE-pQ6B-nB07-ROxa-FQg326 size = 2.98 GiB format = existing None major = 0 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:39:48,413 DEBUG blivet/MainThread: removing test_vg1-lv2 2024-03-01 17:39:48,417 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:39:48,417 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:48,417 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 252 2024-03-01 17:39:48,422 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg1-lv2 ; type: None ; current: xfs ; 2024-03-01 17:39:48,422 INFO blivet/MainThread: registered action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:39:48,426 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg1 ; child: lv2 ; kids: 1 ; 2024-03-01 17:39:48,426 INFO blivet/MainThread: removed lvmlv test_vg1-lv2 (id 58) from device tree 2024-03-01 17:39:48,426 INFO blivet/MainThread: registered action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:39:48,426 DEBUG blivet.ansible/MainThread: ['sda', 'sdc', 'test_vg1', 'sdb'] 2024-03-01 17:39:48,426 DEBUG blivet/MainThread: removing test_vg1 2024-03-01 17:39:48,429 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg1 (11) ; hidden: False ; 2024-03-01 17:39:48,429 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:48,432 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sda ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:39:48,436 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdb ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:39:48,439 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdc ; child: test_vg1 ; kids: 1 ; 2024-03-01 17:39:48,439 INFO blivet/MainThread: removed lvmvg test_vg1 (id 11) from device tree 2024-03-01 17:39:48,439 INFO blivet/MainThread: registered action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:39:48,439 INFO blivet.ansible/MainThread: scheduling destruction of sda 2024-03-01 17:39:48,439 DEBUG blivet/MainThread: removing sda 2024-03-01 17:39:48,442 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sda (2) with existing lvmpv ; hidden: False ; 2024-03-01 17:39:48,442 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:48,442 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 256 2024-03-01 17:39:48,445 DEBUG blivet/MainThread: DiskDevice._set_format: sda ; type: None ; current: lvmpv ; 2024-03-01 17:39:48,445 INFO blivet/MainThread: registered action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:39:48,445 INFO blivet.ansible/MainThread: scheduling destruction of sdc 2024-03-01 17:39:48,446 DEBUG blivet/MainThread: removing sdc 2024-03-01 17:39:48,448 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdc (36) with existing lvmpv ; hidden: False ; 2024-03-01 17:39:48,448 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:48,449 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 258 2024-03-01 17:39:48,452 DEBUG blivet/MainThread: DiskDevice._set_format: sdc ; type: None ; current: lvmpv ; 2024-03-01 17:39:48,452 INFO blivet/MainThread: registered action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:39:48,452 INFO blivet.ansible/MainThread: scheduling destruction of sdb 2024-03-01 17:39:48,452 DEBUG blivet/MainThread: removing sdb 2024-03-01 17:39:48,455 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdb (16) with existing lvmpv ; hidden: False ; 2024-03-01 17:39:48,455 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:48,455 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 260 2024-03-01 17:39:48,458 DEBUG blivet/MainThread: DiskDevice._set_format: sdb ; type: None ; current: lvmpv ; 2024-03-01 17:39:48,458 INFO blivet/MainThread: registered action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:39:48,461 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,464 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:48,464 DEBUG blivet/MainThread: resolved 'test_vg2' to 'test_vg2' (lvmvg) 2024-03-01 17:39:48,464 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:48,465 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:48,465 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:48,466 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:48,466 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:48,466 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:48,467 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:48,467 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:48,468 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:48,468 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:48,468 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:48,469 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 2.98 GiB lvmvg test_vg2 (81) 2024-03-01 17:39:48,472 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdd ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,475 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdd (72) with existing lvmpv 2024-03-01 17:39:48,475 DEBUG blivet/MainThread: resolved 'sdd' to 'sdd' (disk) 2024-03-01 17:39:48,478 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sde ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,480 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sde (86) with existing lvmpv 2024-03-01 17:39:48,481 DEBUG blivet/MainThread: resolved 'sde' to 'sde' (disk) 2024-03-01 17:39:48,483 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdf ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,486 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdf (96) with existing lvmpv 2024-03-01 17:39:48,486 DEBUG blivet/MainThread: resolved 'sdf' to 'sdf' (disk) 2024-03-01 17:39:48,489 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv3 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,492 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:39:48,492 DEBUG blivet/MainThread: resolved 'test_vg2-lv3' to 'test_vg2-lv3' (lvmlv) 2024-03-01 17:39:48,495 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,496 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,496 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,497 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,492 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,499 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,500 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,501 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,501 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,497 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,504 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,505 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,505 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,506 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,502 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,509 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,509 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,510 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,511 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,506 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,513 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,514 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,514 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,515 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,511 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,518 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,518 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,519 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,520 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,516 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,522 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,523 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,523 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,524 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,520 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,527 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,527 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,528 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,529 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,525 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,531 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,532 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,532 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,533 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,529 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,536 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,536 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,537 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,538 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,534 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,540 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,541 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,541 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,542 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,538 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,545 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,546 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,546 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,547 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,543 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,549 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,550 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,550 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,551 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,547 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,554 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,555 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,555 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,556 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,552 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,558 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,559 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,559 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,560 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,556 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,563 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,563 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,564 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,565 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,561 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,567 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,568 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,568 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,569 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,565 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,572 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,572 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,573 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,573 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,570 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,576 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,577 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,577 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,578 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,574 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,581 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,581 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,582 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,582 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,579 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,585 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,586 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,586 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,587 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,583 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,590 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,590 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,591 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,591 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,587 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,594 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,595 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,595 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,596 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,592 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,599 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,599 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,600 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,601 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,597 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,603 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,604 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,604 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,605 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,601 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,608 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,608 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,609 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,609 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,606 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,612 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,613 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,613 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,614 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,610 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,617 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,617 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,618 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,619 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,615 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,621 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,622 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,622 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,623 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,619 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,626 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,627 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,627 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,628 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,624 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,630 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,631 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,631 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,632 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,628 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,635 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,635 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,636 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,637 DEBUG blivet/MainThread: vg test_vg2 has 2.08 GiB free 2024-03-01 17:39:48,633 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a36bc50) -- name = test_vg2-lv3 status = True id = 105 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = do1iDm-Gkcq-cgW3-RtTZ-RtYd-Ov0T-ksocqt 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,637 DEBUG blivet/MainThread: removing test_vg2-lv3 2024-03-01 17:39:48,640 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:39:48,641 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:48,641 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 262 2024-03-01 17:39:48,644 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv3 ; type: None ; current: xfs ; 2024-03-01 17:39:48,644 INFO blivet/MainThread: registered action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:39:48,648 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv3 ; kids: 2 ; 2024-03-01 17:39:48,648 INFO blivet/MainThread: removed lvmlv test_vg2-lv3 (id 105) from device tree 2024-03-01 17:39:48,648 INFO blivet/MainThread: registered action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:39:48,651 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg2-lv4 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,654 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:39:48,654 DEBUG blivet/MainThread: resolved 'test_vg2-lv4' to 'test_vg2-lv4' (lvmlv) 2024-03-01 17:39:48,656 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,657 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,657 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,658 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,654 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,660 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,661 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,661 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,662 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,658 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,664 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,665 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,665 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,666 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,662 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,668 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,669 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,669 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,670 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,666 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,672 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,673 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,673 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,674 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,670 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,676 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,677 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,677 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,678 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,674 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,680 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,681 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,681 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,682 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,678 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,684 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,685 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,685 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,686 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,682 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,688 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,689 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,689 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,690 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,686 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,692 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,693 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,693 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,694 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,690 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,696 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,697 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,697 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,698 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,694 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,700 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,701 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,701 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,702 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,698 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,704 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,705 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,705 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,705 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,702 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,708 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,709 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,709 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,710 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,706 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,712 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,713 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,713 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,714 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,710 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,716 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,717 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,717 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,717 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,714 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,720 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,721 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,721 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,722 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,718 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,724 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,725 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,725 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,725 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,722 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,728 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,729 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,729 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,729 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,726 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,732 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,732 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,733 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,733 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,730 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,736 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,736 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,737 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,737 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,734 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,740 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,740 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,741 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,741 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,738 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,744 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,744 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,745 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,745 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,742 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,748 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,748 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,749 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,749 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,746 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,752 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,752 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,753 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,753 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,750 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,756 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,756 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,757 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,757 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,754 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,760 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,760 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,761 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,761 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,758 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,764 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,764 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,764 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,765 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,762 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,768 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,768 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,768 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,769 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,766 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,771 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,772 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,772 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,773 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,769 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,775 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,776 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,776 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,777 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,773 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,779 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,780 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,780 DEBUG blivet/MainThread: test_vg2 size is 2.98 GiB 2024-03-01 17:39:48,781 DEBUG blivet/MainThread: vg test_vg2 has 2.38 GiB free 2024-03-01 17:39:48,777 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f37193e2ac8) -- name = test_vg2-lv4 status = True id = 118 children = [] parents = ['existing 2.98 GiB lvmvg test_vg2 (81)'] uuid = M0xnbq-iM86-u2eG-rlHZ-a6J2-EYE5-G0aciq 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 (0x7f370a3644a8) -- 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 = liDaDG-g435-2Mh3-5NIO-3QZd-Wd6C-bG6O0n size = 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:39:48,781 DEBUG blivet/MainThread: removing test_vg2-lv4 2024-03-01 17:39:48,784 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:39:48,785 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:48,785 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 265 2024-03-01 17:39:48,788 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg2-lv4 ; type: None ; current: xfs ; 2024-03-01 17:39:48,788 INFO blivet/MainThread: registered action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:39:48,792 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg2 ; child: lv4 ; kids: 1 ; 2024-03-01 17:39:48,792 INFO blivet/MainThread: removed lvmlv test_vg2-lv4 (id 118) from device tree 2024-03-01 17:39:48,792 INFO blivet/MainThread: registered action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:39:48,792 DEBUG blivet.ansible/MainThread: ['sde', 'test_vg2', 'sdf', 'sdd'] 2024-03-01 17:39:48,792 DEBUG blivet/MainThread: removing test_vg2 2024-03-01 17:39:48,795 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 2.98 GiB lvmvg test_vg2 (81) ; hidden: False ; 2024-03-01 17:39:48,795 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:48,798 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdd ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:39:48,802 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sde ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:39:48,805 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdf ; child: test_vg2 ; kids: 1 ; 2024-03-01 17:39:48,805 INFO blivet/MainThread: removed lvmvg test_vg2 (id 81) from device tree 2024-03-01 17:39:48,805 INFO blivet/MainThread: registered action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:39:48,805 INFO blivet.ansible/MainThread: scheduling destruction of sde 2024-03-01 17:39:48,805 DEBUG blivet/MainThread: removing sde 2024-03-01 17:39:48,808 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sde (86) with existing lvmpv ; hidden: False ; 2024-03-01 17:39:48,808 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:48,808 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 269 2024-03-01 17:39:48,811 DEBUG blivet/MainThread: DiskDevice._set_format: sde ; type: None ; current: lvmpv ; 2024-03-01 17:39:48,811 INFO blivet/MainThread: registered action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:39:48,811 INFO blivet.ansible/MainThread: scheduling destruction of sdf 2024-03-01 17:39:48,811 DEBUG blivet/MainThread: removing sdf 2024-03-01 17:39:48,814 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdf (96) with existing lvmpv ; hidden: False ; 2024-03-01 17:39:48,814 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:48,814 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 271 2024-03-01 17:39:48,817 DEBUG blivet/MainThread: DiskDevice._set_format: sdf ; type: None ; current: lvmpv ; 2024-03-01 17:39:48,817 INFO blivet/MainThread: registered action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:39:48,817 INFO blivet.ansible/MainThread: scheduling destruction of sdd 2024-03-01 17:39:48,817 DEBUG blivet/MainThread: removing sdd 2024-03-01 17:39:48,820 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdd (72) with existing lvmpv ; hidden: False ; 2024-03-01 17:39:48,820 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:48,820 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 273 2024-03-01 17:39:48,823 DEBUG blivet/MainThread: DiskDevice._set_format: sdd ; type: None ; current: lvmpv ; 2024-03-01 17:39:48,824 INFO blivet/MainThread: registered action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:39:48,826 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,829 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:48,830 DEBUG blivet/MainThread: resolved 'test_vg3' to 'test_vg3' (lvmvg) 2024-03-01 17:39:48,830 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:48,831 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:48,831 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:48,832 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:48,832 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:48,833 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:48,833 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:48,834 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:48,834 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:48,834 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:48,835 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:48,835 DEBUG blivet.ansible/MainThread: BlivetPool._update_from_device: existing 3.97 GiB lvmvg test_vg3 (141) 2024-03-01 17:39:48,839 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdg ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,842 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdg (132) with existing lvmpv 2024-03-01 17:39:48,842 DEBUG blivet/MainThread: resolved 'sdg' to 'sdg' (disk) 2024-03-01 17:39:48,844 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdh ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,847 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdh (146) with existing lvmpv 2024-03-01 17:39:48,847 DEBUG blivet/MainThread: resolved 'sdh' to 'sdh' (disk) 2024-03-01 17:39:48,850 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdi ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,853 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdi (156) with existing lvmpv 2024-03-01 17:39:48,853 DEBUG blivet/MainThread: resolved 'sdi' to 'sdi' (disk) 2024-03-01 17:39:48,856 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: sdj ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,859 DEBUG blivet/MainThread: DeviceTree.get_device_by_name returned existing 1024 MiB disk sdj (166) with existing lvmpv 2024-03-01 17:39:48,859 DEBUG blivet/MainThread: resolved 'sdj' to 'sdj' (disk) 2024-03-01 17:39:48,862 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv5 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:48,865 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:39:48,865 DEBUG blivet/MainThread: resolved 'test_vg3-lv5' to 'test_vg3-lv5' (lvmlv) 2024-03-01 17:39:48,868 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,869 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,869 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,871 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,865 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,874 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,875 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,876 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,877 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,871 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,880 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,881 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,882 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,883 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,878 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,886 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,887 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,888 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,889 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,884 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,892 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,893 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,894 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,895 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,890 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,898 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,899 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,900 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,901 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,896 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,904 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,905 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,906 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,907 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,902 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,910 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,912 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,912 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,913 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,908 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,916 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,918 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,918 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,919 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,914 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,923 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,924 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,924 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,926 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,920 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,929 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,930 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,930 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,932 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,926 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,935 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,936 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,936 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,938 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,932 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,941 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,942 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,943 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,944 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,938 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,947 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,948 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,949 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,950 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,944 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,953 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,954 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,955 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,956 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,950 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,959 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,960 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,961 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,962 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,957 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,965 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,966 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,967 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,968 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,963 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,971 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,972 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,973 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,974 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,969 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,977 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,978 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,979 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,980 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,975 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,983 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,984 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,985 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,986 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,981 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,989 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,991 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,991 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,992 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,987 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:48,995 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,997 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,997 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:48,998 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,993 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,002 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,003 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,003 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,004 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:48,999 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,008 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,009 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,009 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,010 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,005 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,014 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,015 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,015 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,016 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,011 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,020 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,021 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,021 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,022 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,017 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,026 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,027 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,028 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,029 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,023 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,032 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,033 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,034 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,035 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,029 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,038 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,039 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,040 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,041 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,036 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,044 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,045 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,046 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,047 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,042 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,050 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,051 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,052 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,053 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,048 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,056 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,058 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,058 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,059 DEBUG blivet/MainThread: vg test_vg3 has 1004 MiB free 2024-03-01 17:39:49,054 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a374a20) -- name = test_vg3-lv5 status = True id = 175 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 4Recty-NdZc-pdih-NdvX-aGEv-mmh2-5z2eC0 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,060 DEBUG blivet/MainThread: removing test_vg3-lv5 2024-03-01 17:39:49,063 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:39:49,063 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:49,063 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 275 2024-03-01 17:39:49,067 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv5 ; type: None ; current: xfs ; 2024-03-01 17:39:49,067 INFO blivet/MainThread: registered action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:39:49,070 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv5 ; kids: 4 ; 2024-03-01 17:39:49,070 INFO blivet/MainThread: removed lvmlv test_vg3-lv5 (id 175) from device tree 2024-03-01 17:39:49,070 INFO blivet/MainThread: registered action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:39:49,073 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv6 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:49,077 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:39:49,077 DEBUG blivet/MainThread: resolved 'test_vg3-lv6' to 'test_vg3-lv6' (lvmlv) 2024-03-01 17:39:49,079 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,080 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,081 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,082 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,077 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,085 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,086 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,087 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,088 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,083 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,091 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,092 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,092 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,093 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,088 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,096 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,097 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,098 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,099 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,094 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,102 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,103 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,103 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,104 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,099 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,108 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,109 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,109 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,110 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,105 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,113 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,114 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,115 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,116 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,111 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,119 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,120 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,120 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,121 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,116 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,124 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,125 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,126 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,127 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,122 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,130 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,131 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,132 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,132 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,128 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,136 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,137 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,137 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,138 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,133 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,141 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,142 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,143 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,144 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,139 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,147 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,148 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,148 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,149 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,144 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,152 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,153 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,154 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,155 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,150 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,158 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,159 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,159 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,160 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,155 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,164 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,165 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,165 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,166 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,161 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,169 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,170 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,171 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,172 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,167 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,175 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,176 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,176 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,177 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,172 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,180 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,181 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,182 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,183 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,178 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,186 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,187 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,187 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,188 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,183 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,192 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,193 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,193 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,194 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,189 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,197 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,198 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,199 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,200 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,195 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,203 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,204 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,204 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,205 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,200 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,208 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,209 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,210 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,211 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,206 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,214 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,215 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,215 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,216 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,211 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,219 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,220 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,221 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,222 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,217 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,225 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,226 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,226 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,227 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,222 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,231 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,232 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,232 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,233 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,228 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,236 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,237 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,238 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,239 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,234 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,242 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,243 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,243 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,244 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,239 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,247 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,248 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,249 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,250 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,245 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,253 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,254 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,254 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,256 DEBUG blivet/MainThread: vg test_vg3 has 2.18 GiB free 2024-03-01 17:39:49,251 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a3656d8) -- name = test_vg3-lv6 status = True id = 188 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = 5DUFk2-LTw1-AoWV-TmKQ-ZN25-yc2i-3Ac80z 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,256 DEBUG blivet/MainThread: removing test_vg3-lv6 2024-03-01 17:39:49,259 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:39:49,260 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:49,260 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 278 2024-03-01 17:39:49,263 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv6 ; type: None ; current: xfs ; 2024-03-01 17:39:49,263 INFO blivet/MainThread: registered action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:39:49,267 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv6 ; kids: 3 ; 2024-03-01 17:39:49,267 INFO blivet/MainThread: removed lvmlv test_vg3-lv6 (id 188) from device tree 2024-03-01 17:39:49,267 INFO blivet/MainThread: registered action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:39:49,270 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv7 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:49,273 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:39:49,273 DEBUG blivet/MainThread: resolved 'test_vg3-lv7' to 'test_vg3-lv7' (lvmlv) 2024-03-01 17:39:49,276 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,277 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,277 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,278 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,273 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,281 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,282 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,282 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,283 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,278 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,286 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,287 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,287 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,288 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,284 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,291 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,292 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,293 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,293 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,289 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,296 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,297 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,298 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,298 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,294 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,301 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,302 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,303 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,304 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,299 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,307 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,307 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,308 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,309 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,304 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,312 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,312 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,313 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,314 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,309 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,317 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,318 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,318 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,319 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,314 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,322 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,323 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,323 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,324 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,319 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,327 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,328 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,328 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,329 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,324 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,332 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,333 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,333 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,334 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,329 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,337 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,338 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,338 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,339 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,335 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,342 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,343 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,343 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,344 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,340 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,347 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,348 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,348 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,349 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,345 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,352 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,353 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,354 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,354 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,350 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,357 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,358 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,359 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,359 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,355 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,362 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,363 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,364 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,364 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,360 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,368 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,368 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,369 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,370 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,365 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,373 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,373 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,374 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,375 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,370 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,378 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,378 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,379 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,380 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,375 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,383 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,383 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,384 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,385 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,380 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,388 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,389 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,389 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,390 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,385 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,393 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,394 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,394 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,395 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,390 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,398 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,399 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,399 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,400 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,396 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,403 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,404 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,404 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,405 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,401 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,408 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,409 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,409 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,410 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,406 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,413 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,414 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,414 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,415 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,411 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,418 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,419 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,419 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,420 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,416 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,423 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,424 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,425 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,425 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,421 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,428 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,429 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,430 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,430 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,426 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,433 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,434 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,435 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,436 DEBUG blivet/MainThread: vg test_vg3 has 3.17 GiB free 2024-03-01 17:39:49,431 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370b4cd710) -- name = test_vg3-lv7 status = True id = 201 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = vXyUvQ-faNK-q6tE-CFGm-TuNM-Hwg1-gEtNQq 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,436 DEBUG blivet/MainThread: removing test_vg3-lv7 2024-03-01 17:39:49,439 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:39:49,439 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:49,440 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 281 2024-03-01 17:39:49,443 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv7 ; type: None ; current: xfs ; 2024-03-01 17:39:49,443 INFO blivet/MainThread: registered action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:39:49,447 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv7 ; kids: 2 ; 2024-03-01 17:39:49,447 INFO blivet/MainThread: removed lvmlv test_vg3-lv7 (id 201) from device tree 2024-03-01 17:39:49,447 INFO blivet/MainThread: registered action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:39:49,450 DEBUG blivet/MainThread: DeviceTree.get_device_by_name: name: test_vg3-lv8 ; incomplete: False ; hidden: False ; 2024-03-01 17:39:49,453 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:39:49,453 DEBUG blivet/MainThread: resolved 'test_vg3-lv8' to 'test_vg3-lv8' (lvmlv) 2024-03-01 17:39:49,455 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,456 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,456 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,457 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,453 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,460 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,460 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,461 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,462 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,458 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,464 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,465 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,466 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,466 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,462 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,469 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,470 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,470 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,471 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,467 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,474 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,474 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,475 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,475 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,471 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,478 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,479 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,479 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,480 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,476 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,483 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,483 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,484 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,484 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,480 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,487 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,488 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,488 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,489 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,485 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,492 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,492 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,493 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,494 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,489 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,496 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,497 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,497 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,498 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,494 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,501 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,502 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,502 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,503 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,499 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,505 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,506 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,507 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,507 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,503 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,510 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,511 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,511 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,512 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,508 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,515 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,515 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,516 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,516 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,512 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,519 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,520 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,520 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,521 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,517 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,524 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,524 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,525 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,526 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,521 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,528 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,529 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,529 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,530 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,526 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,533 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,534 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,534 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,535 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,531 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,537 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,538 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,539 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,539 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,535 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,542 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,543 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,543 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,544 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,540 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,547 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,547 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,548 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,548 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,544 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,551 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,552 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,552 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,553 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,549 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,556 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,557 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,557 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,558 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,554 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,560 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,561 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,562 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,562 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,558 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,565 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,566 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,566 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,567 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,563 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,570 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,570 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,571 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,571 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,567 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,574 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,575 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,575 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,576 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,572 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,579 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,580 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,580 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,581 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,577 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,584 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,584 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,585 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,585 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,581 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,588 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,589 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,589 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,590 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,586 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,593 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,593 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,594 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,595 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,590 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,597 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,598 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,598 DEBUG blivet/MainThread: test_vg3 size is 3.97 GiB 2024-03-01 17:39:49,599 DEBUG blivet/MainThread: vg test_vg3 has 3.57 GiB free 2024-03-01 17:39:49,595 DEBUG blivet.ansible/MainThread: Updating volume settings from device: LVMLogicalVolumeDevice instance (0x7f370a2fe780) -- name = test_vg3-lv8 status = True id = 214 children = [] parents = ['existing 3.97 GiB lvmvg test_vg3 (141)'] uuid = OpaQtQ-fO6S-7xpo-m6HQ-kOEV-oG3q-iwcHhc 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 (0x7f370a335668) -- 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 = keoRDt-Laid-NTtV-oVuo-gw6E-lOsa-UTOrph size = 3.97 GiB format = existing None major = 0 minor = 0 exists = True protected = False sysfs path = target size = 3.97 GiB path = /dev/test_vg3 format args = [] original_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:39:49,600 DEBUG blivet/MainThread: removing test_vg3-lv8 2024-03-01 17:39:49,603 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:39:49,603 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:49,603 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 284 2024-03-01 17:39:49,606 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._set_format: test_vg3-lv8 ; type: None ; current: xfs ; 2024-03-01 17:39:49,606 INFO blivet/MainThread: registered action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:39:49,610 DEBUG blivet/MainThread: LVMVolumeGroupDevice.remove_child: name: test_vg3 ; child: lv8 ; kids: 1 ; 2024-03-01 17:39:49,610 INFO blivet/MainThread: removed lvmlv test_vg3-lv8 (id 214) from device tree 2024-03-01 17:39:49,610 INFO blivet/MainThread: registered action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:39:49,610 DEBUG blivet.ansible/MainThread: ['sdg', 'test_vg3', 'sdj', 'sdh', 'sdi'] 2024-03-01 17:39:49,610 DEBUG blivet/MainThread: removing test_vg3 2024-03-01 17:39:49,613 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 3.97 GiB lvmvg test_vg3 (141) ; hidden: False ; 2024-03-01 17:39:49,614 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:49,617 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdg ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:39:49,620 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdh ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:39:49,623 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdi ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:39:49,626 DEBUG blivet/MainThread: DiskDevice.remove_child: name: sdj ; child: test_vg3 ; kids: 1 ; 2024-03-01 17:39:49,626 INFO blivet/MainThread: removed lvmvg test_vg3 (id 141) from device tree 2024-03-01 17:39:49,626 INFO blivet/MainThread: registered action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:39:49,626 INFO blivet.ansible/MainThread: scheduling destruction of sdg 2024-03-01 17:39:49,626 DEBUG blivet/MainThread: removing sdg 2024-03-01 17:39:49,629 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdg (132) with existing lvmpv ; hidden: False ; 2024-03-01 17:39:49,630 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:49,630 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 288 2024-03-01 17:39:49,633 DEBUG blivet/MainThread: DiskDevice._set_format: sdg ; type: None ; current: lvmpv ; 2024-03-01 17:39:49,633 INFO blivet/MainThread: registered action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:39:49,633 INFO blivet.ansible/MainThread: scheduling destruction of sdj 2024-03-01 17:39:49,633 DEBUG blivet/MainThread: removing sdj 2024-03-01 17:39:49,636 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdj (166) with existing lvmpv ; hidden: False ; 2024-03-01 17:39:49,636 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:49,636 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 290 2024-03-01 17:39:49,639 DEBUG blivet/MainThread: DiskDevice._set_format: sdj ; type: None ; current: lvmpv ; 2024-03-01 17:39:49,639 INFO blivet/MainThread: registered action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:39:49,639 INFO blivet.ansible/MainThread: scheduling destruction of sdh 2024-03-01 17:39:49,639 DEBUG blivet/MainThread: removing sdh 2024-03-01 17:39:49,642 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdh (146) with existing lvmpv ; hidden: False ; 2024-03-01 17:39:49,642 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:49,642 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 292 2024-03-01 17:39:49,645 DEBUG blivet/MainThread: DiskDevice._set_format: sdh ; type: None ; current: lvmpv ; 2024-03-01 17:39:49,646 INFO blivet/MainThread: registered action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:39:49,646 INFO blivet.ansible/MainThread: scheduling destruction of sdi 2024-03-01 17:39:49,646 DEBUG blivet/MainThread: removing sdi 2024-03-01 17:39:49,648 DEBUG blivet/MainThread: DeviceTree.get_dependent_devices: dep: existing 1024 MiB disk sdi (156) with existing lvmpv ; hidden: False ; 2024-03-01 17:39:49,649 DEBUG blivet/MainThread: dep is a leaf 2024-03-01 17:39:49,649 DEBUG blivet/MainThread: get_format('None') returning DeviceFormat instance with object id 294 2024-03-01 17:39:49,652 DEBUG blivet/MainThread: DiskDevice._set_format: sdi ; type: None ; current: lvmpv ; 2024-03-01 17:39:49,652 INFO blivet/MainThread: registered action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:39:49,653 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:49,664 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:49,680 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:49,693 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:49,712 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:39:49,713 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:49,725 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:49,744 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:39:49,744 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:49,755 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:49,774 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:39:49,774 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:49,785 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:49,804 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:39:49,804 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:49,814 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:49,832 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:39:49,833 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:49,843 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:49,862 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:39:49,862 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:49,875 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:49,894 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:39:49,894 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:49,904 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:49,922 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:39:49,923 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:49,923 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:49,923 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:39:49,923 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:39:49,923 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:39:49,923 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:39:49,923 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:39:49,923 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:39:49,924 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:39:49,924 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:39:49,924 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:39:49,924 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:39:49,924 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:39:49,924 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:39:49,924 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:39:49,924 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:39:49,924 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:39:49,924 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:39:49,924 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:39:49,924 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:39:49,925 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:39:49,925 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:39:49,925 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:39:49,925 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:39:49,925 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:39:49,925 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:39:49,925 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:39:49,925 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:39:49,925 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:39:49,925 INFO blivet/MainThread: pruning action queue... 2024-03-01 17:39:49,927 INFO blivet/MainThread: resetting parted disks... 2024-03-01 17:39:49,930 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:39:49,933 DEBUG blivet/MainThread: DiskLabel.reset_parted_disk: device: /dev/xvda ; 2024-03-01 17:39:49,936 DEBUG blivet/MainThread: PartitionDevice.pre_commit_fixup: xvda1 ; 2024-03-01 17:39:49,936 DEBUG blivet/MainThread: sector-based lookup found partition xvda1 2024-03-01 17:39:49,939 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:39:49,939 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 0x7f370a2f3f10> 2024-03-01 17:39:49,940 INFO blivet/MainThread: sorting actions... 2024-03-01 17:39:49,960 DEBUG blivet/MainThread: action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:39:49,961 DEBUG blivet/MainThread: action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:39:49,961 DEBUG blivet/MainThread: action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:39:49,961 DEBUG blivet/MainThread: action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:39:49,961 DEBUG blivet/MainThread: action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:39:49,961 DEBUG blivet/MainThread: action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:39:49,962 DEBUG blivet/MainThread: action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:39:49,962 DEBUG blivet/MainThread: action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:39:49,962 DEBUG blivet/MainThread: action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:39:49,962 DEBUG blivet/MainThread: action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:39:49,962 DEBUG blivet/MainThread: action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:39:49,962 DEBUG blivet/MainThread: action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:39:49,962 DEBUG blivet/MainThread: action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:39:49,963 DEBUG blivet/MainThread: action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:39:49,963 DEBUG blivet/MainThread: action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:39:49,963 DEBUG blivet/MainThread: action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:39:49,963 DEBUG blivet/MainThread: action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:39:49,963 DEBUG blivet/MainThread: action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:39:49,963 DEBUG blivet/MainThread: action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:39:49,963 DEBUG blivet/MainThread: action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:39:49,964 DEBUG blivet/MainThread: action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:39:49,964 DEBUG blivet/MainThread: action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:39:49,964 DEBUG blivet/MainThread: action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:39:49,964 DEBUG blivet/MainThread: action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:49,964 DEBUG blivet/MainThread: action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:49,964 DEBUG blivet/MainThread: action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:39:49,964 DEBUG blivet/MainThread: action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:39:49,965 DEBUG blivet/MainThread: action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:39:49,965 DEBUG blivet/MainThread: action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:39:49,965 INFO blivet/MainThread: executing action: [283] destroy format xfs filesystem on lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:39:49,968 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv8 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:49,971 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:39:49,972 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv8 2024-03-01 17:39:49,980 INFO program/MainThread: stdout: 2024-03-01 17:39:49,980 INFO program/MainThread: /dev/mapper/test_vg3-lv8: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:39:49,980 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:49,980 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:49,998 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:49,999 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:50,009 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:50,010 INFO blivet/MainThread: executing action: [285] destroy device lvmlv test_vg3-lv8 (id 214) 2024-03-01 17:39:50,014 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv8 ; status: True ; 2024-03-01 17:39:50,017 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:39:50,021 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv8 ; type: xfs ; status: False ; 2024-03-01 17:39:50,025 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv8 ; type: None ; status: False ; 2024-03-01 17:39:50,028 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv8 ; status: True ; controllable: True ; 2024-03-01 17:39:50,028 INFO program/MainThread: Running [92] lvm lvchange -an test_vg3/lv8 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:50,066 INFO program/MainThread: stdout[92]: 2024-03-01 17:39:50,066 INFO program/MainThread: stderr[92]: 2024-03-01 17:39:50,066 INFO program/MainThread: ...done [92] (exit code: 0) 2024-03-01 17:39:50,070 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:39:50,073 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,077 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:39:50,080 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,083 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:39:50,086 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,090 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:39:50,093 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,096 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:39:50,099 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv8 ; status: False ; 2024-03-01 17:39:50,099 INFO program/MainThread: Running [93] lvm lvremove --yes test_vg3/lv8 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:50,156 INFO program/MainThread: stdout[93]: Logical volume "lv8" successfully removed. 2024-03-01 17:39:50,156 INFO program/MainThread: stderr[93]: 2024-03-01 17:39:50,156 INFO program/MainThread: ...done [93] (exit code: 0) 2024-03-01 17:39:50,157 INFO blivet/MainThread: executing action: [280] destroy format xfs filesystem on lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:39:50,165 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv7 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,174 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:39:50,175 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv7 2024-03-01 17:39:50,193 INFO program/MainThread: stdout: 2024-03-01 17:39:50,193 INFO program/MainThread: /dev/mapper/test_vg3-lv7: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:39:50,193 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:50,193 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:50,207 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:50,207 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:50,217 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:50,218 INFO blivet/MainThread: executing action: [282] destroy device lvmlv test_vg3-lv7 (id 201) 2024-03-01 17:39:50,222 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv7 ; status: True ; 2024-03-01 17:39:50,225 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:39:50,229 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv7 ; type: xfs ; status: False ; 2024-03-01 17:39:50,232 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv7 ; type: None ; status: False ; 2024-03-01 17:39:50,236 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv7 ; status: True ; controllable: True ; 2024-03-01 17:39:50,236 INFO program/MainThread: Running [94] lvm lvchange -an test_vg3/lv7 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:50,270 INFO program/MainThread: stdout[94]: 2024-03-01 17:39:50,271 INFO program/MainThread: stderr[94]: 2024-03-01 17:39:50,271 INFO program/MainThread: ...done [94] (exit code: 0) 2024-03-01 17:39:50,275 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:39:50,278 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,281 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:39:50,284 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,288 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:39:50,291 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,295 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:39:50,298 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,301 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:39:50,304 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv7 ; status: False ; 2024-03-01 17:39:50,304 INFO program/MainThread: Running [95] lvm lvremove --yes test_vg3/lv7 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:50,353 INFO program/MainThread: stdout[95]: Logical volume "lv7" successfully removed. 2024-03-01 17:39:50,353 INFO program/MainThread: stderr[95]: 2024-03-01 17:39:50,353 INFO program/MainThread: ...done [95] (exit code: 0) 2024-03-01 17:39:50,354 INFO blivet/MainThread: executing action: [277] destroy format xfs filesystem on lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:39:50,362 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv6 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,370 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:39:50,370 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv6 2024-03-01 17:39:50,388 INFO program/MainThread: stdout: 2024-03-01 17:39:50,388 INFO program/MainThread: /dev/mapper/test_vg3-lv6: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:39:50,388 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:50,389 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:50,413 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:50,414 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:50,426 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:50,427 INFO blivet/MainThread: executing action: [279] destroy device lvmlv test_vg3-lv6 (id 188) 2024-03-01 17:39:50,431 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv6 ; status: True ; 2024-03-01 17:39:50,434 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:39:50,438 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv6 ; type: xfs ; status: False ; 2024-03-01 17:39:50,441 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv6 ; type: None ; status: False ; 2024-03-01 17:39:50,445 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv6 ; status: True ; controllable: True ; 2024-03-01 17:39:50,445 INFO program/MainThread: Running [96] lvm lvchange -an test_vg3/lv6 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:50,478 INFO program/MainThread: stdout[96]: 2024-03-01 17:39:50,479 INFO program/MainThread: stderr[96]: 2024-03-01 17:39:50,479 INFO program/MainThread: ...done [96] (exit code: 0) 2024-03-01 17:39:50,483 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:39:50,486 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,489 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: True ; 2024-03-01 17:39:50,493 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,496 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: True ; 2024-03-01 17:39:50,499 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,502 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: True ; 2024-03-01 17:39:50,505 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,508 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: True ; 2024-03-01 17:39:50,511 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv6 ; status: False ; 2024-03-01 17:39:50,512 INFO program/MainThread: Running [97] lvm lvremove --yes test_vg3/lv6 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:50,560 INFO program/MainThread: stdout[97]: Logical volume "lv6" successfully removed. 2024-03-01 17:39:50,561 INFO program/MainThread: stderr[97]: 2024-03-01 17:39:50,561 INFO program/MainThread: ...done [97] (exit code: 0) 2024-03-01 17:39:50,561 INFO blivet/MainThread: executing action: [274] destroy format xfs filesystem on lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:39:50,569 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg3-lv5 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,576 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:39:50,576 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg3-lv5 2024-03-01 17:39:50,601 INFO program/MainThread: stdout: 2024-03-01 17:39:50,601 INFO program/MainThread: /dev/mapper/test_vg3-lv5: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:39:50,601 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:50,602 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:50,618 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:50,618 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:50,630 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:50,631 INFO blivet/MainThread: executing action: [276] destroy device lvmlv test_vg3-lv5 (id 175) 2024-03-01 17:39:50,635 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg3-lv5 ; status: True ; 2024-03-01 17:39:50,638 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:39:50,642 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg3-lv5 ; type: xfs ; status: False ; 2024-03-01 17:39:50,645 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg3-lv5 ; type: None ; status: False ; 2024-03-01 17:39:50,649 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg3-lv5 ; status: True ; controllable: True ; 2024-03-01 17:39:50,649 INFO program/MainThread: Running [98] lvm lvchange -an test_vg3/lv5 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:50,684 INFO program/MainThread: stdout[98]: 2024-03-01 17:39:50,685 INFO program/MainThread: stderr[98]: 2024-03-01 17:39:50,685 INFO program/MainThread: ...done [98] (exit code: 0) 2024-03-01 17:39:50,689 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:39:50,692 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,696 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:39:50,699 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,702 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:39:50,705 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,708 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:39:50,711 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,715 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:39:50,718 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg3-lv5 ; status: False ; 2024-03-01 17:39:50,718 INFO program/MainThread: Running [99] lvm lvremove --yes test_vg3/lv5 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:50,765 INFO program/MainThread: stdout[99]: Logical volume "lv5" successfully removed. 2024-03-01 17:39:50,765 INFO program/MainThread: stderr[99]: 2024-03-01 17:39:50,766 INFO program/MainThread: ...done [99] (exit code: 0) 2024-03-01 17:39:50,766 INFO blivet/MainThread: executing action: [286] destroy device lvmvg test_vg3 (id 141) 2024-03-01 17:39:50,773 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg3 ; status: False ; 2024-03-01 17:39:50,782 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg3 ; status: False ; controllable: True ; 2024-03-01 17:39:50,787 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg3 ; orig: True ; 2024-03-01 17:39:50,794 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,800 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdg ; type: lvmpv ; status: False ; 2024-03-01 17:39:50,811 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,816 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdh ; type: lvmpv ; status: False ; 2024-03-01 17:39:50,822 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,827 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdi ; type: lvmpv ; status: False ; 2024-03-01 17:39:50,832 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,836 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdj ; type: lvmpv ; status: False ; 2024-03-01 17:39:50,839 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg3 ; status: False ; 2024-03-01 17:39:50,839 INFO program/MainThread: Running [100] lvm vgreduce --removemissing --force test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:50,877 INFO program/MainThread: stdout[100]: Volume group "test_vg3" is already consistent. 2024-03-01 17:39:50,878 INFO program/MainThread: stderr[100]: 2024-03-01 17:39:50,878 INFO program/MainThread: ...done [100] (exit code: 0) 2024-03-01 17:39:50,878 INFO program/MainThread: Running [101] lvm vgchange -an test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:50,929 INFO program/MainThread: stdout[101]: 0 logical volume(s) in volume group "test_vg3" now active 2024-03-01 17:39:50,930 INFO program/MainThread: stderr[101]: 2024-03-01 17:39:50,930 INFO program/MainThread: ...done [101] (exit code: 0) 2024-03-01 17:39:50,930 INFO program/MainThread: Running [102] lvm vgremove --force test_vg3 --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:50,974 INFO program/MainThread: stdout[102]: Volume group "test_vg3" successfully removed 2024-03-01 17:39:50,975 INFO program/MainThread: stderr[102]: 2024-03-01 17:39:50,975 INFO program/MainThread: ...done [102] (exit code: 0) 2024-03-01 17:39:50,976 INFO blivet/MainThread: executing action: [293] destroy format lvmpv on disk sdi (id 156) 2024-03-01 17:39:50,983 DEBUG blivet/MainThread: DiskDevice.setup: sdi ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:50,991 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:39:50,997 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdi ; type: lvmpv ; status: None ; 2024-03-01 17:39:50,997 INFO program/MainThread: Running [103] lvm pvremove --force --force --yes /dev/sdi --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","a|/dev/sdi$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:51,043 INFO program/MainThread: stdout[103]: Labels on physical volume "/dev/sdi" successfully wiped. 2024-03-01 17:39:51,044 INFO program/MainThread: stderr[103]: 2024-03-01 17:39:51,044 INFO program/MainThread: ...done [103] (exit code: 0) 2024-03-01 17:39:51,044 DEBUG blivet/MainThread: lvm filter: device /dev/sdi removed from the list of allowed devices 2024-03-01 17:39:51,044 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,055 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,055 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,065 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,065 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,078 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,079 INFO blivet/MainThread: executing action: [291] destroy format lvmpv on disk sdh (id 146) 2024-03-01 17:39:51,083 DEBUG blivet/MainThread: DiskDevice.setup: sdh ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:51,086 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:39:51,089 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdh ; type: lvmpv ; status: None ; 2024-03-01 17:39:51,089 INFO program/MainThread: Running [104] lvm pvremove --force --force --yes /dev/sdh --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","a|/dev/sdh$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:51,119 INFO program/MainThread: stdout[104]: Labels on physical volume "/dev/sdh" successfully wiped. 2024-03-01 17:39:51,119 INFO program/MainThread: stderr[104]: 2024-03-01 17:39:51,119 INFO program/MainThread: ...done [104] (exit code: 0) 2024-03-01 17:39:51,119 DEBUG blivet/MainThread: lvm filter: device /dev/sdh removed from the list of allowed devices 2024-03-01 17:39:51,120 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,150 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,150 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,167 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,167 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,183 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,184 INFO blivet/MainThread: executing action: [289] destroy format lvmpv on disk sdj (id 166) 2024-03-01 17:39:51,188 DEBUG blivet/MainThread: DiskDevice.setup: sdj ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:51,191 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:39:51,194 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdj ; type: lvmpv ; status: None ; 2024-03-01 17:39:51,194 INFO program/MainThread: Running [105] lvm pvremove --force --force --yes /dev/sdj --config= devices { filter=["a|/dev/sdj$|","a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:51,225 INFO program/MainThread: stdout[105]: Labels on physical volume "/dev/sdj" successfully wiped. 2024-03-01 17:39:51,225 INFO program/MainThread: stderr[105]: 2024-03-01 17:39:51,225 INFO program/MainThread: ...done [105] (exit code: 0) 2024-03-01 17:39:51,225 DEBUG blivet/MainThread: lvm filter: device /dev/sdj removed from the list of allowed devices 2024-03-01 17:39:51,225 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,255 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,255 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,269 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,269 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,285 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,286 INFO blivet/MainThread: executing action: [287] destroy format lvmpv on disk sdg (id 132) 2024-03-01 17:39:51,290 DEBUG blivet/MainThread: DiskDevice.setup: sdg ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:51,293 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:39:51,296 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdg ; type: lvmpv ; status: None ; 2024-03-01 17:39:51,296 INFO program/MainThread: Running [106] lvm pvremove --force --force --yes /dev/sdg --config= devices { filter=["a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","a|/dev/sdg$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:51,324 INFO program/MainThread: stdout[106]: Labels on physical volume "/dev/sdg" successfully wiped. 2024-03-01 17:39:51,325 INFO program/MainThread: stderr[106]: 2024-03-01 17:39:51,325 INFO program/MainThread: ...done [106] (exit code: 0) 2024-03-01 17:39:51,325 DEBUG blivet/MainThread: lvm filter: device /dev/sdg removed from the list of allowed devices 2024-03-01 17:39:51,325 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,356 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,356 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,369 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,369 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,383 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,384 INFO blivet/MainThread: executing action: [264] destroy format xfs filesystem on lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:39:51,388 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv4 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:51,391 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:39:51,392 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv4 2024-03-01 17:39:51,400 INFO program/MainThread: stdout: 2024-03-01 17:39:51,400 INFO program/MainThread: /dev/mapper/test_vg2-lv4: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:39:51,400 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,400 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,417 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,418 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,427 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,428 INFO blivet/MainThread: executing action: [266] destroy device lvmlv test_vg2-lv4 (id 118) 2024-03-01 17:39:51,432 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv4 ; status: True ; 2024-03-01 17:39:51,435 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:39:51,439 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv4 ; type: xfs ; status: False ; 2024-03-01 17:39:51,443 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv4 ; type: None ; status: False ; 2024-03-01 17:39:51,446 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv4 ; status: True ; controllable: True ; 2024-03-01 17:39:51,446 INFO program/MainThread: Running [107] lvm lvchange -an test_vg2/lv4 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:51,478 INFO program/MainThread: stdout[107]: 2024-03-01 17:39:51,479 INFO program/MainThread: stderr[107]: 2024-03-01 17:39:51,479 INFO program/MainThread: ...done [107] (exit code: 0) 2024-03-01 17:39:51,483 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:39:51,486 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:51,489 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: True ; 2024-03-01 17:39:51,492 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:51,496 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: True ; 2024-03-01 17:39:51,499 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:51,502 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: True ; 2024-03-01 17:39:51,505 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv4 ; status: False ; 2024-03-01 17:39:51,505 INFO program/MainThread: Running [108] lvm lvremove --yes test_vg2/lv4 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:51,546 INFO program/MainThread: stdout[108]: Logical volume "lv4" successfully removed. 2024-03-01 17:39:51,546 INFO program/MainThread: stderr[108]: 2024-03-01 17:39:51,546 INFO program/MainThread: ...done [108] (exit code: 0) 2024-03-01 17:39:51,547 INFO blivet/MainThread: executing action: [261] destroy format xfs filesystem on lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:39:51,554 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg2-lv3 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:51,563 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:39:51,564 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg2-lv3 2024-03-01 17:39:51,576 INFO program/MainThread: stdout: 2024-03-01 17:39:51,576 INFO program/MainThread: /dev/mapper/test_vg2-lv3: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:39:51,577 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,577 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,598 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,599 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:51,609 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:51,610 INFO blivet/MainThread: executing action: [263] destroy device lvmlv test_vg2-lv3 (id 105) 2024-03-01 17:39:51,614 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg2-lv3 ; status: True ; 2024-03-01 17:39:51,617 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:39:51,621 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg2-lv3 ; type: xfs ; status: False ; 2024-03-01 17:39:51,625 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg2-lv3 ; type: None ; status: False ; 2024-03-01 17:39:51,628 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg2-lv3 ; status: True ; controllable: True ; 2024-03-01 17:39:51,628 INFO program/MainThread: Running [109] lvm lvchange -an test_vg2/lv3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:51,661 INFO program/MainThread: stdout[109]: 2024-03-01 17:39:51,661 INFO program/MainThread: stderr[109]: 2024-03-01 17:39:51,661 INFO program/MainThread: ...done [109] (exit code: 0) 2024-03-01 17:39:51,666 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:39:51,669 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:51,672 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:39:51,675 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:51,678 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:39:51,682 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:51,685 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:39:51,688 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg2-lv3 ; status: False ; 2024-03-01 17:39:51,688 INFO program/MainThread: Running [110] lvm lvremove --yes test_vg2/lv3 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:51,728 INFO program/MainThread: stdout[110]: Logical volume "lv3" successfully removed. 2024-03-01 17:39:51,728 INFO program/MainThread: stderr[110]: 2024-03-01 17:39:51,728 INFO program/MainThread: ...done [110] (exit code: 0) 2024-03-01 17:39:51,729 INFO blivet/MainThread: executing action: [267] destroy device lvmvg test_vg2 (id 81) 2024-03-01 17:39:51,736 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg2 ; status: False ; 2024-03-01 17:39:51,744 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg2 ; status: False ; controllable: True ; 2024-03-01 17:39:51,749 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg2 ; orig: True ; 2024-03-01 17:39:51,755 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:51,761 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdd ; type: lvmpv ; status: False ; 2024-03-01 17:39:51,769 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:51,774 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sde ; type: lvmpv ; status: False ; 2024-03-01 17:39:51,780 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:51,783 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdf ; type: lvmpv ; status: False ; 2024-03-01 17:39:51,786 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg2 ; status: False ; 2024-03-01 17:39:51,786 INFO program/MainThread: Running [111] lvm vgreduce --removemissing --force test_vg2 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:51,824 INFO program/MainThread: stdout[111]: Volume group "test_vg2" is already consistent. 2024-03-01 17:39:51,825 INFO program/MainThread: stderr[111]: 2024-03-01 17:39:51,825 INFO program/MainThread: ...done [111] (exit code: 0) 2024-03-01 17:39:51,825 INFO program/MainThread: Running [112] lvm vgchange -an test_vg2 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:51,872 INFO program/MainThread: stdout[112]: 0 logical volume(s) in volume group "test_vg2" now active 2024-03-01 17:39:51,873 INFO program/MainThread: stderr[112]: 2024-03-01 17:39:51,873 INFO program/MainThread: ...done [112] (exit code: 0) 2024-03-01 17:39:51,873 INFO program/MainThread: Running [113] lvm vgremove --force test_vg2 --config= devices { filter=["a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:51,910 INFO program/MainThread: stdout[113]: Volume group "test_vg2" successfully removed 2024-03-01 17:39:51,910 INFO program/MainThread: stderr[113]: 2024-03-01 17:39:51,910 INFO program/MainThread: ...done [113] (exit code: 0) 2024-03-01 17:39:51,911 INFO blivet/MainThread: executing action: [272] destroy format lvmpv on disk sdd (id 72) 2024-03-01 17:39:51,918 DEBUG blivet/MainThread: DiskDevice.setup: sdd ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:51,924 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:39:51,929 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdd ; type: lvmpv ; status: None ; 2024-03-01 17:39:51,929 INFO program/MainThread: Running [114] lvm pvremove --force --force --yes /dev/sdd --config= devices { filter=["a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdd$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:51,968 INFO program/MainThread: stdout[114]: Labels on physical volume "/dev/sdd" successfully wiped. 2024-03-01 17:39:51,969 INFO program/MainThread: stderr[114]: 2024-03-01 17:39:51,969 INFO program/MainThread: ...done [114] (exit code: 0) 2024-03-01 17:39:51,969 DEBUG blivet/MainThread: lvm filter: device /dev/sdd removed from the list of allowed devices 2024-03-01 17:39:51,969 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,007 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,008 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,021 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,021 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,033 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,034 INFO blivet/MainThread: executing action: [270] destroy format lvmpv on disk sdf (id 96) 2024-03-01 17:39:52,038 DEBUG blivet/MainThread: DiskDevice.setup: sdf ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,041 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:39:52,044 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdf ; type: lvmpv ; status: None ; 2024-03-01 17:39:52,044 INFO program/MainThread: Running [115] lvm pvremove --force --force --yes /dev/sdf --config= devices { filter=["a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdf$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:52,071 INFO program/MainThread: stdout[115]: Labels on physical volume "/dev/sdf" successfully wiped. 2024-03-01 17:39:52,071 INFO program/MainThread: stderr[115]: 2024-03-01 17:39:52,071 INFO program/MainThread: ...done [115] (exit code: 0) 2024-03-01 17:39:52,071 DEBUG blivet/MainThread: lvm filter: device /dev/sdf removed from the list of allowed devices 2024-03-01 17:39:52,072 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,106 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,106 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,121 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,122 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,132 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,133 INFO blivet/MainThread: executing action: [268] destroy format lvmpv on disk sde (id 86) 2024-03-01 17:39:52,137 DEBUG blivet/MainThread: DiskDevice.setup: sde ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,140 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:39:52,143 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sde ; type: lvmpv ; status: None ; 2024-03-01 17:39:52,143 INFO program/MainThread: Running [116] lvm pvremove --force --force --yes /dev/sde --config= devices { filter=["a|/dev/sde$|","a|/dev/sdb$|","a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:52,169 INFO program/MainThread: stdout[116]: Labels on physical volume "/dev/sde" successfully wiped. 2024-03-01 17:39:52,170 INFO program/MainThread: stderr[116]: 2024-03-01 17:39:52,170 INFO program/MainThread: ...done [116] (exit code: 0) 2024-03-01 17:39:52,170 DEBUG blivet/MainThread: lvm filter: device /dev/sde removed from the list of allowed devices 2024-03-01 17:39:52,170 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,201 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,201 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,214 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,214 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,228 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,229 INFO blivet/MainThread: executing action: [251] destroy format xfs filesystem on lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:39:52,233 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv2 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,236 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:39:52,237 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv2 2024-03-01 17:39:52,244 INFO program/MainThread: stdout: 2024-03-01 17:39:52,245 INFO program/MainThread: /dev/mapper/test_vg1-lv2: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:39:52,245 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,245 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,259 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,259 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,271 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,272 INFO blivet/MainThread: executing action: [253] destroy device lvmlv test_vg1-lv2 (id 58) 2024-03-01 17:39:52,276 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv2 ; status: True ; 2024-03-01 17:39:52,279 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:39:52,283 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv2 ; type: xfs ; status: False ; 2024-03-01 17:39:52,287 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv2 ; type: None ; status: False ; 2024-03-01 17:39:52,290 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv2 ; status: True ; controllable: True ; 2024-03-01 17:39:52,290 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:39:52,323 INFO program/MainThread: stdout[117]: 2024-03-01 17:39:52,324 INFO program/MainThread: stderr[117]: 2024-03-01 17:39:52,324 INFO program/MainThread: ...done [117] (exit code: 0) 2024-03-01 17:39:52,328 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:39:52,332 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,335 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: True ; 2024-03-01 17:39:52,338 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,341 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: True ; 2024-03-01 17:39:52,344 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,347 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: True ; 2024-03-01 17:39:52,350 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv2 ; status: False ; 2024-03-01 17:39:52,350 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:39:52,392 INFO program/MainThread: stdout[118]: Logical volume "lv2" successfully removed. 2024-03-01 17:39:52,393 INFO program/MainThread: stderr[118]: 2024-03-01 17:39:52,393 INFO program/MainThread: ...done [118] (exit code: 0) 2024-03-01 17:39:52,394 INFO blivet/MainThread: executing action: [248] destroy format xfs filesystem on lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:52,401 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.setup: test_vg1-lv1 ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,407 DEBUG blivet/MainThread: XFS.destroy: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:39:52,408 INFO program/MainThread: Running... wipefs -f -a /dev/mapper/test_vg1-lv1 2024-03-01 17:39:52,418 INFO program/MainThread: stdout: 2024-03-01 17:39:52,419 INFO program/MainThread: /dev/mapper/test_vg1-lv1: 4 bytes were erased at offset 0x00000000 (xfs): 58 46 53 42 2024-03-01 17:39:52,419 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,419 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,442 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,442 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,455 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,456 INFO blivet/MainThread: executing action: [250] destroy device lvmlv test_vg1-lv1 (id 45) 2024-03-01 17:39:52,460 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.destroy: test_vg1-lv1 ; status: True ; 2024-03-01 17:39:52,463 DEBUG blivet/MainThread: LVMLogicalVolumeDevice.teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:39:52,467 DEBUG blivet/MainThread: XFS.teardown: device: /dev/mapper/test_vg1-lv1 ; type: xfs ; status: False ; 2024-03-01 17:39:52,471 DEBUG blivet/MainThread: DeviceFormat.teardown: device: /dev/mapper/test_vg1-lv1 ; type: None ; status: False ; 2024-03-01 17:39:52,474 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._teardown: test_vg1-lv1 ; status: True ; controllable: True ; 2024-03-01 17:39:52,474 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:39:52,508 INFO program/MainThread: stdout[119]: 2024-03-01 17:39:52,508 INFO program/MainThread: stderr[119]: 2024-03-01 17:39:52,508 INFO program/MainThread: ...done [119] (exit code: 0) 2024-03-01 17:39:52,512 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:39:52,516 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,519 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:39:52,522 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,525 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:39:52,528 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,531 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:39:52,534 DEBUG blivet/MainThread: LVMLogicalVolumeDevice._destroy: test_vg1-lv1 ; status: False ; 2024-03-01 17:39:52,535 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:39:52,569 INFO program/MainThread: stdout[120]: Logical volume "lv1" successfully removed. 2024-03-01 17:39:52,569 INFO program/MainThread: stderr[120]: 2024-03-01 17:39:52,569 INFO program/MainThread: ...done [120] (exit code: 0) 2024-03-01 17:39:52,570 INFO blivet/MainThread: executing action: [254] destroy device lvmvg test_vg1 (id 11) 2024-03-01 17:39:52,577 DEBUG blivet/MainThread: LVMVolumeGroupDevice.destroy: test_vg1 ; status: False ; 2024-03-01 17:39:52,584 DEBUG blivet/MainThread: LVMVolumeGroupDevice.teardown: test_vg1 ; status: False ; controllable: True ; 2024-03-01 17:39:52,589 DEBUG blivet/MainThread: LVMVolumeGroupDevice.setup_parents: name: test_vg1 ; orig: True ; 2024-03-01 17:39:52,596 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,602 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sda ; type: lvmpv ; status: False ; 2024-03-01 17:39:52,607 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,617 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdb ; type: lvmpv ; status: False ; 2024-03-01 17:39:52,621 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,626 DEBUG blivet/MainThread: LVMPhysicalVolume.setup: device: /dev/sdc ; type: lvmpv ; status: False ; 2024-03-01 17:39:52,631 DEBUG blivet/MainThread: LVMVolumeGroupDevice._destroy: test_vg1 ; status: False ; 2024-03-01 17:39:52,632 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:39:52,661 INFO program/MainThread: stdout[121]: Volume group "test_vg1" is already consistent. 2024-03-01 17:39:52,661 INFO program/MainThread: stderr[121]: 2024-03-01 17:39:52,661 INFO program/MainThread: ...done [121] (exit code: 0) 2024-03-01 17:39:52,662 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:39:52,706 INFO program/MainThread: stdout[122]: 0 logical volume(s) in volume group "test_vg1" now active 2024-03-01 17:39:52,707 INFO program/MainThread: stderr[122]: 2024-03-01 17:39:52,707 INFO program/MainThread: ...done [122] (exit code: 0) 2024-03-01 17:39:52,707 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:39:52,747 INFO program/MainThread: stdout[123]: Volume group "test_vg1" successfully removed 2024-03-01 17:39:52,747 INFO program/MainThread: stderr[123]: 2024-03-01 17:39:52,748 INFO program/MainThread: ...done [123] (exit code: 0) 2024-03-01 17:39:52,748 INFO blivet/MainThread: executing action: [259] destroy format lvmpv on disk sdb (id 16) 2024-03-01 17:39:52,755 DEBUG blivet/MainThread: DiskDevice.setup: sdb ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,762 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:39:52,768 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdb ; type: lvmpv ; status: None ; 2024-03-01 17:39:52,768 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:39:52,808 INFO program/MainThread: stdout[124]: Labels on physical volume "/dev/sdb" successfully wiped. 2024-03-01 17:39:52,808 INFO program/MainThread: stderr[124]: 2024-03-01 17:39:52,808 INFO program/MainThread: ...done [124] (exit code: 0) 2024-03-01 17:39:52,808 DEBUG blivet/MainThread: lvm filter: device /dev/sdb removed from the list of allowed devices 2024-03-01 17:39:52,809 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,842 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,842 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,855 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,855 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,870 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,871 INFO blivet/MainThread: executing action: [257] destroy format lvmpv on disk sdc (id 36) 2024-03-01 17:39:52,875 DEBUG blivet/MainThread: DiskDevice.setup: sdc ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,878 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:39:52,881 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sdc ; type: lvmpv ; status: None ; 2024-03-01 17:39:52,881 INFO program/MainThread: Running [125] lvm pvremove --force --force --yes /dev/sdc --config= devices { filter=["a|/dev/sdc$|","a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:52,907 INFO program/MainThread: stdout[125]: Labels on physical volume "/dev/sdc" successfully wiped. 2024-03-01 17:39:52,907 INFO program/MainThread: stderr[125]: 2024-03-01 17:39:52,907 INFO program/MainThread: ...done [125] (exit code: 0) 2024-03-01 17:39:52,908 DEBUG blivet/MainThread: lvm filter: device /dev/sdc removed from the list of allowed devices 2024-03-01 17:39:52,908 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,939 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,939 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,952 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,952 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:52,965 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:52,966 INFO blivet/MainThread: executing action: [255] destroy format lvmpv on disk sda (id 2) 2024-03-01 17:39:52,970 DEBUG blivet/MainThread: DiskDevice.setup: sda ; orig: True ; status: True ; controllable: True ; 2024-03-01 17:39:52,973 DEBUG blivet/MainThread: LVMPhysicalVolume.destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:39:52,976 DEBUG blivet/MainThread: LVMPhysicalVolume._destroy: device: /dev/sda ; type: lvmpv ; status: None ; 2024-03-01 17:39:52,976 INFO program/MainThread: Running [126] lvm pvremove --force --force --yes /dev/sda --config= devices { filter=["a|/dev/sda$|","r|.*|"] } log {level=7 file=/tmp/lvm.log syslog=0} ... 2024-03-01 17:39:53,002 INFO program/MainThread: stdout[126]: Labels on physical volume "/dev/sda" successfully wiped. 2024-03-01 17:39:53,003 INFO program/MainThread: stderr[126]: 2024-03-01 17:39:53,003 INFO program/MainThread: ...done [126] (exit code: 0) 2024-03-01 17:39:53,003 DEBUG blivet/MainThread: lvm filter: device /dev/sda removed from the list of allowed devices 2024-03-01 17:39:53,003 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:53,034 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:53,034 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:53,047 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:53,047 INFO program/MainThread: Running... udevadm settle --timeout=300 2024-03-01 17:39:53,060 DEBUG program/MainThread: Return code: 0 2024-03-01 17:39:53,066 DEBUG blivet/MainThread: PartitionDevice._set_parted_partition: xvda1 ; 2024-03-01 17:39:53,066 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 0x7f370a2f3b48> to retry, use: --limit @/tmp/tests_set_mount.retry PLAY RECAP ********************************************************************* sut : ok=152 changed=6 unreachable=0 failed=1 skipped=101 rescued=0 ignored=0 Friday 01 March 2024 17:40:00 +0000 (0:00:01.169) 0:01:41.960 ********** =============================================================================== fedora.linux_system_roles.storage : Manage the pools and volumes to match the specified state -- 11.86s /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 --- 9.57s /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.44s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Get required packages --------------- 3.74s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:19 fedora.linux_system_roles.storage : Make sure required packages are installed --- 2.59s /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.59s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.53s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/storage/tasks/main-blivet.yml:2 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.52s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.51s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.50s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 Ensure test packages ---------------------------------------------------- 2.45s /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/get_unused_disk.yml:14 ------ Ensure dmsetup ---------------------------------------------------------- 2.44s /WORKDIR/git-debug-cleanup-failuresopjuikx5/tests/tasks/cleanup.yml:39 -------- fedora.linux_system_roles.storage : Make sure blivet is available ------- 2.40s /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.39s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.39s /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 blivet is available ------- 2.39s /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.39s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.39s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 fedora.linux_system_roles.snapshot : Ensure required packages are installed --- 2.38s /WORKDIR/git-debug-cleanup-failuresopjuikx5/.collection/ansible_collections/fedora/linux_system_roles/roles/snapshot/tasks/main.yml:6 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---